good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 92a7538e authored by Felix Lange's avatar Felix Lange Committed by GitHub
Browse files

core: improve TestLogRebirth (#20961)


This is a resubmit of #20668 which rewrites the problematic test
without any additional goroutines. It also documents the test better.

The purpose of this test is checking whether log events are sent
correctly when importing blocks. The test was written at a time when
blockchain events were delivered asynchronously, making the check hard
to pull off. Now that core.BlockChain delivers events synchronously
during the call to InsertChain, the test can be simplified.

Co-authored-by: default avatarBurtonQin <bobbqqin@gmail.com>
parent 5c399344
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment