Project

General

Profile

Bug #58949

Updated by Rishabh Dave about 1 year ago

test_cephfs.test_disk_quota_exceeeded_error's failure has been reported here before - https://tracker.ceph.com/issues/58220#note-9.  

 The failing job was run by me very recently. At the same time, Venky did not see this job fail in his QA run - 

 Thus, this test is racy. Let's add a small pause in execution after quota attribute is applied on cephfs directory, so that this race won't happen and test results are consistent.

Back