acdream/tests/AcDream.Core.Net.Tests/Transport
Erik c155db74d1
All checks were successful
CI / linux-portable (push) Successful in 3m27s
CI / windows-gate (push) Successful in 5m34s
CI / release (push) Successful in 1m54s
test: introduce Lane=Timing for load-sensitive tests, and stop chasing them individually
Four separate fixes each surfaced a different member of the same family, and
one of them (serializing Core.Net.Tests to fix Linux) REGRESSED Windows from
1000 passed in 7 s to 999/1000 in 17 s. That is not converging, so the family
gets a lane instead — the same treatment InstalledDat, Live and Manual already
have.

Lane=Timing means the outcome depends on real elapsed time or OS scheduling
rather than on logic. Membership is evidence-based, from three stress rounds of
the full suite on the runners themselves:

  GracefulStopSignalSendsSigintToARealChildOnLinux   3/3 failed under load,
                                                    passes in ~47 ms alone
  LossSoak_TwoPercentBidirectional_...              1/3, plus on Windows the
                                                    moment its assembly was serialized
  S2CLoss_LaterPacketsStillDecode_...               1/3
  PausedSelector_SeededDroppedServerReady_...       failed CI repeatedly; did not
                                                    recover even with 60 s patience
  OrphanBakeCanNeverPublishAfterRestartRecovery     observed on Windows, run 162

Nothing is weakened or deleted: 997 Core.Net tests still gate every push, the 3
laned ones still run and pass on demand, and release-gate.md documents how to
run the lane plus the bar for adding to it (fails under load, passes isolated —
a consistent failure is a bug, not a lane member).

Also removes the ad-hoc Core.Net parallelism special-case from the Linux job,
which this supersedes.
2026-08-19 15:29:10 +02:00
..
AceCryptoModel.cs test(net): N0 - ACE-behaviour double, virtual clock, lossy link 2026-07-29 11:07:13 +02:00
AceSessionModel.cs feat(net): N1 - outbound sent-packet cache + resend on NAK 2026-07-29 12:21:37 +02:00
AceSessionModelTests.cs feat(net): N1 - outbound sent-packet cache + resend on NAK 2026-07-29 12:21:37 +02:00
AckNakSchedulerTests.cs feat(net): N4 - client NAK emission + RejectRetransmit reclaim 2026-07-29 15:20:35 +02:00
ConnectResponseRetransmitTests.cs feat(net): N6 - ConnectResponse retransmit + fragment assembler eviction 2026-07-29 17:20:12 +02:00
FakeAceTransport.cs fix(runtime): close Campaign LA7b review findings 2026-08-14 18:55:48 +02:00
FakeAceTransportTests.cs test: introduce Lane=Timing for load-sensitive tests, and stop chasing them individually 2026-08-19 15:29:10 +02:00
InboundSequenceTrackerTests.cs test: introduce Lane=Timing for load-sensitive tests, and stop chasing them individually 2026-08-19 15:29:10 +02:00
LossyLink.cs test(net): N0 - ACE-behaviour double, virtual clock, lossy link 2026-07-29 11:07:13 +02:00
LossyTransportDecoratorTests.cs feat(net): N6 - ConnectResponse retransmit + fragment assembler eviction 2026-07-29 17:20:12 +02:00
NakEmissionTests.cs test: introduce Lane=Timing for load-sensitive tests, and stop chasing them individually 2026-08-19 15:29:10 +02:00
OutboundReliableTransportTests.cs feat(net): N5 - loss observability, lossy decorator, the connected loss gate 2026-07-29 16:26:06 +02:00
VirtualClock.cs test(net): N0 - ACE-behaviour double, virtual clock, lossy link 2026-07-29 11:07:13 +02:00