mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.X' into trunk
This commit is contained in:
commit
e8b8a90336
|
|
@ -64,7 +64,7 @@ public class HintsBufferPoolTest
|
|||
});
|
||||
blocked.start();
|
||||
|
||||
Util.spinAssertEquals(State.WAITING, () -> blocked.getState(), 1);
|
||||
Util.spinAssertEquals(true, () -> blockedOnBackpressure, 60);
|
||||
|
||||
while (blocked.isAlive())
|
||||
if (!returnedBuffers.isEmpty())
|
||||
|
|
|
|||
Loading…
Reference in New Issue