Project

General

Profile

Bug #4254

Updated by Nicholas Gordon over 6 years ago

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

Back