Disconnecting the connection with index=0 makes no sense when there are more than one connections, as the list "rotates around" and populates index 0 after del. Just disconnect all NodeConns in any case.
Backport of core PR11641
Differential D2356
qa: Only allow disconnecting all NodeConns Fabien on Jan 21 2019, 08:44. Authored by
Details
Disconnecting the connection with index=0 makes no sense when there are more than one connections, as the list "rotates around" and populates index 0 after del. Just disconnect all NodeConns in any case. Backport of core PR11641 ./test/functional/test_runner.py --extended
Diff Detail
Event Timeline |