Actions
Bug #72612
openreef: Test failure: test_cephfs_mirror_cancel_mirroring_and_readd (tasks.cephfs.test_mirroring.TestMirroring)
Status:
In Progress
Priority:
Normal
Assignee:
Category:
Correctness/Safety
Target version:
% Done:
0%
Source:
Q/A
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
cephfs-mirror
Labels (FS):
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
Released In:
Upkeep Timestamp:
Description
2025-06-22T15:59:24.245 INFO:tasks.cephfs_test_runner:Test adding a directory path for synchronization post removal of already added directory paths ... FAIL
2025-06-22T15:59:24.246 INFO:tasks.cephfs_test_runner:
2025-06-22T15:59:24.246 INFO:tasks.cephfs_test_runner:======================================================================
2025-06-22T15:59:24.246 INFO:tasks.cephfs_test_runner:FAIL: test_cephfs_mirror_cancel_mirroring_and_readd (tasks.cephfs.test_mirroring.TestMirroring)
2025-06-22T15:59:24.246 INFO:tasks.cephfs_test_runner:Test adding a directory path for synchronization post removal of already added directory paths
2025-06-22T15:59:24.246 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2025-06-22T15:59:24.246 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2025-06-22T15:59:24.246 INFO:tasks.cephfs_test_runner: File "/home/teuthworker/src/git.ceph.com_ceph-c_16ca9269901cda9615511a4fc2c0fb5917b2ac8b/qa/tasks/cephfs/test_mirroring.py", line 1494, in test_cephfs_mirror_cancel_mirroring_and_readd
2025-06-22T15:59:24.246 INFO:tasks.cephfs_test_runner: self.verify_snapshot('d2', f'{snap_name}')
2025-06-22T15:59:24.246 INFO:tasks.cephfs_test_runner: File "/home/teuthworker/src/git.ceph.com_ceph-c_16ca9269901cda9615511a4fc2c0fb5917b2ac8b/qa/tasks/cephfs/test_mirroring.py", line 256, in verify_snapshot
2025-06-22T15:59:24.246 INFO:tasks.cephfs_test_runner: self.assertTrue(source_res == dest_res)
2025-06-22T15:59:24.247 INFO:tasks.cephfs_test_runner:AssertionError: False is not true
2025-06-22T15:59:24.247 INFO:tasks.cephfs_test_runner:
2025-06-22T15:59:24.247 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
Updated by Jos Collin 7 months ago
- Status changed from New to In Progress
- Pull request ID set to 58985
The source and destination checksum fails in verify_snapshot, This should be fixed by https://github.com/ceph/ceph/pull/58985.
Only reef backport is pending, so this failure appears only in reef atm.
Updated by Venky Shankar 7 months ago
Jos Collin wrote in #note-1:
The source and destination checksum fails in verify_snapshot, This should be fixed by https://github.com/ceph/ceph/pull/58985.
Only reef backport is pending, so this failure appears only in reef atm.
Ah! of course. Let's close this tracker when that PR is merged.
Actions