Skip to content

Commit 9369fb6

Browse files
alexmalyshevfacebook-github-bot
authored andcommitted
Hide error from expected failing parallel GC test
Summary: This test spawns a subprocess and expects it to fail. However when it fails it prints the exception to the stderr of the parent process, which causes confusion when we're debugging other failures. Hide it by default. Reviewed By: yoney Differential Revision: D83001409 fbshipit-source-id: 5a5cc4a2c4dcd6792864abcd0ac9118f3a8787fd
1 parent badd3d5 commit 9369fb6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cinderx/PythonLib/test_cinderx/test_enabling_parallel_gc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def g():
9292
args,
9393
cwd=tmp,
9494
stdout=subprocess.PIPE,
95+
stderr=subprocess.PIPE,
9596
encoding=ENCODING,
9697
env={
9798
"PYTHONPATH": CINDERX_PATH,

0 commit comments

Comments
 (0)