docs: add XML doc comments to server types and fix flaky test timings
Add XML doc comments to public properties across EventTypes, Connz, Varz, NatsOptions, StreamConfig, IStreamStore, FileStore, MqttListener, MqttSessionStore, MessageTraceContext, and JetStreamApiResponse. Fix flaky tests by increasing timing margins (ResponseTracker expiry 1ms→50ms, sleep 50ms→200ms) and document known flaky test patterns in tests.md.
This commit is contained in:
10
tests.md
10
tests.md
@@ -4,6 +4,16 @@
|
||||
|
||||
No known failing tests.
|
||||
|
||||
## Flaky Tests
|
||||
|
||||
No known flaky tests.
|
||||
|
||||
### Medium — May fail on very slow systems or under extreme CI load
|
||||
|
||||
| Test | File | Root Cause |
|
||||
|------|------|------------|
|
||||
| Route/Gateway/LeafNode propagation tests (20+ tests) | `RouteGoParityTests.cs`, `GatewayGoParityTests.cs`, `LeafNodeGoParityTests.cs` etc. | `await Task.Delay(50)` polling loops waiting for subscription/route propagation. Timeout can be exceeded under extreme load. |
|
||||
|
||||
## Skipped Tests
|
||||
|
||||
### NATS.E2E.Tests (3 skipped)
|
||||
|
||||
Reference in New Issue
Block a user