In the test report, if test failed on all devices. Mark [All x test devices] #784
In the test report, if test failed on all devices. Mark [All x test devices] #784
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
xthe applicable box:Notes
Release Notessection ofrelease_build_files/readme.md.