-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
DevProd Test Infrastructure
-
Fully Compatible
-
Correctness 2026-04-21
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The task `resmoke_tests` uses `--zip_undeclared_test_outputs`, resulting in a outputs.zip for every test. This regex matches that, and causes all test outputs to be downloaded to the Evergreen host, despite being unused. The generated tasks for showing individual test results instead use EngFlow's API to retrieve test outputs, as needed.
All other tests use `--nozip_undeclared_test_outputs`, set as default in .bazelrc, so this should no impact them.