You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running cargo test -p spacetimedb-sdk on Windows, I'm getting tons of test failures like
---- rust::reconnect_same_address stdout ----
could not save config file: Access is denied. (os error 5)
Note: Using --project-path to provide a wasm file is deprecated, and will be
removed in a future release. Please use --wasm-file instead.
Uploading to local => http://127.0.0.1:3000
Publishing module...
thread 'rust::reconnect_same_address' panicked at crates\testing\src\lib.rs:38:10:
called `Result::unwrap()` on an `Err` value: Access is denied. (os error 5)
---- rust::delete_address stdout ----
could not save config file: Access is denied. (os error 5)
Note: Using --project-path to provide a wasm file is deprecated, and will be
removed in a future release. Please use --wasm-file instead.
Uploading to local => http://127.0.0.1:3000
Publishing module...
thread 'rust::delete_address' panicked at crates\testing\src\lib.rs:38:10:
called `Result::unwrap()` on an `Err` value: Access is denied. (os error 5)
---- rust::subscribe_all_select_star stdout ----
could not save config file: Access is denied. (os error 5)
Note: Using --project-path to provide a wasm file is deprecated, and will be
removed in a future release. Please use --wasm-file instead.
Uploading to local => http://127.0.0.1:3000
Publishing module...
thread 'rust::subscribe_all_select_star' panicked at crates\testing\src\lib.rs:38:10:
called `Result::unwrap()` on an `Err` value: Access is denied. (os error 5)
This has been happening for a couple of months now - I vaguely remember some changing to file locking - but I kept working around with --test-threads 1 so never raised this issue.
The text was updated successfully, but these errors were encountered:
When running
cargo test -p spacetimedb-sdk
on Windows, I'm getting tons of test failures likeThis has been happening for a couple of months now - I vaguely remember some changing to file locking - but I kept working around with
--test-threads 1
so never raised this issue.The text was updated successfully, but these errors were encountered: