-
Notifications
You must be signed in to change notification settings - Fork 32.8k
CI: failing slow runs fails to report properly #44238
Copy link
Copy link
Closed
Labels
Description
The following issue description was a red herring, the real problem is described at #44238 (comment)
Slow runs try to cat captured_info.txt which seems to not be always present
the GH step that update the report fails after the runs finish.
I reproduced the issue in SSH with
PATCH_TESTING_METHODS_TO_COLLECT_OUTPUTS=yes _PATCHED_TESTING_METHODS_OUTPUT_DIR=. pytest -sxv tests/models/qwen3_vl/test_modeling_qwen3_vl.py::Qwen3VLModelTest::test_multi_gpu_data_parallel_forward --make-reports reports
and I can see that it does not hit the function that creates the file, most likely because it does not go through a patched assertion = here its StopIteration
maybe we could simply touch the file when the tests starts, or make the step more resilient in the absence of it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.