-
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: Updating matrix file fails with java.lang.NumberFormatException: For input string: "167,793" #466
Comments
Actually it is reproducible with flank refresh.
And then the same exception. |
I removed all UPD: I still investigating this issue. It is unclear why it is happening. It is pass when I exclude some test cases from run. I will post an update when have details. |
oh, that's a bug! Thank you for reporting. I think Flank has an assumption about value ranges that ended up not being true which caused the crash. Updating the parsing code should resolve the problem. I'll take a look when I have some time. |
This bug is fixed on master. The snapshot will automatically be published in a few minutes. |
There is an exception happens in the end of FetchArtifacts when it starts updating matrix file. So it does not go further and does not upload smartFlank .xml file.
The text was updated successfully, but these errors were encountered: