warp icon indicating copy to clipboard operation
warp copied to clipboard

[BUG] Unreliable stdout capture on Windows causes sporadic test failures

Open c0d1f1ed opened this issue 4 months ago • 0 comments

Bug Description

CI test runs on multi-GPU and Debug setups for Windows sporadically produce errors like:

Number of potential bsr_mm blocks (4) exceeded max_nnz (2)

This error message is expected by test_bsr_mm_max_new_nnz, but instead gets detected by other tests as unexpected output.

It's a known issue that on Windows the StdOutCapture does not work reliably. This is currently worked around by not asserting when the output is empty, but that doesn't prevent the above issue.

We should instead skip all tests that expect to write to stdout, on Windows.

System Information

No response

c0d1f1ed avatar Nov 12 '25 22:11 c0d1f1ed