mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-08 00:30:03 -04:00
a8c8252a0b
# Description of Changes Make Timestamp a FilterableValue in Rust, C#, and Typescript. I'm not sure this is changing all the places because we have the server and the client in those 3 languages. # API and ABI breaking changes It's an additive change. # Expected complexity level and risk 3. There are some designs decisions, like comparing timestamp to strings/numbers. # Testing Added unit tests for the 3 languages.
module-test Rust test
Called as part of our integration tests to ensure the system is working as expected.
Note: Also mirrored as a C# version at
modules/module-test-cs, so must be kept in sync.
How to Run
Execute individual tests with module-test for Rust and module-test-cs for C#
at standalone_integration_test, or call
# Will run both Rust/C# module
cargo test -p spacetimedb-testing
# Only Rust
cargo test -p spacetimedb-testing rust
# Only C#
cargo test -p spacetimedb-testing csharp