19 Commits (12853120484e19bbd9cf90574d5eaa9cb46255a5)

Author SHA1 Message Date
John Newbery 34e08b3510 [tests] Fix network threading in functional tests 7 years ago
John Newbery 74e64f24b8 [tests] Use network_thread_start() in tests. 7 years ago
John Newbery 873beca6de [tests] Rename NodeConn and NodeConnCB 7 years ago
MarcoFalke faaa7db25e qa: Only allow disconnecting all NodeConns 7 years ago
John Newbery 32ae82f5c3 [tests] use TestNode p2p connection in tests 7 years ago
Matt Corallo 00dcda60f6 [qa] test that invalid blocks on an invalid chain get a disconnect 7 years ago
Matt Corallo 932f118e6a Accept unrequested blocks with work equal to our tip 7 years ago
Matt Corallo 3b4ac43bc3 Rewrite p2p-acceptblock in preparation for slight behavior changes 7 years ago
Suhas Daftuar 08fd822771 qa: add test for minchainwork use in acceptblock 7 years ago
MarcoFalke fafa003970 qa: Remove never used return value of sync_with_ping 7 years ago
John Newbery 47ba8cf71e scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error 7 years ago
John Newbery 5448a1471d [tests] don't override __init__() in individual tests 7 years ago
John Newbery c9cc76dcaa [tests] Remove is_network_split from funtional test cases 8 years ago
John Newbery 2a52ae63bf Remove duplicate method definitions in NodeConnCB subclasses 8 years ago
John Newbery 52e15aa4d0 Adds helper functions to NodeConnCB 8 years ago
John Newbery 6a18bb9a36 [tests] sync_with_ping should assert that ping hasn't timed out 8 years ago
John Newbery 159fe88abf Remove SingleNodeConnCB 8 years ago
John Newbery c28ee91db0 Rename rpc-tests directory to functional 8 years ago
John Newbery 00902c48cd Rename qa directory to test 8 years ago
John Newbery 64c080051b Use logging in individual tests 8 years ago
John Newbery b0dec4a04a Remove manual debug settings in qa tests. 8 years ago
John Newbery c1190963b3 Return correct error codes in blockchain.cpp. 8 years ago
John Newbery 3f95a806b1 Fix docstrings in qa tests 8 years ago
MarcoFalke fac9349798 [qa] Remove hardcoded "4 nodes" from test_framework 9 years ago
MarcoFalke fa389d4edc [qa] Switch to py3 9 years ago
MarcoFalke fa2cea163b [qa] rpc-tests: Properly use integers, floats 9 years ago
MarcoFalke fa60d05a4e Add missing copyright headers 9 years ago
Wladimir J. van der Laan 2f601d215d test: remove necessity to call create_callback_map 9 years ago
Casey Rodarmor 0ce73985a8 Add p2p-fullblocktest.py 9 years ago
Suhas Daftuar 04b5d235f1 Replace sleep with syncing using pings 10 years ago
Suhas Daftuar bfc30b3437 Ignore unrequested blocks too far ahead of tip 10 years ago
Suhas Daftuar aa8c827968 P2P regression test for new AcceptBlock behavior 10 years ago