[Pkg-bitcoin-commits] [bitcoin] 38/126: [tests] fixup dbcrash interaction with add_nodes()

Jonas Smedegaard dr at jones.dk
Mon Nov 13 20:01:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.15.1_dfsg-1
in repository bitcoin.

commit d8dd8e7356b4109cfde48d2667ea4da29c849cf8
Author: John Newbery <john at johnnewbery.com>
Date:   Mon Sep 4 11:45:01 2017 -0400

    [tests] fixup dbcrash interaction with add_nodes()
    
    Github-Pull: #11230
    Rebased-From: 8fdb6f9126fe1e13b60de11fd34c204247679ef4
---
 test/functional/dbcrash.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/functional/dbcrash.py b/test/functional/dbcrash.py
index 71424f6..24b9765 100755
--- a/test/functional/dbcrash.py
+++ b/test/functional/dbcrash.py
@@ -64,7 +64,7 @@ class ChainstateWriteCrashTest(BitcoinTestFramework):
 
     def setup_network(self):
         # Need a bit of extra time for the nodes to start up for this test
-        self.add_nodes(self.num_nodes, timewait=90)
+        self.add_nodes(self.num_nodes, extra_args=self.extra_args, timewait=90)
         self.start_nodes()
         # Leave them unconnected, we'll use submitblock directly in this test
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/bitcoin.git



More information about the Pkg-bitcoin-commits mailing list