dkropachev opened a new pull request, #2080: URL: https://github.com/apache/cassandra-java-driver/pull/2080
## Summary - Replace fixed `Thread.sleep` calls with Awaitility polling in integration tests - Affected tests: `MetricsITBase`, `DefaultMetadataTabletMapIT`, `MockResolverIT` - `DriverBlockHoundIntegrationIT` left unchanged (intentional sleep for BlockHound) - Eliminates wasted wait time by polling for expected conditions ## Test plan - [ ] All modified tests pass locally - [ ] CI integration tests pass with no regressions -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

