mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-11 18:36:15 -04:00
750ae7d43e
# Description of Changes Same changes as https://github.com/clockworklabs/SpacetimeDB/pull/4101 but for `connection_id`. # API and ABI breaking changes API Breaking # Expected complexity level and risk 1 # Testing Pure refactor. Tests and docs have been updated, but no new tests added.
sdk-test Rust test
Exercise the functionality of the SpacetimeDB SDK API surface, modeling all the combination
of types, with several examples of tables, indexes and reducers.
Called as part of our tests to ensure the system is working as expected.
Note: Also mirrored as a C# version at
modules/sdk-test-cs, so must be kept in sync.
How to Run
Execute the tests on spacetimedb-sdk at test.rs:
# Will run both Rust/C# modules
cargo test -p spacetimedb-sdk
# Only Rust
cargo test -p spacetimedb-sdk rust
# Only C#
cargo test -p spacetimedb-sdk csharp