-
Notifications
You must be signed in to change notification settings - Fork 119
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
iOS: JUnitReport.xml contains data from previously used device #652
Comments
Hey @andreschab90 ! |
@bootstraponline @pawelpasterz i had a look into this issue again. The issue with old devices seems to be fixed, but i got a really critical issue when using latest snapshot. I have almost 70 tests, which runs in 13 shards, but on snapshot every shard contains the same 5 tests. The total amount was also 130 tests. So every testcase was executed 26 times. i have this behaviour only on snapshot version. |
@andreschab90 Thanks for answer, could you share with us yml file? @bootstraponline |
@pawelpasterz here is my flank.yml
|
Agreed |
we probably need to update the nm and swift-demangle binaries. |
I updated the Flank binaries. In general it seems the new Xcode has caused some problems for Flank's iOS support. We'll have to test this using the Flank sample app and see if the problems reproduce. |
The cause of this error is flank's internal caching mechanism. For every shard Fix #759 |
Hey @andreschab90 , fix is merged into master. If this is possible, please check if that works in your case, thanks! |
@pawelpasterz sure we check it next week. Thanks |
@pawelpasterz every testcase is listed twice in the jnut.xml |
@andreschab90 |
@pawelpasterz thx will Check it out later |
The fix has been released in Flank v20.05.2. https://github.com/Flank/flank/releases/tag/v20.05.2 |
@pawelpasterz @bootstraponline fix works..thx |
case:
-> JUnitReport.xml contains results from iphone x, which was not used in last execution
The text was updated successfully, but these errors were encountered: