op-batcher: Wait for queue to drain before shutdown (#13172)
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.
Showing
Please register or sign in to comment