From f821cd85bb1c4ea12ea343daa2e953e4267d108d Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Tue, 13 Aug 2024 17:58:17 -0500 Subject: [PATCH] qa/suites/upgrade: ignore MON_DOWN and PG_AVAILABILITY warnings in upgrade tests Signed-off-by: Laura Flores (cherry picked from commit e225b127eaf5375493bc1a667058de092f10e4dd) Signed-off-by: Laura Flores Conflicts: qa/suites/upgrade/octopus-x/stress-split/1-start.yaml qa/suites/upgrade/quincy-x/parallel/1-tasks.yaml - octopus-x/stress-split didn't have an override section yet, while main already did. So, I had to add a new section and remove stuff other warnings (such as OSD_DOWN) that are out of scope for this cherry-pick. - quincy-x tests do not exist on the quincy branch, so I had to remove these from the cherry-pick modifications. --- qa/suites/upgrade/octopus-x/parallel/1-tasks.yaml | 8 ++++++++ qa/suites/upgrade/octopus-x/stress-split/1-start.yaml | 8 ++++++++ qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml | 1 + qa/suites/upgrade/pacific-x/stress-split/1-start.yaml | 8 ++++++++ 4 files changed, 25 insertions(+) diff --git a/qa/suites/upgrade/octopus-x/parallel/1-tasks.yaml b/qa/suites/upgrade/octopus-x/parallel/1-tasks.yaml index 47731267dcb..4617dd3b53f 100644 --- a/qa/suites/upgrade/octopus-x/parallel/1-tasks.yaml +++ b/qa/suites/upgrade/octopus-x/parallel/1-tasks.yaml @@ -1,3 +1,11 @@ +overrides: + ceph: + log-ignorelist: + - mons down + - mon down + - MON_DOWN + - out of quorum + - PG_AVAILABILITY tasks: - install: branch: octopus diff --git a/qa/suites/upgrade/octopus-x/stress-split/1-start.yaml b/qa/suites/upgrade/octopus-x/stress-split/1-start.yaml index c896fbfcf19..54e79e78c31 100644 --- a/qa/suites/upgrade/octopus-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/octopus-x/stress-split/1-start.yaml @@ -1,3 +1,11 @@ +overrides: + ceph: + log-ignorelist: + - mons down + - mon down + - MON_DOWN + - out of quorum + - PG_AVAILABILITY tasks: - install: branch: octopus diff --git a/qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml b/qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml index 8d27ad451e8..3ca7769c0e6 100644 --- a/qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml +++ b/qa/suites/upgrade/pacific-x/parallel/1-tasks.yaml @@ -5,6 +5,7 @@ overrides: - mon down - MON_DOWN - out of quorum + - PG_AVAILABILITY tasks: - install: branch: pacific diff --git a/qa/suites/upgrade/pacific-x/stress-split/1-start.yaml b/qa/suites/upgrade/pacific-x/stress-split/1-start.yaml index 9a552df9991..1a5246cea54 100644 --- a/qa/suites/upgrade/pacific-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/pacific-x/stress-split/1-start.yaml @@ -1,3 +1,11 @@ +overrides: + ceph: + log-ignorelist: + - mons down + - mon down + - MON_DOWN + - out of quorum + - PG_AVAILABILITY tasks: - install: branch: pacific -- 2.47.3