@@ -20,7 +20,6 @@ typedef RadosTestECPP LibRadosSnapshotsSelfManagedECPP;
2020const int bufsize = 128 ;
2121
2222TEST_F (LibRadosSnapshotsPP, SnapListPP) {
23- SKIP_IF_CRIMSON ();
2423 char buf[bufsize];
2524 memset (buf, 0xcc , sizeof (buf));
2625 bufferlist bl1;
@@ -40,7 +39,6 @@ TEST_F(LibRadosSnapshotsPP, SnapListPP) {
4039}
4140
4241TEST_F (LibRadosSnapshotsPP, SnapRemovePP) {
43- SKIP_IF_CRIMSON ();
4442 char buf[bufsize];
4543 memset (buf, 0xcc , sizeof (buf));
4644 bufferlist bl1;
@@ -54,7 +52,6 @@ TEST_F(LibRadosSnapshotsPP, SnapRemovePP) {
5452}
5553
5654TEST_F (LibRadosSnapshotsPP, RollbackPP) {
57- SKIP_IF_CRIMSON ();
5855 char buf[bufsize];
5956 memset (buf, 0xcc , sizeof (buf));
6057 bufferlist bl1;
@@ -74,7 +71,6 @@ TEST_F(LibRadosSnapshotsPP, RollbackPP) {
7471}
7572
7673TEST_F (LibRadosSnapshotsPP, SnapGetNamePP) {
77- SKIP_IF_CRIMSON ();
7874 char buf[bufsize];
7975 memset (buf, 0xcc , sizeof (buf));
8076 bufferlist bl;
@@ -93,7 +89,6 @@ TEST_F(LibRadosSnapshotsPP, SnapGetNamePP) {
9389}
9490
9591TEST_F (LibRadosSnapshotsPP, SnapCreateRemovePP) {
96- SKIP_IF_CRIMSON ();
9792 // reproduces http://tracker.ceph.com/issues/10262
9893 bufferlist bl;
9994 bl.append (" foo" );
@@ -112,7 +107,6 @@ TEST_F(LibRadosSnapshotsPP, SnapCreateRemovePP) {
112107}
113108
114109TEST_F (LibRadosSnapshotsSelfManagedPP, SnapPP) {
115- SKIP_IF_CRIMSON ();
116110 std::vector<uint64_t > my_snaps;
117111 my_snaps.push_back (-2 );
118112 ASSERT_FALSE (cluster.get_pool_is_selfmanaged_snaps_mode (pool_name));
@@ -244,6 +238,7 @@ TEST_F(LibRadosSnapshotsSelfManagedPP, RollbackPP) {
244238}
245239
246240TEST_F (LibRadosSnapshotsSelfManagedPP, SnapOverlapPP) {
241+ // WIP https://tracker.ceph.com/issues/58263
247242 SKIP_IF_CRIMSON ();
248243 std::vector<uint64_t > my_snaps;
249244 IoCtx readioctx;
@@ -374,7 +369,6 @@ TEST_F(LibRadosSnapshotsSelfManagedPP, SnapOverlapPP) {
374369}
375370
376371TEST_F (LibRadosSnapshotsSelfManagedPP, Bug11677) {
377- SKIP_IF_CRIMSON ();
378372 std::vector<uint64_t > my_snaps;
379373 my_snaps.push_back (-2 );
380374 ASSERT_EQ (0 , ioctx.selfmanaged_snap_create (&my_snaps.back ()));
@@ -465,7 +459,6 @@ TEST_F(LibRadosSnapshotsSelfManagedPP, OrderSnap) {
465459}
466460
467461TEST_F (LibRadosSnapshotsSelfManagedPP, ReusePurgedSnap) {
468- SKIP_IF_CRIMSON ();
469462 std::vector<uint64_t > my_snaps;
470463 my_snaps.push_back (-2 );
471464 ASSERT_EQ (0 , ioctx.selfmanaged_snap_create (&my_snaps.back ()));
0 commit comments