X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fqa%2Ftasks%2Fcephfs%2Ftest_fragment.py;h=a62ef743216471116c27b447f209d3f0370d8b59;hb=d2e6a577eb19928d58b31d1b6e096ca0f03c4052;hp=f2486a06331f675c669ddc8f8854784c427fff22;hpb=31f18b776d001752a193a7cec8bb49033c1a904c;p=ceph.git diff --git a/ceph/qa/tasks/cephfs/test_fragment.py b/ceph/qa/tasks/cephfs/test_fragment.py index f2486a063..a62ef7432 100644 --- a/ceph/qa/tasks/cephfs/test_fragment.py +++ b/ceph/qa/tasks/cephfs/test_fragment.py @@ -68,8 +68,8 @@ class TestFragmentation(CephFSTestCase): frags = self.get_dir_ino("/splitdir")['dirfrags'] self.assertEqual(len(frags), 2) - self.assertEqual(frags[0]['dirfrag'], "10000000000.0*") - self.assertEqual(frags[1]['dirfrag'], "10000000000.1*") + self.assertEqual(frags[0]['dirfrag'], "0x10000000000.0*") + self.assertEqual(frags[1]['dirfrag'], "0x10000000000.1*") self.assertEqual( sum([len(f['dentries']) for f in frags]), split_size + 1