We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb18b2 commit 9e19f98Copy full SHA for 9e19f98
test/functional/p2p_ibd_stalling.py
@@ -85,7 +85,7 @@ def run_test(self):
85
bytes_recv = 150003 if not self.options.v2transport else 146934
86
# Verify with: awk '/received: block/ {gsub("\\(", ""); sum+=$13} END{print sum}' log.txt
87
def test() -> bool:
88
- self.log.info('self.total_bytes_recv_for_blocks=' + self.total_bytes_recv_for_blocks())
+ self.log.info('self.total_bytes_recv_for_blocks=' + str(self.total_bytes_recv_for_blocks()))
89
return self.total_bytes_recv_for_blocks() == bytes_recv
90
self.wait_until(test, 10, 10)
91
0 commit comments