You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the test in question, we are connected to 1 "good" and two "bad" peers. So if we are unlucky to not query the good peer at least once during the timeout, the test will fail.
We should be smarter about penalizing peers that are not answering our queries, to converge on the good peers.
The text was updated successfully, but these errors were encountered:
The following error is seen regularly during sync tests:
The reason seems to be the undefined order at which we query our peers, where each query is sent to only one peer at a time:
neutrino/query.go
Line 247 in 9a42f7d
During the test in question, we are connected to 1 "good" and two "bad" peers. So if we are unlucky to not query the good peer at least once during the timeout, the test will fail.
We should be smarter about penalizing peers that are not answering our queries, to converge on the good peers.
The text was updated successfully, but these errors were encountered: