Files
joshua-spacetime fc47257d85 Use SpacetimeDBGuard for SDK test suite (#5340)
# Description of Changes

Use an isolated server process per SDK test instead of a single process
for all of the tests. In addition to reducing the memory footprint of
each test run, this should also allow for more parallelism among the
individual tests.

# API and ABI breaking changes

None

# Expected complexity level and risk

1.5

# Testing

The SDK test suite should continue to work
2026-06-17 00:16:10 +00:00
..

sdk-test-procedure-cs C# test

This module tests that our client SDKs can invoke procedures and observe their return values.

It matches the functionality of the Rust sdk-test-procedure module.

How to Run

Run tests named with procedure in the Rust client SDK test suite:

cargo test -p spacetimedb-sdk procedure