]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
RGW - Temporarily disable List2Inotify1 in the posix bucket cache unit tests, until...
authorDaniel Gryniewicz <dang@fprintf.net>
Thu, 6 Mar 2025 15:56:24 +0000 (10:56 -0500)
committerDaniel Gryniewicz <dang@fprintf.net>
Thu, 6 Mar 2025 15:56:24 +0000 (10:56 -0500)
Signed-off-by: Daniel Gryniewicz <dang@fprintf.net>
src/test/rgw/test_posix_bucket_cache.cc

index c6b71c9fe0914d33a4829a149fb6bdb8eb1e3eb1..1e277f6d58ac22b59344030174e915b7efd23ca4 100644 (file)
@@ -410,6 +410,7 @@ TEST_F(BucketCacheFixtureInotify1, UpdateInotify1)
   remove_files(bucket, "file_", 5, 10);
 } /* SetupInotify1 */
 
+#if 0
 TEST_F(BucketCacheFixtureInotify1, List2Inotify1)
 {
   std::string bucket{"inotify1"};
@@ -474,6 +475,7 @@ TEST_F(BucketCacheFixtureInotify1, List2Inotify1)
   }
   ASSERT_EQ(names.size(), 25);
 } /* List2Inotify1 */
+#endif
 
 int main (int argc, char *argv[])
 {