diff options
author | junxiang Mu <1948535941@qq.com> | 2024-04-01 09:00:14 +0200 |
---|---|---|
committer | junxiangMu <63799833+guojidan@users.noreply.github.com> | 2024-04-18 09:24:44 +0200 |
commit | 7eca779627a90dc80f54957cc49b25b4c965044d (patch) | |
tree | c5e5bc82832ebadd657d5a36f6d234fa8b2269c6 /src/test/librados | |
parent | Merge pull request #56600 from zdover23/wip-doc-2024-04-01-dev-essentials-lea... (diff) | |
download | ceph-7eca779627a90dc80f54957cc49b25b4c965044d.tar.xz ceph-7eca779627a90dc80f54957cc49b25b4c965044d.zip |
crimson/osd/ops_executer: fix snap overlap range error
Fixes: https://tracker.ceph.com/issues/65113
Signed-off-by: junxiang Mu <1948535941@qq.com>
Diffstat (limited to 'src/test/librados')
-rw-r--r-- | src/test/librados/snapshots_cxx.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/librados/snapshots_cxx.cc b/src/test/librados/snapshots_cxx.cc index 95dbe5da012..3338b62056e 100644 --- a/src/test/librados/snapshots_cxx.cc +++ b/src/test/librados/snapshots_cxx.cc @@ -238,8 +238,6 @@ TEST_F(LibRadosSnapshotsSelfManagedPP, RollbackPP) { } TEST_F(LibRadosSnapshotsSelfManagedPP, SnapOverlapPP) { - // WIP https://tracker.ceph.com/issues/58263 - SKIP_IF_CRIMSON(); std::vector<uint64_t> my_snaps; IoCtx readioctx; ASSERT_EQ(0, cluster.ioctx_create(pool_name.c_str(), readioctx)); |