Skip to content

Commit a691f8f

Browse files
committed
Initialize the status file used by underlying test in TestIsoScope.test_distributed_setup_teardown_coordination.
1 parent fa7ad48 commit a691f8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testing/acceptance_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,6 +1287,9 @@ def test(self, i):
12871287
class TestScopeB(TestScopeA):
12881288
pass
12891289
"""
1290+
# Initialize the status file used by underlying test
1291+
shared_scope_setup_status_path.write_text("TEARDOWN_COMPLETE")
1292+
12901293
pytester.makepyfile(test_a=test_file)
12911294
result = pytester.runpytest("-n2", "--dist=isoscope", "-v")
12921295

0 commit comments

Comments
 (0)