Fail DifferentClustersSameRV workload when switch doesn't finish
This commit is contained in:
parent
ff260448ff
commit
6e13cbbb7d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue