Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-19 | [tests] refactor node_network_limited | John Newbery | |
2017-12-19 | [tests] remove redundant duplicate tests from node_network_limited | John Newbery | |
2017-12-19 | [tests] node_network_limited - remove race condition | John Newbery | |
node_network_limited had a race condition, since wait_for_block() doesn't do what you might expect. It only checks the most recent block received over the P2P interface (perhaps we should rename the method wait_for_most_recent_block() to avoid future confusion). The test can fail if the node sends us invs for other blocks, we respond with a getdata, and the node sends us one of those blocks in the 0.05 second wait_until loop window. Fix this by not responding to inv messages with getdata messages. | |||
2017-12-19 | [tests] define NODE_NETWORK_LIMITED in test framework | John Newbery | |
2017-12-19 | [tests] fix flake8 warnings in node_network_limited.py | John Newbery | |
2017-12-19 | tests: Remove unused variable (firstAddrnServices) | practicalswift | |
2017-12-06 | [QA] Add node_network_limited test | Jonas Schnelli | |