Actions
Bug #66119
closed[ FAILED ] QuiesceDbTest.MultiRankRecovery - unstable quiesce db test
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Correctness/Safety
Target version:
% Done:
0%
Source:
Q/A
Backport:
squid
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
MDS, quiesce
Labels (FS):
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v19.3.0-2290-g9969477434
Released In:
v20.2.0~2859
Upkeep Timestamp:
2025-11-01T01:11:33+00:00
Description
The MultiRankRecovery test has some unstable checks at the end. The test is built to have a quiesce cluster reach QUIESCED state on a set and then the cluster is subjected to a series of membership updates.
At one point, a quiescing peer is added back to the cluster. The system is expected to query the new peer and immediately know that it's quiesced, thus preventing a transition from QUIESCED to QUIESCING on the said set.
Next, a non-quiescing peer is added, and a set is expected to move to QUIESCING.
https://jenkins.ceph.com/job/ceph-pull-requests-arm64/56600/consoleFull#-355712461e840cee4-f4a4-4183-81dd-42855615f2c1 is an example of a failure of this test.
/home/jenkins-build/build/workspace/ceph-pull-requests-arm64/src/test/mds/TestQuiesceDb.cc:1607: Failure
Expected equality of these values:
QS_QUIESCED
last_request->response.sets.at("set1").rstate.state
Which is: QS_QUIESCING
/home/jenkins-build/build/workspace/ceph-pull-requests-arm64/src/test/mds/TestQuiesceDb.cc:1608: Failure
Expected equality of these values:
QS_QUIESCED
last_request->response.sets.at("set2").rstate.state
Which is: QS_QUIESCING
Updated by Leonid Usov almost 2 years ago
- Status changed from New to Fix Under Review
- Assignee set to Leonid Usov
- Pull request ID set to 57552
Updated by Leonid Usov almost 2 years ago
- Has duplicate Bug #66087: [ FAILED ] QuiesceDbTest.MultiRankRecovery added
Updated by Patrick Donnelly almost 2 years ago
- Category set to Correctness/Safety
- Status changed from Fix Under Review to Pending Backport
- Target version set to v20.0.0
- Source set to Q/A
- Component(FS) MDS added
Updated by Upkeep Bot almost 2 years ago
- Copied to Backport #66155: squid: [ FAILED ] QuiesceDbTest.MultiRankRecovery - unstable quiesce db test added
Updated by Leonid Usov almost 2 years ago
- Status changed from Pending Backport to Resolved
Updated by Upkeep Bot 9 months ago
- Merge Commit set to 9969477434ecbb96ae8740605cacefb71c3fb876
- Fixed In set to v19.3.0-2290-g9969477434e
- Upkeep Timestamp set to 2025-06-27T03:19:01+00:00
Updated by Upkeep Bot 8 months ago
- Fixed In changed from v19.3.0-2290-g9969477434e to v19.3.0-2290-g9969477434
- Upkeep Timestamp changed from 2025-06-27T03:19:01+00:00 to 2025-07-14T16:44:59+00:00
Updated by Upkeep Bot 5 months ago
- Released In set to v20.2.0~2859
- Upkeep Timestamp changed from 2025-07-14T16:44:59+00:00 to 2025-11-01T01:11:33+00:00
Actions