https://bz.apache.org/bugzilla/show_bug.cgi?id=63950
--- Comment #4 from Konstantin Kolinko <knst.koli...@gmail.com> --- Created attachment 36898 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36898&action=edit Log output - waiting is limited to 10 seconds (858f7e7d) 1. In the following commit I limited the wait time on the latch to 10 seconds https://github.com/apache/tomcat/commit/858f7e7d3d367f4654a95aa31f0ebf57185e12cc The result is that - the following tests are all succeeding Testcase: testAsync[0: end [NONE], timing [INLINE]] took 2,698 sec Testcase: testAsync[1: end [NONE], timing [THREAD_BEFORE_EXIT]] took 1,117 sec Testcase: testAsync[2: end [NONE], timing [THREAD_AFTER_EXIT]] took 2,117 sec Testcase: testAsync[3: end [COMPLETE], timing [INLINE]] took 3,019 sec Testcase: testAsync[4: end [COMPLETE], timing [THREAD_BEFORE_EXIT]] took 3,016 sec Testcase: testAsync[5: end [COMPLETE], timing [THREAD_AFTER_EXIT]] took 4,038 sec Testcase: testAsync[6: end [DISPATCH], timing [INLINE]] took 3,018 sec Testcase: testAsync[7: end [DISPATCH], timing [THREAD_BEFORE_EXIT]] took 3,045 sec Testcase: testAsync[8: end [DISPATCH], timing [THREAD_AFTER_EXIT]] took 4,024 sec - the following tests are all failing Testcase: testAsync[9: end [ERROR_NONE], timing [INLINE]] took 10,115 sec Testcase: testAsync[10: end [ERROR_NONE], timing [THREAD_AFTER_EXIT]] took 10,1 sec Testcase: testAsync[11: end [ERROR_COMPLETE], timing [INLINE]] took 10,099 sec Testcase: testAsync[12: end [ERROR_COMPLETE], timing [THREAD_AFTER_EXIT]] took 10,102 sec Testcase: testAsync[13: end [ERROR_DISPATCH], timing [INLINE]] took 10,099 sec Testcase: testAsync[14: end [ERROR_DISPATCH], timing [THREAD_AFTER_EXIT]] took 10,101 sec 2. Looking into commit history of TestAsyncContextStateChanges.java file, the following commit on 16 Oct 2019 disabled some tests due to known deadlocks. https://github.com/apache/tomcat/commit/91aa7e888c64e6aa4c5bf1625024774dbe8f843e -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org