From 3933d64a7d63a1c5b2a3faa72a2d02b94fb4a397 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 21 Aug 2023 15:43:04 -0400 Subject: [PATCH] qa/rgw: add new POOL_APP_NOT_ENABLED failures to log-ignorelist Fixes: https://tracker.ceph.com/issues/62504 Signed-off-by: Casey Bodley (cherry picked from commit 4293d9bf117592a743ec70098cfb2bc1a9d38967) Conflicts: git got confused about these; unchanged in original commit qa/suites/rbd/device/ignore-pg-availability.yaml qa/suites/upgrade/octopus-x/ignore-pg-availability.yaml qa/suites/rgw/dbstore/ignore-pg-availability.yaml depended on missing .qa symlink --- qa/suites/rgw/dbstore/.qa | 1 + qa/suites/rgw/dbstore/ignore-pg-availability.yaml | 1 + qa/suites/rgw/service-token/ignore-pg-availability.yaml | 1 + 3 files changed, 3 insertions(+) create mode 120000 qa/suites/rgw/dbstore/.qa create mode 120000 qa/suites/rgw/dbstore/ignore-pg-availability.yaml create mode 120000 qa/suites/rgw/service-token/ignore-pg-availability.yaml diff --git a/qa/suites/rgw/dbstore/.qa b/qa/suites/rgw/dbstore/.qa new file mode 120000 index 000000000000..fea2489fdf6d --- /dev/null +++ b/qa/suites/rgw/dbstore/.qa @@ -0,0 +1 @@ +../.qa \ No newline at end of file diff --git a/qa/suites/rgw/dbstore/ignore-pg-availability.yaml b/qa/suites/rgw/dbstore/ignore-pg-availability.yaml new file mode 120000 index 000000000000..32340b1fa8be --- /dev/null +++ b/qa/suites/rgw/dbstore/ignore-pg-availability.yaml @@ -0,0 +1 @@ +.qa/rgw/ignore-pg-availability.yaml \ No newline at end of file diff --git a/qa/suites/rgw/service-token/ignore-pg-availability.yaml b/qa/suites/rgw/service-token/ignore-pg-availability.yaml new file mode 120000 index 000000000000..32340b1fa8be --- /dev/null +++ b/qa/suites/rgw/service-token/ignore-pg-availability.yaml @@ -0,0 +1 @@ +.qa/rgw/ignore-pg-availability.yaml \ No newline at end of file -- 2.47.3