From: Adam King Date: Fri, 10 May 2024 20:21:01 +0000 (-0400) Subject: qa/cephadm: fix ignorelist of CEPHADM_STRAY_DAEMON for rados_api_tests X-Git-Tag: v19.1.1~148^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f58316d816345c674f1ec43d1d8bd32f6d01e073;p=ceph.git qa/cephadm: fix ignorelist of CEPHADM_STRAY_DAEMON for rados_api_tests Not every log with this error has the parentheses, so these warnings were still causing the test to fail [ERR] [WRN] CEPHADM_STRAY_DAEMON: 2 stray daemon(s)... in cluster log Signed-off-by: Adam King (cherry picked from commit 0a67436e36289b2e1bcf0acf662214b9e659b0de) --- diff --git a/qa/suites/orch/cephadm/thrash/1-start.yaml b/qa/suites/orch/cephadm/thrash/1-start.yaml index e6ed4eb6fe414..0967bc2efc9cf 100644 --- a/qa/suites/orch/cephadm/thrash/1-start.yaml +++ b/qa/suites/orch/cephadm/thrash/1-start.yaml @@ -1,7 +1,7 @@ overrides: ceph: log-ignorelist: - - \(CEPHADM_STRAY_DAEMON\) + - CEPHADM_STRAY_DAEMON log-only-match: - CEPHADM_ tasks: diff --git a/qa/suites/rados/basic/tasks/rados_api_tests.yaml b/qa/suites/rados/basic/tasks/rados_api_tests.yaml index 9446bc828d39d..7eee15202cca4 100644 --- a/qa/suites/rados/basic/tasks/rados_api_tests.yaml +++ b/qa/suites/rados/basic/tasks/rados_api_tests.yaml @@ -11,7 +11,7 @@ overrides: - \(POOL_APP_NOT_ENABLED\) - \(PG_AVAILABILITY\) - \(PG_DEGRADED\) - - \(CEPHADM_STRAY_DAEMON\) + - CEPHADM_STRAY_DAEMON conf: client: debug ms: 1