• Matthew Slipper's avatar
    op-batcher: Wait for queue to drain before shutdown (#13172) · 622fb352
    Matthew Slipper authored
    Tests are flaking because the batcher's txmgr still polls for receipts after shutdown. Those polls emit logs, which then cause the tests to panic. To fix, I updated the batcher shutdown code to wait for all pending transactions in the tx queue to complete.
    622fb352
driver.go 31.3 KB