Skip to content

Commit a087640

Browse files
authored
Merge pull request ceph#62158 from dang/wip-dang-68336
RGW - Temporarily disable List2Inotify1 in the posix bucket cache uni… Reviewed-by: Matt Benjamin <[email protected]>
2 parents b1e4a2b + 088c9ed commit a087640

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/rgw/test_posix_bucket_cache.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ TEST_F(BucketCacheFixtureInotify1, UpdateInotify1)
410410
remove_files(bucket, "file_", 5, 10);
411411
} /* SetupInotify1 */
412412

413+
#if 0
413414
TEST_F(BucketCacheFixtureInotify1, List2Inotify1)
414415
{
415416
std::string bucket{"inotify1"};
@@ -474,6 +475,7 @@ TEST_F(BucketCacheFixtureInotify1, List2Inotify1)
474475
}
475476
ASSERT_EQ(names.size(), 25);
476477
} /* List2Inotify1 */
478+
#endif
477479

478480
int main (int argc, char *argv[])
479481
{

0 commit comments

Comments
 (0)