Agoric / testnet-load-generator

A dapp that generates somewhat realistic loads for testnet
Apache License 2.0
7 stars 7 forks source link

fix(runner): handle replay after init #99

Closed mhofman closed 2 years ago

mhofman commented 2 years ago

With https://github.com/Agoric/agoric-sdk/pull/6442 we're only preloading at init the first 25 vats, and then dynamically loading any vat on first delivery.

As detailed in https://github.com/Agoric/agoric-sdk/pull/6520/, we observed an integration test failing on stage 2 (restart with no load). I tracked it to replay deliveries, which miss a crankNum and happen during a block (aka after init).

With this PR, we now handle replay deliveries in the loadgen runner slog monitor.