You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to testng-dev
Hi,
when building TestNG 5.8 from svn, I get an occasional test failure in
a Regression2 test:
<testcase name="verifyBothAfterGroups" time="0.019"
classname="test.configuration.GroupsTest">
<failure type="java.lang.AssertionError" message="null: lists
don't have the same size expected:<8> but was:<7>">
<![CDATA[java.lang.AssertionError: null: lists don't have the
same size expected:<8> but was:<7>
at test.configuration.GroupsTest.runTest(GroupsTest.java:54)
at test.configuration.GroupsTest.verifyBothAfterGroups
(GroupsTest.java:41)
... Removed 28 stack frames]]>
</failure>
</testcase>
Any ideas why? I'm building on a Debian amd64 system with OpenJDK 6.
Cheers,
Marcus
Cédric Beust ♔
unread,
Jan 16, 2009, 11:53:11 AM1/16/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to testn...@googlegroups.com
Hi Marcus,
The tests pass consistently for me. There might be a bug in this particular class, but since you are using a 64 bits *and* OpenJDK, I would start looking in this direction first. Can you pare down this test and make it fail consistently?