From: Xiubo Li Date: Fri, 28 May 2021 04:58:21 +0000 (+0800) Subject: qa: wait more time since there have many more pgs than before X-Git-Tag: v16.2.6~11^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f0a8413aa2c4131240cbc26ab86fee22fac634c7;p=ceph.git qa: wait more time since there have many more pgs than before Signed-off-by: Xiubo Li (cherry picked from commit 999c787ac60beb0d28f09d574242ec64eee06686) --- diff --git a/qa/tasks/cephfs/test_full.py b/qa/tasks/cephfs/test_full.py index e192656173a5..2b7166d6b2be 100644 --- a/qa/tasks/cephfs/test_full.py +++ b/qa/tasks/cephfs/test_full.py @@ -132,7 +132,7 @@ class FullnessTestCase(CephFSTestCase): else: log.info("Writing file B succeeded (full status will happen soon)") self.wait_until_true(lambda: self.is_full(), - timeout=osd_mon_report_interval * 5) + timeout=osd_mon_report_interval * 120) # Attempting to write more data should give me ENOSPC with self.assertRaises(CommandFailedError) as ar: @@ -167,7 +167,7 @@ class FullnessTestCase(CephFSTestCase): # * The MDS to purge the stray folder and execute object deletions # * The OSDs to inform the mon that they are no longer full self.wait_until_true(lambda: not self.is_full(), - timeout=osd_mon_report_interval * 5) + timeout=osd_mon_report_interval * 120) # Wait for the MDS to see the latest OSD map so that it will reliably # be applying the free space policy