mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 22:30:57 +00:00
Add an instrumentation check for Antithesis
This commit is contained in:
@@ -739,6 +739,8 @@ SHAMapStoreImp::healthWait()
|
||||
|
||||
lastLedger = index;
|
||||
readServerStatus(index, age, mode, numMissing, lowerBound, unlock);
|
||||
SOMETIMES(
|
||||
index > lastLedger, "SHAMapStoreImp::healthWait : validated ledger index changed");
|
||||
}
|
||||
|
||||
return stop_ ? HealthResult::Stopping : HealthResult::KeepGoing;
|
||||
|
||||
Reference in New Issue
Block a user