feat(mesh-phase5): node-side TelemetryStreamService (hub -> server-streaming)
Claude-Session: https://claude.ai/code/session_01GASWkNEi68FSCtvr6rLoEW
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using Xunit;
|
||||
|
||||
// The TelemetryStreamGrpcService concurrency counter is process-wide (static). Run this assembly's
|
||||
// tests serially so the cap test observes a deterministic active-stream count with no cross-test
|
||||
// interference. This project holds only telemetry tests, so serial execution costs nothing.
|
||||
[assembly: CollectionBehavior(DisableTestParallelization = true)]
|
||||
Reference in New Issue
Block a user