From 706577a34be57b5d50f6115a3c44f010a3b7993c Mon Sep 17 00:00:00 2001 From: Joshua Marantz Date: Wed, 2 Dec 2015 08:27:47 -0500 Subject: [PATCH] do not consider it a test failure to get a slow ReadFile operation. --- test/nginx_system_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/nginx_system_test.sh b/test/nginx_system_test.sh index ee976f5f2..318a27512 100644 --- a/test/nginx_system_test.sh +++ b/test/nginx_system_test.sh @@ -1309,6 +1309,7 @@ OUT=$(cat "$ERROR_LOG" \ | grep -v "\\[error\\].*opening temp file: No such file or directory.*" \ | grep -v "\\[error\\].*remote\.cfg.*" \ | grep -v "\\[error\\].*Slow read operation on file.*" \ + | grep -v "\\[error\\].*Slow ReadFile operation on file.*" \ | grep -v "\\[error\\].*Slow write operation on file.*" \ | grep -v "\\[warn\\].*remote\.cfg.*" \ | grep -v "\\[warn\\].*end token not received.*" \