In the SystemVerilog programming language, the same tests are run multiple times but with different seeds in the same build task. The same test could be run hundreds of times with a different seed each time in the same task. What report format makes the most sense? I have been using JUnit XML, but I have to trick the XML to make each test name different to get one report per seed. Is there a better test report format to use in this case?
Looks like https://jira.atlassian.com/browse/BAM-2627answers the question:
"Bamboo 4.4 shipped with a specific TestNG result parsing task. This task is capable of parsing many tests with the same name. If you switch your plans to use this task, all your tests should be reported correctly."
Edit: I will accept this answer for now, but I have not tried it yet.
I'd aggregate passing testing and list failed tests like you are, unless the test failed 100% of the time then you could aggregate the failure as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.