From b150aec6a6ec0f4c9bf2d8165e593aac995a0637 Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Fri, 24 Feb 2023 12:32:28 +0800 Subject: [PATCH] qa: enable the xfstests generic/317 test case 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 --- qa/tasks/cephfs/xfstests_dev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/cephfs/xfstests_dev.py b/qa/tasks/cephfs/xfstests_dev.py index ea317a7548b..adb461fd6ea 100644 --- a/qa/tasks/cephfs/xfstests_dev.py +++ b/qa/tasks/cephfs/xfstests_dev.py @@ -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'), -- 2.39.5