Expand description
Common test helper functions for DistributedRuntime tests
Functions§
- create_
test_ shared_ drt_ async - Helper function to create a DRT instance which points at a (shared) file-backed KV store and ephemeral NATS transport so that multiple DRT instances may observe the same registration state. NOTE: This gets around the fact that create_test_drt_async() is hardcoded to spin up a memory-backed discovery store which means we can’t share discovery state across runtimes.