From fab365835639a3da03f8ad9a58a0db6c6c4c2314 Mon Sep 17 00:00:00 2001 From: Suhas Daftuar Date: Tue, 28 May 2019 17:52:55 -0400 Subject: [qa] Test that getdata requests work as expected We should eventually request a transaction from all peers that announce it (assuming we never receive it). We should prefer requesting from outbound peers over inbound peers. Enforce the max tx requests in flight, and the eventual expiry of those requests. Test author: Suhas Daftuar Adjusted by: MarcoFalke --- test/functional/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_runner.py') diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 80dced733e..034ef743d6 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -91,6 +91,7 @@ BASE_SCRIPTS = [ 'wallet_labels.py', 'p2p_segwit.py', 'p2p_timeouts.py', + 'p2p_tx_download.py', 'wallet_dump.py', 'wallet_listtransactions.py', # vv Tests less than 60s vv -- cgit v1.2.3