dash/test/functional/test_framework
Wladimir J. van der Laan 90038da3d9
Merge #13022: [qa] Attach node index to test_node AssertionError and print messages
80a5e59 [qa] Attach node index to test_node AssertionError and print messages (James O'Beirne)

Pull request description:

  In the midst of fighting with https://github.com/bitcoin/bitcoin/pull/12873 it became apparent that there're a number of assertions and print statements which are emitted by test nodes but don't identify the node in question. This change makes debugging a bit easier by adding identifying information to non-logger test_node-related error messages.

Tree-SHA512: 7cc86f2c81f4b3fdba15ec9a2d21a84c4b083629e845e82288087c3affbbdc5c68e74067621856cc97fe84fbc8cb4f5ca4977a51ef381e5d74515df8eb001239

fix 13022

Signed-off-by: pasta <pasta@dashboost.org>
2020-11-17 14:34:34 -05:00
..
__init__.py
authproxy.py Merge #12284: Remove assigned but never used local variables. Enable Travis checking for unused local variables. 2020-10-26 20:35:28 -04:00
bignum.py Merge #10781: Python cleanups 2020-01-02 22:01:29 -06:00
blocktools.py Implement Block Reward Reallocation (#3691) 2020-09-10 19:23:11 +03:00
coverage.py Some Dashification (#3513) 2020-06-11 11:39:04 +03:00
key.py Merge #12993: tests: Remove compatibility code not needed now when we're on Python 3 2020-06-27 10:43:32 -05:00
messages.py test: Fix default value of COutPoint.n to match C++ (#3802) 2020-11-10 00:59:01 +03:00
mininode.py Merge #12861: [tests] Stop feature_block.py from blowing up memory. 2020-07-26 19:39:13 -05:00
netutil.py Merge #12627: qa: Fix some tests to work on native windows 2020-06-18 11:41:53 -05:00
script.py Merge #12996: tests: Remove redundant bytes(…) calls 2020-06-27 10:43:32 -05:00
siphash.py
socks5.py Merge #12987: tests/tools: Enable additional Python flake8 rules for automatic linting via Travis 2020-07-22 12:12:46 -05:00
test_framework.py test: Add and use DashTestFramework.get_recovered_sig (#3801) 2020-11-10 00:58:49 +03:00
test_node.py Merge #13022: [qa] Attach node index to test_node AssertionError and print messages 2020-11-17 14:34:34 -05:00
util.py test: Introduce scaled timeouts (#3602) 2020-07-12 22:32:38 +03:00