jonmeredith commented on a change in pull request #1377:
URL: https://github.com/apache/cassandra/pull/1377#discussion_r779738259
##########
File path:
test/unit/org/apache/cassandra/db/compaction/CompactionExecutorTest.java
##########
@@ -63,44 +70,43 @@ public void destroy() throws Exception
executor.awaitTermination(1, TimeUnit.MINUTES);
}
+ void awaitExecution() throws Exception
+ {
+ assert afterExecuteCompleted.await(10, TimeUnit.SECONDS) :
"afterExecute failed to complete";
Review comment:
Happy to bump it up to a minute - the original test doesn't have a
timeout as far as I can tell - it's just sleeping 10 milliseconds between
checks on the future.
--
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]