-
Notifications
You must be signed in to change notification settings - Fork 12
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
Test Runner crashes when changing Level and Version (and test results exists) #68
Comments
that does seem odd ... could you please give me (just some csv files and your wrapper configuration) so i can reproduce it? It would also be good to know what version of the testrunner you are running (that would be in the about menu) For me this seems to be working fine: |
I've looked at the other issue, and the other issue was something completely different (but that one is solved). I've checked out the runner on 18.04 and it works there for me too. To reproduce:
I do get gazillions of assertions ... but those are not thrown by us, but by glib ... so i'm not worried about those. |
I deleted the error messages from before, they were related to a different issue not related to the test runner. The errors I get are the following:
Using version 3.3.0 (the Ubuntu deb which is available as download). Attached the CSV I have in my output folder |
Attached video of the issue |
I just rebuild with ant from the latest develop commit (6306a88 Using
Now when changing level and version the GUI is not dying, but just freezing on the Refreshing results list ;) so some improvement. |
I will merge this change to branch |
Perfect. Works like a charm. Thanks so much. |
This could be related to #67.
If I ran some tests and then change the Level and Version in the Drop-Down Menu the GUI crashes. This is reproducible. Workaround is to go in the test output directory and delete all CSV, then one can change the Level and Version.
On ubuntu 18.04, using the downloaded deb package from the latest release.
The text was updated successfully, but these errors were encountered: