]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: use new hex rep of inode 16292/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 3 Aug 2017 04:39:48 +0000 (21:39 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 3 Aug 2017 04:39:48 +0000 (21:39 -0700)
commit8d33cbbf5c349818c075c2cb13f08be4b5ae1e04
treec2623971b1badf1006dc92eb61a8745f2d84a75d
parent7f04d88af87662af46595b7ae7b89570059900bc
qa: use new hex rep of inode

Resolves a failure from QA:

    2017-08-02T19:23:27.489 INFO:tasks.cephfs_test_runner:======================================================================
    2017-08-02T19:23:27.489 INFO:tasks.cephfs_test_runner:FAIL: test_oversize (tasks.cephfs.test_fragment.TestFragmentation)
    2017-08-02T19:23:27.489 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
    2017-08-02T19:23:27.490 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
    2017-08-02T19:23:27.490 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-pdonnell-testing-20170802/qa/tasks/cephfs/test_fragment.py", line 71, in test_oversize
    2017-08-02T19:23:27.490 INFO:tasks.cephfs_test_runner:    self.assertEqual(frags[0]['dirfrag'], "10000000000.0*")
    2017-08-02T19:23:27.490 INFO:tasks.cephfs_test_runner:AssertionError: u'0x10000000000.0*' != '10000000000.0*'
    2017-08-02T19:23:27.490 INFO:tasks.cephfs_test_runner:

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/test_fragment.py