mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
Don't fail consistency check if tss is unresponsive
This commit is contained in:
parent
df0219ef2b
commit
85097249cc
@ -1498,7 +1498,7 @@ struct ConsistencyCheckWorkload : TestWorkload {
|
||||
.error(e);
|
||||
|
||||
// All shards should be available in quiscence
|
||||
if (self->performQuiescentChecks) {
|
||||
if (self->performQuiescentChecks && !storageServerInterfaces[j].isTss()) {
|
||||
self->testFailure("Storage server unavailable");
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user