]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: block buggy tests in test_admin.py 57496/head
authorRishabh Dave <ridave@redhat.com>
Thu, 16 May 2024 07:00:49 +0000 (12:30 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 17 May 2024 04:48:13 +0000 (10:18 +0530)
commitb7d07700d66c2a3c86fe985d4d5c83a635c260ac
treec76d59ef53f277c58acc8fd37c1d3431f73af8ae
parentc2fb93636ebe325b2c93b199bfbcf8e59451a24d
qa/cephfs: block buggy tests in test_admin.py

Block test_idem_unaffected_root_squash temporarily and
test_multifs_single_path_rootsquash.

This test fails due to a known bug. Block it temporarily so that
test_admin.py can run fully and PRs under QA can be tested fully.
Otherwise, this test fails and that halts test_admin.py, which leaves
the PR partially untested.

This failure is then seen as an unrelated failure which lets the buggy
code get merged. This has happened recently.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/test_admin.py