From 1be4f7526c78c0f7fb40b3aa0d1dc76897a2e474 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Wed, 13 Jun 2018 13:06:33 -0700 Subject: [PATCH] tests/semaphore.test.bash: match "DATA RACE" Signed-off-by: Gyuho Lee --- tests/semaphore.test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/semaphore.test.bash b/tests/semaphore.test.bash index 30c8dc501..32d2717c8 100755 --- a/tests/semaphore.test.bash +++ b/tests/semaphore.test.bash @@ -22,4 +22,4 @@ docker run \ gcr.io/etcd-development/etcd-test:go1.10.3 \ /bin/bash -c "${TEST_OPTS} ./test 2>&1 | tee test-${TEST_SUFFIX}.log" -! egrep "(--- FAIL:|panic: test timed out|appears to have leaked)" -B50 -A10 test-${TEST_SUFFIX}.log +! egrep "(--- FAIL:|DATA RACE|panic: test timed out|appears to have leaked)" -B50 -A10 test-${TEST_SUFFIX}.log