-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jUnitReport.xml contains wrong data with smart sharding #618
Comments
I'll need more info to identity, reproduce, and resolve the issue. |
i had a look in the links to inside the junit file. I have a matrix with 6 testcases, so the url should be present 6 times in the file, but it's only 2 times. i guess some testcases gets the wrong matrix assigned If you need the files then i can send them over to you via slack for example |
Thanks! I'll take a look soon. |
Debugged. Root cause is FTL does not produce XML files for all failed matrices. Flank currently detects failures by parsing the XML. If a failed matrix doesn't produce an XML then they'll be missing from the Flank XML report. Moving to API based results fetching may solve the issue. However the FTL API is currently incomplete which blocks this work. |
I am using smart sharding and i recognized the the jUnitReport-xml file contains wrong data compared to real results of the matrixes. I can provide you some xml files for debugging if needed
The text was updated successfully, but these errors were encountered: