From b35822b5a67eaae45db82fdaf833c31ab83ea6c4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 27 Nov 2020 18:07:10 -0800 Subject: [PATCH] tests: .NOTPARALLEL test-driver-create-log-dir. * t/test-driver-create-log-dir.sh (.NOTPARALLEL): add target, since the two tests under sub/ seem to have a race condition. No evident way to debug or reliably reproduce. Reported by Jim. --- t/test-driver-create-log-dir.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/t/test-driver-create-log-dir.sh b/t/test-driver-create-log-dir.sh index 54c904ef7..759b264e4 100644 --- a/t/test-driver-create-log-dir.sh +++ b/t/test-driver-create-log-dir.sh @@ -42,6 +42,13 @@ check-local: $(TEST_SUITE_LOG) test -f sub/foo.trs test -f sub/subsub/bar.trs test -f sub1/baz.trs + +# Tell GNU make not to parallelize, since the two tests under sub/ +# can result in, for example: +# fatal: making test-suite.log: failed to create sub/foo.trs +# fatal: making test-suite.log: failed to create sub/foo.log +# No evident way to debug or reliably reproduce. +.NOTPARALLEL: END echo "#!$AM_TEST_RUNNER_SHELL" > checkdir-driver -- 2.47.3