mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-07-25 03:22:43 -04:00
fc47257d85
# 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
43 lines
1.0 KiB
TOML
43 lines
1.0 KiB
TOML
[package]
|
|
name = "spacetimedb-testing"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license-file = "LICENSE"
|
|
publish = false
|
|
|
|
[features]
|
|
allow_loopback_http_for_tests = ["spacetimedb-standalone/allow_loopback_http_for_tests"]
|
|
|
|
[dependencies]
|
|
spacetimedb-cli.workspace = true
|
|
spacetimedb-data-structures.workspace = true
|
|
spacetimedb-lib.workspace = true
|
|
spacetimedb-core.workspace = true
|
|
spacetimedb-standalone.workspace = true
|
|
spacetimedb-client-api.workspace = true
|
|
spacetimedb-client-api-messages.workspace = true
|
|
spacetimedb-guard.workspace = true
|
|
spacetimedb-paths.workspace = true
|
|
spacetimedb-schema.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
bytes.workspace = true
|
|
env_logger.workspace = true
|
|
log.workspace = true
|
|
clap.workspace = true
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|
|
wasmbin.workspace = true
|
|
duct.workspace = true
|
|
lazy_static.workspace = true
|
|
rand.workspace = true
|
|
tempfile.workspace = true
|
|
serde.workspace = true
|
|
futures.workspace = true
|
|
|
|
[dev-dependencies]
|
|
serial_test.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|