mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 03:12:12 +08:00
Fix purge at latest racing with other checking threads at the end of BlobGranuleVerify (#8281)
This commit is contained in:
parent
9122e6e5fe
commit
430f6e9670
@ -1218,7 +1218,7 @@ struct BlobGranuleVerifierWorkload : TestWorkload {
|
||||
}
|
||||
|
||||
Future<bool> check(Database const& cx) override {
|
||||
if (clientId == 0 || !doForcePurge) {
|
||||
if (clientId == 0 || (!doForcePurge && !purgeAtLatest)) {
|
||||
return _check(cx, this);
|
||||
}
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user