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...@googlegroups.com
Hi
I am seeing that the tests that succeeded because of retry are included in the "failed" tests as well as in the "passed" tests in the IResultMap and in the testng-failed.xml file This was not happening in 5.8 version of testng. I see this in 5.9 and in 5.10.
Anybody see the same?
Suresh
Suresh
unread,
Nov 3, 2009, 3:04:13 PM11/3/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 testng-users
Hi Cedric
Any idea why in the new version of testng(5.9 and above) when a test
is retried using retryAnalyzer attribute, it is added to both "Failed"
and "Passed" list in the ITestResultMap?
Suresh
Cédric Beust ♔
unread,
Nov 3, 2009, 3:46:11 PM11/3/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
Any idea why in the new version of testng(5.9 and above) when a test
is retried using retryAnalyzer attribute, it is added to both "Failed"
and "Passed" list in the ITestResultMap?
No. I imagine the first attempt goes into the Failed bucket and the next one in Success, but obviously, there should be only one method in the final report, and it should be Success.
Can you file a bug on JIRA with some code that shows the issue?