dash/test/functional/test_framework
Wladimir J. van der Laan a022cc5ec7
Merge #12206: qa: Sync with validationinterface queue in sync_mempools
fa1e69e qa: Sync with validationinterface queue in sync_mempools (MarcoFalke)

Pull request description:

  Commit e545dedf72 moved `TransactionAddedToMempool` to the background scheduler thread. Thus, adding a transaction to the mempool will no longer add it to the wallet immediately. Functional tests, that `sync_mempools` and then call into wallet rpcs will race against the scheduler thread.

  Fix that race by flushing the scheduler queue.

  Fixes #12205; Fixes #12171;
  References #9584;

Tree-SHA512: 14d99cff9c4756de9fad412f04e6d8e25bb9a0938f24ed8348de79df5b4ee67763dac5214b1a69e77e60787d81ee642976d1482b1b5637edfc4892a238ed22af
2020-06-18 11:41:53 -05:00
..
__init__.py Merge bitcoin#9956: Reorganise qa directory (#2912) 2019-05-19 23:20:34 +03:00
authproxy.py Some Dashification (#3513) 2020-06-11 11:39:04 +03:00
bignum.py Merge #10781: Python cleanups 2020-01-02 22:01:29 -06:00
blocktools.py Merge bitcoin#9956: Reorganise qa directory (#2912) 2019-05-19 23:20:34 +03:00
coverage.py Some Dashification (#3513) 2020-06-11 11:39:04 +03:00
key.py Merge #11513: [trivial] [tests] A few Python3 tidy ups 2020-02-29 11:51:03 -06:00
messages.py Partial Merge #11835: Add Travis check for unused Python imports 2020-06-17 14:29:55 -05:00
mininode.py Sleep 1 sec in mininode's wait_for_disconnect (#3538) 2020-06-18 11:41:27 +03:00
netutil.py Merge #10781: Python cleanups 2020-01-02 22:01:29 -06:00
script.py Merge #12475: qa: Fix python TypeError in script.py 2020-03-24 11:43:10 -05:00
siphash.py Merge bitcoin#9956: Reorganise qa directory (#2912) 2019-05-19 23:20:34 +03:00
socks5.py Merge #11513: [trivial] [tests] A few Python3 tidy ups 2020-02-29 11:51:03 -06:00
test_framework.py Partial Merge #11835: Add Travis check for unused Python imports 2020-06-17 14:29:55 -05:00
test_node.py Merge pull request #3526 from PastaPastaPasta/backport-14733-14024 2020-06-13 21:16:17 +03:00
util.py Merge #12206: qa: Sync with validationinterface queue in sync_mempools 2020-06-18 11:41:53 -05:00