-
Notifications
You must be signed in to change notification settings - Fork 670
frequent failure in 150_connect_forget_test #1030
Comments
I've seen this a couple of times locally with 110_encryption_test.sh, not quite enough times to make an issue of it yet but I'll keep an eye on it. |
So have I, but that's a separate issue. Though possibly the same cause. |
See #1052 (comment) |
I haven't seen this fail for a long time. Let's assume #1052 fixed it. |
Failed on my local PC today. |
I see that the two peers can disconnect because they have inconsistent IPAM ring data. |
The test does the following:
The change which stops this working (#1200) is that we now check manually assigned IPs with IPAM, which means a ring is being created at 2 and 3 is failing. |
Don't init the ring if the address is not in range. Fixes #1030.
Is it wrong to add the |
e.g. here
I suspect it's just timing; we've just connected to another peer and odds are the topology and routing info hasn't fully updated yet.
The text was updated successfully, but these errors were encountered: