Skip to content

Commit

Permalink
Fix single consistency checker (#11205)
Browse files Browse the repository at this point in the history
* reproduce the issue

* revert single consistency checker back
  • Loading branch information
kakaiu authored Feb 16, 2024
1 parent a5da13c commit ac8bdfc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 284 deletions.
1 change: 1 addition & 0 deletions fdbserver/tester.actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,7 @@ ACTOR Future<Void> checkConsistency(Database cx,
KeyValueRef(LiteralStringRef("quiescentWaitTimeout"),
ValueRef(options.arena(), format("%f", quiescentWaitTimeout))));
options.push_back_deep(options.arena(), KeyValueRef(LiteralStringRef("distributed"), LiteralStringRef("false")));
options.push_back_deep(options.arena(), KeyValueRef(LiteralStringRef("shuffleShards"), LiteralStringRef("true")));
spec.options.push_back_deep(spec.options.arena(), options);
state double start = now();
state bool lastRun = false;
Expand Down
Loading

0 comments on commit ac8bdfc

Please sign in to comment.