Project

General

Profile

Bug #4254

Updated by Nicholas Gordon over 6 years ago

The test `TestSyncLogicHandler/UpdateForOtherHR` `TestSyncLogicHandler/UpdateForOther` in the file `tests/test-sync-logic-handler.cpp` is not deterministic, and sometimes the test will fail because other interests have been sent, while the test is expecting only one. Due to the asynchronous, network-level nature of NLSR, we cannot guarantee ordering, so the test must be changed to be independent of ordering.

Back