kriegaex commented on pull request #343: URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-836122555
Concerning `E2ETest::endToEndTest`, it hangs at `assertThat( awaitHandlerFinished.await( 30L, TimeUnit.SECONDS ) ).isTrue();`. This is true even if I set `final int totalCalls = 1;`, i.e. assuming that whatever the test does is actually happening, the countdown latch is never set correctly. It looks like a concurrency issue at first glance. Maybe later I have time to take another look. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org