Fail DifferentClustersSameRV workload when switch doesn't finish

This commit is contained in:
Trevor Clinkenbeard 2019-06-25 16:09:27 -07:00
parent ff260448ff
commit 6e13cbbb7d
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ struct DifferentClustersSameRVWorkload : TestWorkload {
Future<bool> check(Database const& cx) override {
if (clientId == 0 && !switchComplete) {
TraceEvent(SevError, "DifferentClustersSwitchNotComplete");
return false;
}
return true;
}