fix: reduce unclosed IO warnings #450
Annotations
4 errors
Test with pytest:
tests/tests/test_pipelines.py#L19
test_draining_stderr
AssertionError: assert 1712 == 15000
+ where 1712 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
|
Test with pytest:
tests/tests/test_pipelines.py#L32
test_draining_stderr_with_stderr_redirect
AssertionError: assert 1712 == 10000
+ where 1712 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
|
Test with pytest:
tests/tests/test_pipelines.py#L45
test_draining_stderr_with_stdout_redirect
AssertionError: assert 1712 == 15000
+ where 1712 = len(['consumed 0', 'consumed 1', 'consumed 2', 'consumed 3', 'consumed 4', 'consumed 5', ...])
|
Test with pytest
Process completed with exit code 1.
|
Loading