Skip to content

Commit

Permalink
Disable kPipelinedWrite in MultiThreaded (#5442)
Browse files Browse the repository at this point in the history
Summary:
TSAN tests report a race condition. We temporarily exclude kPipelinedWrite from MultiThreaded until the race condition is fixed.
Pull Request resolved: #5442

Differential Revision: D15782349

Pulled By: maysamyabandeh

fbshipit-source-id: 42b4f9b3fa9137f0675e13ad132c0a06800c1bdd
  • Loading branch information
maysamyabandeh authored and facebook-github-bot committed Jun 12, 2019
1 parent 4a285d0 commit f43edff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/db_test.cc
Expand Up @@ -2285,6 +2285,7 @@ class MultiThreadedDBTest
};

TEST_P(MultiThreadedDBTest, MultiThreaded) {
if (option_config_ == kPipelinedWrite) return;
anon::OptionsOverride options_override;
options_override.skip_policy = kSkipNoSnapshot;
Options options = CurrentOptions(options_override);
Expand Down

0 comments on commit f43edff

Please sign in to comment.