https://bz.apache.org/bugzilla/show_bug.cgi?id=63950

--- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> ---
I am testing release candidate of Tomcat 7.0.98 on Windows 10,
and it hangs on the same test class and with the same stacktrace, but

- Michael's version of Tomcat Native is different,
- a different test case in the test class is hanging.


1. In my case I use Tomcat Native 1.2.23

> [junit] 22.11.2019 23:41:04 org.apache.catalina.core.AprLifecycleListener 
> lifecycleEvent
> [junit] INFO: Loaded APR based Apache Tomcat Native library [1.2.23] using 
> APR version [1.7.0].

Michael used 1.2.21.


2. I tested
- 32-bit native with 32-bit Oracle Java 6u45, Oracle Java 7u80
- 64-bit native with 64-bit Java 8u222 from AdoptOpenJDK, Java 13 from OpenJDK.

In all cases the hanging test case is #9:

> [junit] INFO: Starting test case [testAsync[9: end [ERROR_NONE], timing 
> [INLINE]]]

For Michael the hanging testcase was #10, as if #9 completed successfully:

> [junit] INFORMATION: Starting test case [testAsync[10: end [ERROR_NONE], 
> timing [THREAD_AFTER_EXIT]]]

3. I do not see any significant differences in the stacktraces.
It is a parameterized test, thus line numbers are the same.

For NIO, BIO connectors the same test class completes successfully in 13
seconds.

-- 
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

Reply via email to