You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CNDB-13524 Adds a timeout to Future.get calls in PendingAntiCompactionTest (#1664)
### What is the issue
`PendingAntiCompactionTest.testRetriesTimeout` is flaky on `main`
failing with a timeout reported in the junit test task.
riptano/cndb#13524
### What does this PR fix and why was it fixed
`PendingAntiCompactionTest.testRetriesTimeout`, and a couple other
tests, are calling `Future.get` without any timeout. This change adds a
30 seconds timeout to prevent an indefinite wait for the future and a
log in the failing test rather than in the junit test task.
0 commit comments