Bug 963301 - Thread leaks on testsuite - clone of https://issues.jboss.org/browse/HORNETQ-1198
Summary: Thread leaks on testsuite - clone of https://issues.jboss.org/browse/HORNETQ-...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: HornetQ
Version: 6.1.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER7
: EAP 6.1.1
Assignee: Clebert Suconic
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-15 15:34 UTC by Clebert Suconic
Modified: 2013-09-16 20:22 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-09-16 20:22:01 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Clebert Suconic 2013-05-15 15:34:12 UTC
Description of problem:

The testsuite is eventually leaking threads. Some of these causes could eventually cause dead locks.

Version-Release number of selected component (if applicable):


How reproducible:

always

Steps to Reproduce:
1. Fix UnitTestCase::checkThread (it was broken, which is also part of this change)
2. Run the testsuite and look for results
  
Actual results:

Threads will keep running after the tearDown of a test

Expected results:

All threads should be stopped

Additional info:

The testsuite checkThread is a way to keep the testsuite clean. This won't cause any issues in production but it will keep the sanity of the code.

Comment 1 Clebert Suconic 2013-05-15 15:37:37 UTC
PR submitted: https://github.com/hornetq/hornetq/pull/1061

Comment 3 Clebert Suconic 2013-08-27 15:34:27 UTC
This was fixed as part of https://bugzilla.redhat.com/show_bug.cgi?id=963301 / https://issues.jboss.org/browse/HORNETQ-1198 on 2.3.2

Comment 4 Paul Gier 2013-08-27 15:39:51 UTC
Hornetq 2.3.2.Final was included in 6.1.1 ER3

Comment 5 Clebert Suconic 2013-08-27 15:47:02 UTC
this was fixed on 2.3.2

Comment 6 Miroslav Novak 2013-08-28 08:16:51 UTC
ManagementActivationTest and ManagementActivationTest are not leaking anymore. Thanks for the fix! Verified in EAP 6.1.1.ER7.


Note You need to log in before you can comment on or make changes to this bug.