]
Tom Jenkinson resolved JBTM-1836.
---------------------------------
Resolution: Done
RecoveredTransactionReplayerUnitTest may raise a
nullpointerexception
---------------------------------------------------------------------
Key: JBTM-1836
URL:
https://issues.jboss.org/browse/JBTM-1836
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Testing
Reporter: Tom Jenkinson
Assignee: Tom Jenkinson
Fix For: 5.0.0.M4
java.lang.NullPointerException
at
com.arjuna.ats.internal.jts.recovery.transactions.RecoveredTransactionReplayer.run(RecoveredTransactionReplayer.java:118)
at
com.hp.mwtests.ts.jts.recovery.RecoveredTransactionReplayerUnitTest.testCommitted(RecoveredTransactionReplayerUnitTest.java:71)
Looking at the test it spawns a thread to call run(), then it expects that the thread
hasn't finished launching before doing further setup. Then it triggers the logic that
is expected in the thread anyway.
I will not trigger the thread which should have the same test behavior but without the
timing issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: