Description
UnitTests.Streaming.Reliability.StreamReliabilityTests.SMS_StreamRel_AllSilosRestart_PubSubCounts intermittently reports two publishers after restarting all silos, when one publisher is expected.
Failure
After SendItem - PublisherCount for stream MemoryStreamProvider/StreamReliabilityNamespace/... = 2; expected 1
The failure occurred alongside the independently tracked AQ_StreamRel_SiloJoins timeout (#10452) on a PR which only changes a rebalancer test assertion. The corresponding behavior is unrelated to that PR.
Expected behavior
After all silos restart and the producer is restored, the pub/sub registry should converge deterministically to one publisher before the test checks its count.
Description
UnitTests.Streaming.Reliability.StreamReliabilityTests.SMS_StreamRel_AllSilosRestart_PubSubCountsintermittently reports two publishers after restarting all silos, when one publisher is expected.Failure
93907285539(Azure Storage provider tests,net8.0)The failure occurred alongside the independently tracked
AQ_StreamRel_SiloJoinstimeout (#10452) on a PR which only changes a rebalancer test assertion. The corresponding behavior is unrelated to that PR.Expected behavior
After all silos restart and the producer is restored, the pub/sub registry should converge deterministically to one publisher before the test checks its count.