]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/quiescer: remove racy assertion 67555/head
authorPatrick Donnelly <pdonnell@ibm.com>
Thu, 26 Feb 2026 19:29:50 +0000 (14:29 -0500)
committerPatrick Donnelly <pdonnell@ibm.com>
Thu, 26 Feb 2026 19:29:50 +0000 (14:29 -0500)
The cluster became clean and then an osdmap update caused the PG to peer
again. This triggered the assertion failing the test. Minor RADOS
hiccups should not cause this to fail.

Fixes: https://tracker.ceph.com/issues/75201
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
qa/tasks/quiescer.py

index 6c40e70883b660b3f5ec70f259401b261a8dc493..11214ecd81f8f8b578694a00757dbf42c29738c1 100644 (file)
@@ -406,7 +406,6 @@ def task(ctx, config):
     # the manager should be there
     manager = ctx.managers[cluster_name]
     manager.wait_for_clean()
-    assert manager.is_clean()
 
     mds_cluster = MDSCluster(ctx)
     for fs in mds_cluster.status().get_filesystems():