]
Tom Jenkinson commented on JBTM-2429:
-------------------------------------
I think it would be useful - yes
Disable java debugger in the surefire tests
-------------------------------------------
Key: JBTM-2429
URL:
https://issues.jboss.org/browse/JBTM-2429
Project: JBoss Transaction Manager
Issue Type: Task
Components: Testing
Affects Versions: 5.1.1
Reporter: Michael Musgrove
Assignee: Michael Musgrove
Priority: Optional
Fix For: 5.next
Original Estimate: 3 hours
Remaining Estimate: 3 hours
We are having intermittent problems with arquillian tests on the mac that start
containers one after the other. It seems that a previous one is slow to shut down causing
the next one to fail to start with
{code}
ERROR: transport error 202: bind failed: Address already in use
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized
{code}
I plan to disable the debugger (I think we enabled it because of a hang on an old issue
where we needed the debugger port open to aid diagnosis).