mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 11:15:50 +08:00
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…
x
Reference in New Issue
Block a user