From 16929707893e6b90cb1e22073197a845ef5f6e3f Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 27 Feb 2023 15:22:08 -0500 Subject: [PATCH] back out verify changes since underlying errors should be fixed --- setup/so-verify | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup/so-verify b/setup/so-verify index f2b5a76b6..d9cbf9a88 100755 --- a/setup/so-verify +++ b/setup/so-verify @@ -41,9 +41,6 @@ log_has_errors() { grep -vE "Failed:\s*?[0-9]+" | \ grep -vE "Status .* was not found" | \ grep -vE "Uncaught exception, closing connection" | \ - grep -vE "Server does not appear to be running or fully initialized - will try again in 10 seconds" | \ - grep -vE "Command 'so-influxdb-manage' failed with return code" | \ - grep -vE "retcode: 1" | \ grep -vE "Exception in callback None" | \ grep -vE "deprecation: ERROR" | \ grep -vE "code: 100" | \