Bug #68639
openquincy: Test failure: test_client_evict_with_invalid_id (tasks.cephfs.test_misc.TestSessionClientEvict)
0%
Description
/a/yuriw-2024-10-17_13:52:02-fs-wip-yuri12-testing-2024-10-16-1152-quincy-distro-default-smithi/7953797
The MDS returns an empty response since evicting a client with an invalid session-id is a no-operation, but the qa code tries to decode the JSON. This is not seen in main branch since the qa code handles that.
Updated by Neeraj Pratap Singh over 1 year ago
- Status changed from New to Fix Under Review
- Pull request ID set to 60417
https://github.com/ceph/ceph/commit/f5433792ecb0d08cc4a845336b50651bc6909f4a
https://github.com/ceph/ceph/commit/464ef51525d673d38187bb9a841c4802c0681e0f
Above mentioned commits were only backported to squid not to quincy and reef.
We might be seeing this issue due to missing these backports in quincy
Updated by Venky Shankar over 1 year ago
Neeraj Pratap Singh wrote in #note-1:
https://github.com/ceph/ceph/commit/f5433792ecb0d08cc4a845336b50651bc6909f4a
https://github.com/ceph/ceph/commit/464ef51525d673d38187bb9a841c4802c0681e0fAbove mentioned commits were only backported to squid not to quincy and reef.
We might be seeing this issue due to missing these backports in quincy
Can you try cherry picking the relevant commits in the backport PR itself?
Updated by Neeraj Pratap Singh over 1 year ago
Venky Shankar wrote in #note-2:
Neeraj Pratap Singh wrote in #note-1:
https://github.com/ceph/ceph/commit/f5433792ecb0d08cc4a845336b50651bc6909f4a
https://github.com/ceph/ceph/commit/464ef51525d673d38187bb9a841c4802c0681e0fAbove mentioned commits were only backported to squid not to quincy and reef.
We might be seeing this issue due to missing these backports in quincyCan you try cherry picking the relevant commits in the backport PR itself?
https://github.com/ceph/ceph/pull/58724 is already merged, I have created another backport PR (mentioned in Pull Request ID) for quincy, with the cherry-picked commits
Updated by Venky Shankar over 1 year ago
- Related to Backport #67076: quincy: mds: client evict [-h|--help] evicts ALL clients added