Bypass a MultiGet test when async_io is used (#10669)

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/10669

Reviewed By: akankshamahajan15

Differential Revision: D39492658

Pulled By: anand1976

fbshipit-source-id: abef79808e30762654680f7dd7e46487c631febc
main
anand76 2 years ago committed by Facebook GitHub Bot
parent 7b11d48444
commit bb9a6d4e4b
  1. 2
      db/db_basic_test.cc

@ -2036,7 +2036,7 @@ TEST_P(DBMultiGetTestWithParam, MultiGetBatchedValueSize) {
TEST_P(DBMultiGetTestWithParam, MultiGetBatchedValueSizeMultiLevelMerge) {
if (std::get<1>(GetParam())) {
ROCKSDB_GTEST_SKIP("This test needs to be fixed for async IO");
ROCKSDB_GTEST_BYPASS("This test needs to be fixed for async IO");
return;
}
// Skip for unbatched MultiGet

Loading…
Cancel
Save