-
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
The repeated field 'google.devtools.testing.v1.TestTargetsForShard.test_targets' should have at least 1 values (found 0) #703
Comments
Thank you for reporting! We'll take a look tomorrow. |
@Kurt-Bonatz @bootstraponline We reproduced bug by providing flank test apk with all tests annotated with Next all ignored tests have assigned run time This is 100% reproducible with all We still wouldn't be aware of this issue if it weren't for incorrect filter That is what we came up with. Please @jan-gogo add something if missing or correct me. |
I appreciate the effort and apologize for some of the confusion! By latest snapshot I was going by the latest release as of yesterday at time of writing. The old logs were just a case of me grabbing the last test run I had executed which was during a The reason for the filters were because we were seeing matrices come back with errors about no tests run. We have very strict suppression of flaky tests so this wasn't too unexpected so I tried to avoid it by removing the addition of the suppressed tests entirely. I realized the filtering mistake shortly after signing off for the day 🤦. Glad it actually helped you though! Just ran a test run of #704 and everything works as expected with the corrected filters! Thanks again for the quick fix :). Let me know if you need anymore info or another test run. |
@Kurt-Bonatz actually that was quite interesting digging and investigating this issue :) |
The latest snapshot of Flank fails to run due to a 400 error with CTL. Git bisect blames the change #621. Currently, I've tried to remove any test filtering (test-targets in the config) which also produced the same issue. Reproducing with additional apks requires backporting #667 for most revisions. Let me know if I can provide more information.
Flank args output:
Error output:
The text was updated successfully, but these errors were encountered: