[
https://issues.jboss.org/browse/CDITCK-270?page=com.atlassian.jira.plugin...
]
Martin Kouba resolved CDITCK-270.
---------------------------------
Fix Version/s: 1.1.0.Alpha3
(was: TBC)
Resolution: Done
TransactionalObserverTest.testSucessfullTransaction() unstable
--------------------------------------------------------------
Key: CDITCK-270
URL:
https://issues.jboss.org/browse/CDITCK-270
Project: CDI TCK
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Tests
Affects Versions: 1.1.0.Alpha2
Reporter: Jozef Hartinger
Assignee: Martin Kouba
Fix For: 1.1.0.Alpha3
org.jboss.cdi.tck.tests.event.observer.transactional.TransactionalObserverTest.testSucessfullTransaction()
seems to be failing randomly with
java.lang.AssertionError: expected:<true> but was:<false> on line 48
I guess the following assertion is not valid since both "checkpoints" may be
set in the same millisecond
{code:JAVA}
assertTrue(AccountTransactionObserver.beforeCompletionObservedTime > checkpoint);
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira