Skip to content

Commit

Permalink
Disable a known flaky test: RandomAccessUniqueIDDeletes (facebook#7511)
Browse files Browse the repository at this point in the history
Summary:
It's a known issue, which is tracked in facebook#7405, facebook#7470. Disable it for
now.

Pull Request resolved: facebook#7511

Reviewed By: zhichao-cao

Differential Revision: D24145075

Pulled By: jay-zhuang

fbshipit-source-id: 1858497972f2baba617867aaeac30d93b8305c80
  • Loading branch information
jay-zhuang authored and codingrhythm committed Mar 5, 2021
1 parent f9ed8b5 commit 567d0a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion env/env_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,9 @@ TEST_P(EnvPosixTestWithParam, RandomAccessUniqueIDConcurrent) {
}
}

TEST_P(EnvPosixTestWithParam, RandomAccessUniqueIDDeletes) {
// TODO: Disable the flaky test, it's a known issue that ext4 may return same
// key after file deletion. The issue is tracked in #7405, #7470.
TEST_P(EnvPosixTestWithParam, DISABLED_RandomAccessUniqueIDDeletes) {
if (env_ == Env::Default()) {
EnvOptions soptions;
soptions.use_direct_reads = soptions.use_direct_writes = direct_io_;
Expand Down

0 comments on commit 567d0a2

Please sign in to comment.