]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: enable the xfstests generic/317 test case 50217/head
authorXiubo Li <xiubli@redhat.com>
Fri, 24 Feb 2023 04:32:28 +0000 (12:32 +0800)
committerXiubo Li <xiubli@redhat.com>
Tue, 28 Feb 2023 14:02:56 +0000 (22:02 +0800)
Since the permission denied bug has been fixed, just add the 317
test back.

Fixes: https://tracker.ceph.com/issues/58760
Signed-off-by: Xiubo Li <xiubli@redhat.com>
qa/tasks/cephfs/xfstests_dev.py

index ea317a7548b7a31d48e591383fe811e933e83d89..adb461fd6ea0d9cc0ecdf022403dee0889959d3a 100644 (file)
@@ -302,7 +302,7 @@ class XFSTestsDev(CephFSTestCase):
         # These tests will fail or take too much time and will
         # make the test timedout, just skip them for now.
         xfstests_exclude_contents = dedent('''\
-            {c}/001 {g}/003 {g}/020 {g}/075 {g}/317 {g}/538 {g}/531
+            {c}/001 {g}/003 {g}/020 {g}/075 {g}/538 {g}/531
             ''').format(g="generic", c="ceph")
 
         self.mount_a.client_remote.write_file(join(self.xfstests_repo_path, 'ceph.exclude'),