quincy: qa/cephfs: fix test_single_path_authorize_on_nonalphanumeric_fsname#58559
Closed
rishabh-d-dave wants to merge 1 commit intoceph:quincyfrom
Closed
quincy: qa/cephfs: fix test_single_path_authorize_on_nonalphanumeric_fsname#58559rishabh-d-dave wants to merge 1 commit intoceph:quincyfrom
rishabh-d-dave wants to merge 1 commit intoceph:quincyfrom
Conversation
This test deletes the CephFS already present on the cluster at the very beginning and unmounts the first client beforehand. But it leaves the second client mounted on this deleted CephFS that doesn't exist for the rest of the test. And then at the very end of this test it attempts to remount the second client (during tearDown()) which hangs and causes test runner to crash. Unmount the second client beforehand to prevent the bug and delete mount_b object to avoid confusion for the readers in future about whether or not 2nd mountpoint exists. Fixes: https://tracker.ceph.com/issues/66077 Signed-off-by: Rishabh Dave <ridave@redhat.com> (cherry picked from commit 2130ec8)
Contributor
Author
|
jenkins test make check |
1 similar comment
Member
|
jenkins test make check |
Member
|
The qa failure should be introduced by this PR: https://pulpito.ceph.com/xiubli-2024-08-13_04:29:48-fs-wip-xiubli-testing-20240812.103236-quincy-distro-default-smithi/7850800/. |
lxbsz
requested changes
Aug 19, 2024
vshankar
requested changes
Oct 15, 2024
Contributor
Author
|
jenkins test make check |
Contributor
Author
|
jenkins test api |
Contributor
Author
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
backport tracker: https://tracker.ceph.com/issues/66930
backport of #58311
parent tracker: https://tracker.ceph.com/issues/66077
this backport was staged using ceph-backport.sh version 16.0.0.6848
find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh