]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/cephfs: use wait_for_daemon() instead of sleep()-ing
authorRishabh Dave <ridave@redhat.com>
Wed, 22 May 2024 10:50:29 +0000 (16:20 +0530)
committerVenky Shankar <vshankar@redhat.com>
Thu, 23 May 2024 05:01:06 +0000 (01:01 -0400)
commit3005495225c94fb77987b47f8af46ad29e404cb3
treed66666fe2fc4bfc34c9ff8b01af40757686615a4
parent74452ad308ce8301edf72a5696cfe735c9cd2da1
qa/cephfs: use wait_for_daemon() instead of sleep()-ing

To avoid all sorts for races that could happen when using
sleep().

Signed-off-by: Rishabh Dave <ridave@redhat.com>
Signed-off-by: Venky Shankar <vshankar@redhat.com>
qa/tasks/cephfs/test_admin.py