[weld-issues] [JBoss JIRA] (CDITCK-270) TransactionalObserverTest.testSucessfullTransaction() unstable
Jozef Hartinger (JIRA)
jira-events at lists.jboss.org
Wed Apr 25 04:09:18 EDT 2012
Jozef Hartinger created CDITCK-270:
--------------------------------------
Summary: 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: TBC
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
More information about the weld-issues
mailing list