From: Daniel Gryniewicz Date: Thu, 6 Mar 2025 15:56:24 +0000 (-0500) Subject: RGW - Temporarily disable List2Inotify1 in the posix bucket cache unit tests, until... X-Git-Tag: v20.3.0~422^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F62158%2Fhead;p=ceph.git RGW - Temporarily disable List2Inotify1 in the posix bucket cache unit tests, until we can find why inotify fails on CI machines Signed-off-by: Daniel Gryniewicz --- diff --git a/src/test/rgw/test_posix_bucket_cache.cc b/src/test/rgw/test_posix_bucket_cache.cc index c6b71c9fe091..1e277f6d58ac 100644 --- a/src/test/rgw/test_posix_bucket_cache.cc +++ b/src/test/rgw/test_posix_bucket_cache.cc @@ -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[]) {