FactomProject / factomd

Factom Daemon
https://www.factomprotocol.org/
Other
201 stars 92 forks source link

[Wax] Fix flaky unit test #1023

Closed WhoSoup closed 4 years ago

WhoSoup commented 4 years ago

Mirror of https://github.com/WhoSoup/factom-p2p/pull/48

In the Test_controller_manageData, one of the tests was routing a peer share, which happens inside a goroutine. A race condition sometimes occurred where the controller was stopped and the unit test checked before the goroutine finished.