-
Notifications
You must be signed in to change notification settings - Fork 122
In the test report, if test failed on all devices. Mark [All x test devices] #784
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
Conversation
…instead of listing each devices
Integration test with FLAKINESS (succeeded after retry)Requested by @sunmou99 on commit 959ac24
Add flaky tests to go/fpl-cpp-flake-tracker |
Would it be possible to put the count of devices there? It would mean something different to me if it failed on ALL 3 DEVICES vs ALL 1 DEVICES. Maybe phrase that better, too - ALL DEVICES (3) vs ALL DEVICES (1) |
Count added. |
It would still be good to know if the ONLY device failed, as opposed to if 1 device out of many failed. |
I see where you're coming from. If we could provide number like "x/y", which means "x" out of "y" configs has errors, it may be even better? I feel it's fine. Because we don't generate report in PR comment for manually triggered customized matrix. And for label trigger, the author knows what he/she triggers. Please let me know what you think. And I can address your concern in a new PR. |
I like the idea of doing x/y. It would be fine to do that in a followup. So this version will just do ALL DEVICES for 2+ devices, and just name the device for = 1 device? |
Sure, I will apply this x/y to all configs in a followup PR. And, no. This version will do [ALL *] if one failed config matches all the config values in the |
Description
In the report, if test failed on all devices. Use [All test devices] instead of listing each devices
e.g.
[emulator_target, emulator_latest, android_target, android_latest, emulator_32bit]
-> [All 5 android_device]
[emulator_target, android_target, android_latest, emulator_32bit]
-> [All 2 FTL Devices, emulator_target, emulator_32bit]
Testing
Type of Change
Place an
x
the applicable box:Notes
Release Notes
section ofrelease_build_files/readme.md
.