From 8b718d25dc4871d1a0b813e340f92d6d90d188cc Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Fri, 5 Apr 2019 12:50:03 -0400 Subject: [PATCH] Turn off mempool consistency check in fedpeg test to avoid assert --- test/functional/feature_fedpeg.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/functional/feature_fedpeg.py b/test/functional/feature_fedpeg.py index 3a1b538abd..fbeba7b6a8 100755 --- a/test/functional/feature_fedpeg.py +++ b/test/functional/feature_fedpeg.py @@ -99,6 +99,9 @@ class FedPegTest(BitcoinTestFramework): '-recheckpeginblockinterval=15', # Long enough to allow failure and repair before timeout '-parentpubkeyprefix=111', '-parentscriptprefix=196', + # Turn of consistency checks that can cause assert when parent node stops + # and a peg-in transaction fails this belt-and-suspenders check. + '-checkmempool=0', ] if not self.options.parent_bitcoin: extra_args.extend([