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 - http://pulpito.front.sepia.ceph.com/rishabh-2023-03-03_21:39:49-fs-wip-rishabh-2023Mar03-2316-testing-default-smithi/7193845. recently. At the same time, Venky did not see this job fail in his QA run - http://ceph/teuthology-archive/vshankar-2023-03-08_15:12:36-fs-wip-vshankar-testing-20230308.112059-testing-default-smithi/7197038/ 

 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