do not consider it a test failure to get a slow ReadFile operation.

This commit is contained in:
Joshua Marantz
2015-12-02 08:27:47 -05:00
parent 6703b2d76e
commit 706577a34b
+1
View File
@@ -1309,6 +1309,7 @@ OUT=$(cat "$ERROR_LOG" \
| grep -v "\\[error\\].*opening temp file: No such file or directory.*" \ | grep -v "\\[error\\].*opening temp file: No such file or directory.*" \
| grep -v "\\[error\\].*remote\.cfg.*" \ | grep -v "\\[error\\].*remote\.cfg.*" \
| grep -v "\\[error\\].*Slow read operation on file.*" \ | 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 "\\[error\\].*Slow write operation on file.*" \
| grep -v "\\[warn\\].*remote\.cfg.*" \ | grep -v "\\[warn\\].*remote\.cfg.*" \
| grep -v "\\[warn\\].*end token not received.*" \ | grep -v "\\[warn\\].*end token not received.*" \