From 3f6f65602aa7e6a81baf4e76e42a3ce89557c210 Mon Sep 17 00:00:00 2001 From: Shraddha Agrawal Date: Wed, 4 Dec 2024 10:04:58 +0530 Subject: [PATCH] rados/test_crash.sh: add PG_DEGRADED to ignorelist Issue: rados/test_crash.sh is failing due to PG_DEGRADED state. Cause: This is expected as we are intentionally killing OSDs and testing for crashes. Adding the PG_DEGRADED warning to the ignorelist will prevent the test from failing when this warning is raised. Fixes: https://tracker.ceph.com/issues/69010 Signed-off-by: Shraddha Agrawal (cherry picked from commit 1924a8f2cee99c0576c54071d2b877c3e687b7db) --- qa/suites/rados/singleton/all/test-crash.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/rados/singleton/all/test-crash.yaml b/qa/suites/rados/singleton/all/test-crash.yaml index ec227cec79d..ae2cee44cb3 100644 --- a/qa/suites/rados/singleton/all/test-crash.yaml +++ b/qa/suites/rados/singleton/all/test-crash.yaml @@ -11,6 +11,7 @@ tasks: - OSD_.*DOWN - \(RECENT_CRASH\) - \(POOL_APP_NOT_ENABLED\) + - \(PG_DEGRADED\) - workunit: clients: client.0: -- 2.39.5