Description
The test Cluster_Should_StopSendingPeersV2Requests_When_InvalidQueryIsThrown fails intermittently on the net7 CI job (integration-tests (LATEST, net7, 7.0.x)) with an assertion error:
Multiple failures or warnings in test:
2) NUnit.Framework.AssertionException: Assert.That(arg1, Is.LessThanOrEqualTo(arg2))
The test log also shows:
ControlConnection: Failed to retrieve data from system.peers_v2, falling back to
system.peers for the remainder of this cluster instance's lifetime.
Reproduction
Observed in CI run: https://github.com/scylladb/csharp-driver/actions/runs/22953537794/job/66624477449
Description
The test
Cluster_Should_StopSendingPeersV2Requests_When_InvalidQueryIsThrownfails intermittently on the net7 CI job (integration-tests (LATEST, net7, 7.0.x)) with an assertion error:The test log also shows:
Reproduction
Observed in CI run: https://github.com/scylladb/csharp-driver/actions/runs/22953537794/job/66624477449