Skip to content

CI: failing slow runs fails to report properly #44238

@tarekziade

Description

@tarekziade

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

#43972 (comment)

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions