Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-21 | test: Avoid racy test p2p_timeouts | MarcoFalke | |
2018-11-28 | p2p: allow p2ptimeout to be configurable, speed up slow test | Zain Iqbal Allarakhia | |
2018-08-13 | tests: Use explicit imports | practicalswift | |
2018-08-09 | Merge #13916: qa: wait_for_verack by default | MarcoFalke | |
fa5587fe71 qa: wait_for_verack by default (MarcoFalke) Pull request description: This removes the need to do so manually every time a connection is added. Tree-SHA512: a46c92cb4df41e30778b42b9fd3dcbd8d2d82aa7503d1213cb1c1165034f648d8caee01c292e2d87d05b0f71696996eef5be8a753f35ab49e5f66b0e3bf29f21 | |||
2018-08-08 | qa: wait_for_verack by default | MarcoFalke | |
2018-07-27 | Update copyright headers to 2018 | DrahtBot | |
2018-06-25 | qa: Avoid start/stop of the network thread mid-test | MarcoFalke | |
2018-06-22 | [qa] mininode: Expose connection state through is_connected | MarcoFalke | |
2018-03-19 | scripted-diff: rename TestNode to TestP2PConn in tests | John Newbery | |
Several test scripts define a subclass of P2PInterface called TestNode. This commit renames those to TestP2PConn since we already have a TestNode class in the test framework. -BEGIN VERIFY SCRIPT- sed -i s/TestNode/TestP2PConn/ test/functional/*py test/functional/test_framework/comptool.py _END VERIFY SCRIPT- | |||
2018-01-25 | [tests] Rename p2p_* functional tests. | Anthony Towns | |