• 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
Name
Last commit
Last update
..
batch_submitter.go Loading commit data...
channel.go Loading commit data...
channel_builder.go Loading commit data...
channel_builder_test.go Loading commit data...
channel_config.go Loading commit data...
channel_config_provider.go Loading commit data...
channel_config_provider_test.go Loading commit data...
channel_config_test.go Loading commit data...
channel_manager.go Loading commit data...
channel_manager_test.go Loading commit data...
channel_test.go Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
driver.go Loading commit data...
driver_test.go Loading commit data...
service.go Loading commit data...
test_batch_submitter.go Loading commit data...
tx_data.go Loading commit data...
tx_data_test.go Loading commit data...