There was an error while loading. Please reload this page.
2 parents ff3c04c + 31e127a commit 7dedf09Copy full SHA for 7dedf09
1 file changed
tests/auto_bp_gossip_peering_test.py
@@ -241,6 +241,8 @@ def verifyGossipConnections(scheduled_producers):
241
if conn["is_socket_open"] is False:
242
continue
243
peer_addr = conn["peer"]
244
+ if len(peer_addr) == 0:
245
+ continue
246
found.append(peer_names[peer_addr])
247
248
Print(f"Found connections of Node_03: {found}")
0 commit comments