After Damon's changes, I was still getting consistent failures here. I threw some more concurrency-related stuff in and removed Thread.sleeps. It seems more stable now.
In the process of debugging, I ended up inlining the BeforeClass method, which likely decreases debuggability, but I found it difficult with all the CompletableFutures already. :-/
After Damon's changes, I was still getting consistent failures here. I threw some more concurrency-related stuff in and removed
Thread.sleep
s. It seems more stable now.In the process of debugging, I ended up inlining the BeforeClass method, which likely decreases debuggability, but I found it difficult with all the
CompletableFuture
s already. :-/