]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: wait_for_pg_stats() should do another check after last 13 second sleep 22197/head
authorDavid Zafman <dzafman@redhat.com>
Wed, 23 May 2018 19:36:44 +0000 (12:36 -0700)
committerDavid Zafman <dzafman@redhat.com>
Wed, 23 May 2018 21:36:44 +0000 (14:36 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 151de1797b9163918b95a5996f422688e0964126)

qa/tasks/ceph_manager.py

index edbb2ae3ec6384c6812e8fa7255f6aca6c84a324..969cd6e23c5d1c7242a0f405df9a99672b982f06 100644 (file)
@@ -1437,7 +1437,7 @@ class CephManager:
         # both osd_mon_report_interval_min and mgr_stats_period are 5 seconds
         # by default, and take the faulty injection in ms into consideration,
         # 12 seconds are more than enough
-        delays = [1, 1, 2, 3, 5, 8, 13]
+        delays = [1, 1, 2, 3, 5, 8, 13, 0]
         @wraps(func)
         def wrapper(self, *args, **kwargs):
             exc = None