Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARTEMIS-606 JMSServerControl2Test#testCloseConsumerConnectionsForAddr… #118

Merged
merged 1 commit into from Sep 28, 2016

Conversation

dudaerich
Copy link

…essForInVM fails

Based on log it is clear that the connection was closed by Finalizer before the failure
was caused by the test itself. Since the connection variable is not referenced in the
code anymore, JVM concludes it can destroy the object. Especially IBM JDK does it very
fast.

(cherry picked from commit 45e4138)

https://issues.jboss.org/browse/JBEAP-5994

…essForInVM fails

Based on log it is clear that the connection was closed by Finalizer before the failure
was caused by the test itself. Since the connection variable is not referenced in the
code anymore, JVM concludes it can destroy the object. Especially IBM JDK does it very
fast.

(cherry picked from commit 45e4138)

https://issues.jboss.org/browse/JBEAP-5994
@mtaylor mtaylor merged commit b00a56a into rh-messaging:jboss-1.1.0-x Sep 28, 2016
@dudaerich dudaerich deleted the JBEAP-5994 branch February 13, 2017 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants