shohu / c0ban

c0ban source tree
MIT License
0 stars 0 forks source link

Pass c0ban test log 2 #11

Closed shohu closed 6 years ago

shohu commented 6 years ago

continuous from #9

shohu commented 6 years ago

👍

# test/functional/invalidateblock.py
2018-03-08 00:59:39.016000 TestFramework (INFO): Initializing test directory /tmp/testtz1l1va7
2018-03-08 00:59:39.299000 TestFramework (INFO): Make sure we repopulate setBlockIndexCandidates after InvalidateBlock:
2018-03-08 00:59:39.299000 TestFramework (INFO): Mine 4 blocks on Node 0
2018-03-08 00:59:39.310000 TestFramework (INFO): Mine competing 6 blocks on Node 1
2018-03-08 00:59:39.320000 TestFramework (INFO): Connect nodes to force a reorg
2018-03-08 00:59:39.538000 TestFramework (INFO): Invalidate block 2 on node 0 and verify we reorg to node 0's original chain
2018-03-08 00:59:39.545000 TestFramework (INFO): Make sure we won't reorg to a lower work chain:
2018-03-08 00:59:39.757000 TestFramework (INFO): Sync node 2 to node 1 so both have 6 blocks
2018-03-08 00:59:39.762000 TestFramework (INFO): Invalidate block 5 on node 1 so its tip is now at 4
2018-03-08 00:59:39.765000 TestFramework (INFO): Invalidate block 3 on node 2, so its tip is now 2
2018-03-08 00:59:39.768000 TestFramework (INFO): ..and then mine a block
2018-03-08 00:59:39.778000 TestFramework (INFO): Verify all nodes are at the right height
2018-03-08 00:59:44.788000 TestFramework (INFO): Stopping nodes
2018-03-08 00:59:46.984000 TestFramework (INFO): Cleaning up
2018-03-08 00:59:46.988000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/forknotify.py

2018-03-08 01:00:32.058000 TestFramework (INFO): Initializing test directory /tmp/testn_dzseup
2018-03-08 01:00:33.021000 TestFramework (INFO): Stopping nodes
2018-03-08 01:00:35.098000 TestFramework (INFO): Cleaning up
2018-03-08 01:00:35.110000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

:sob:

# test/functional/txn_clone.py
2018-03-08 01:01:14.479000 TestFramework (INFO): Initializing test directory /tmp/testx2jb0bev
2018-03-08 01:01:16.793000 TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/c0ban/test/functional/test_framework/test_framework.py", line 120, in main
    self.run_test()
  File "test/functional/txn_clone.py", line 28, in run_test
    assert_equal(self.nodes[i].getbalance(), starting_balance)
  File "/c0ban/test/functional/test_framework/util.py", line 38, in assert_equal
    raise AssertionError("not(%s)" % " == ".join(str(arg) for arg in (thing1, thing2) + args))
AssertionError: not(0E-8 == 1250)
2018-03-08 01:01:16.813000 TestFramework (INFO): Stopping nodes
2018-03-08 01:01:18.999000 TestFramework (WARNING): Not cleaning up dir /tmp/testx2jb0bev
2018-03-08 01:01:18.999000 TestFramework (ERROR): Test failed. Test logging available at /tmp/testx2jb0bev/test_framework.log
shohu commented 6 years ago

:sob:

# test/functional/txn_doublespend.py
2018-03-08 01:03:06.269000 TestFramework (INFO): Initializing test directory /tmp/testfaqnls4k
2018-03-08 01:03:08.176000 TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/c0ban/test/functional/test_framework/test_framework.py", line 120, in main
    self.run_test()
  File "test/functional/txn_doublespend.py", line 28, in run_test
    assert_equal(self.nodes[i].getbalance(), starting_balance)
  File "/c0ban/test/functional/test_framework/util.py", line 38, in assert_equal
    raise AssertionError("not(%s)" % " == ".join(str(arg) for arg in (thing1, thing2) + args))
AssertionError: not(0E-8 == 1250)
2018-03-08 01:03:08.196000 TestFramework (INFO): Stopping nodes
2018-03-08 01:03:10.400000 TestFramework (WARNING): Not cleaning up dir /tmp/testfaqnls4k
2018-03-08 01:03:10.400000 TestFramework (ERROR): Test failed. Test logging available at /tmp/testfaqnls4k/test_framework.log
shohu commented 6 years ago

😭

# test/functional/example_test.py
2018-03-08 01:05:00.563000 TestFramework (INFO): Initializing test directory /tmp/testlqy3k5cy
2018-03-08 01:05:00.953000 TestFramework.mininode (INFO): Connecting to Bitcoin Node: 127.0.0.1:12452
2018-03-08 01:06:01.006000 TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/c0ban/test/functional/test_framework/test_framework.py", line 120, in main
    self.run_test()
  File "test/functional/example_test.py", line 146, in run_test
    node0.wait_for_verack()
  File "/c0ban/test/functional/test_framework/mininode.py", line 1605, in wait_for_verack
    wait_until(test_function, timeout=timeout, lock=mininode_lock)
  File "/c0ban/test/functional/test_framework/util.py", line 222, in wait_until
    assert_greater_than(timeout, time.time())
  File "/c0ban/test/functional/test_framework/util.py", line 42, in assert_greater_than
    raise AssertionError("%s <= %s" % (str(thing1), str(thing2)))
AssertionError: 1520471160.957171 <= 1520471161.0066044
2018-03-08 01:06:01.025000 TestFramework (INFO): Stopping nodes
2018-03-08 01:06:03.292000 TestFramework (WARNING): Not cleaning up dir /tmp/testlqy3k5cy
2018-03-08 01:06:03.292000 TestFramework (ERROR): Test failed. Test logging available at /tmp/testlqy3k5cy/test_framework.log
shohu commented 6 years ago

🏃 skip

# test/functional/rpcbind_test.py
2018-03-08 01:27:13.262000 TestFramework (INFO): Initializing test directory /tmp/testrtboortj
2018-03-08 01:27:13.267000 TestFramework (WARNING): Test Skipped: This test requires IPv6 support.
2018-03-08 01:27:13.268000 TestFramework (INFO): Stopping nodes
2018-03-08 01:27:13.268000 TestFramework (INFO): Cleaning up
2018-03-08 01:27:13.268000 TestFramework (INFO): Test skipped
shohu commented 6 years ago

😭

# test/functional/p2p-timeouts.py

2018-03-08 01:29:55.964000 TestFramework (INFO): Initializing test directory /tmp/testxc9ls0bh
2018-03-08 01:29:56.234000 TestFramework.mininode (INFO): Connecting to Bitcoin Node: 127.0.0.1:13572
2018-03-08 01:29:56.234000 TestFramework.mininode (INFO): Connecting to Bitcoin Node: 127.0.0.1:13572
2018-03-08 01:29:56.234000 TestFramework.mininode (INFO): Connecting to Bitcoin Node: 127.0.0.1:13572
2018-03-08 01:29:57.239000 TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/c0ban/test/functional/test_framework/test_framework.py", line 120, in main
    self.run_test()
  File "test/functional/p2p-timeouts.py", line 58, in run_test
    assert(self.no_verack_node.connected)
AssertionError
2018-03-08 01:29:57.249000 TestFramework (INFO): Stopping nodes
2018-03-08 01:29:59.436000 TestFramework (WARNING): Not cleaning up dir /tmp/testxc9ls0bh
2018-03-08 01:29:59.437000 TestFramework (ERROR): Test failed. Test logging available at /tmp/testxc9ls0bh/test_framework.log
shohu commented 6 years ago

👍

# test/functional/zapwallettxes.py
2018-03-08 05:41:36.580000 TestFramework (INFO): Initializing test directory /tmp/testio1kgrno
2018-03-08 05:41:37.071000 TestFramework (INFO): Mining blocks...
2018-03-08 05:41:44.670000 TestFramework (INFO): Stopping nodes
2018-03-08 05:41:46.855000 TestFramework (INFO): Cleaning up
2018-03-08 05:41:46.858000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/importmulti.py
2018-03-08 05:43:05.811000 TestFramework (INFO): Initializing test directory /tmp/test2t0u6nif
2018-03-08 05:43:06.092000 TestFramework (INFO): Mining blocks...
2018-03-08 05:43:06.136000 TestFramework (INFO): Should import an address
2018-03-08 05:43:06.159000 TestFramework (INFO): Should not import an invalid address
2018-03-08 05:43:06.162000 TestFramework (INFO): Should import a scriptPubKey with internal flag
2018-03-08 05:43:06.177000 TestFramework (INFO): Should not import a scriptPubKey without internal flag
2018-03-08 05:43:06.192000 TestFramework (INFO): Should import an address with public key
2018-03-08 05:43:06.217000 TestFramework (INFO): Should import a scriptPubKey with internal and with public key
2018-03-08 05:43:06.239000 TestFramework (INFO): Should not import a scriptPubKey without internal and with public key
2018-03-08 05:43:06.252000 TestFramework (INFO): Should import an address with private key
2018-03-08 05:43:06.277000 TestFramework (INFO): Should not import an address with private key if is already imported
2018-03-08 05:43:06.286000 TestFramework (INFO): Should not import an address with private key and with watchonly
2018-03-08 05:43:06.301000 TestFramework (INFO): Should import a scriptPubKey with internal and with private key
2018-03-08 05:43:06.327000 TestFramework (INFO): Should not import a scriptPubKey without internal and with private key
2018-03-08 05:43:06.496000 TestFramework (INFO): Should import a p2sh
2018-03-08 05:43:06.669000 TestFramework (INFO): Should import a p2sh with respective redeem script
2018-03-08 05:43:06.868000 TestFramework (INFO): Should import a p2sh with respective redeem script and private keys
2018-03-08 05:43:07.102000 TestFramework (INFO): Should import a p2sh with respective redeem script and private keys
2018-03-08 05:43:07.104000 TestFramework (INFO): Should not import an address with a wrong public key
2018-03-08 05:43:07.125000 TestFramework (INFO): Should not import a scriptPubKey with internal and with a wrong public key
2018-03-08 05:43:07.147000 TestFramework (INFO): Should not import an address with a wrong private key
2018-03-08 05:43:07.174000 TestFramework (INFO): Should not import a scriptPubKey with internal and with a wrong private key
2018-03-08 05:43:07.202000 TestFramework (INFO): Should replace previously saved watch only timestamp.
2018-03-08 05:43:09.779000 TestFramework (INFO): Should throw on invalid or missing timestamp values
2018-03-08 05:43:09.784000 TestFramework (INFO): Stopping nodes
2018-03-08 05:43:11.925000 TestFramework (INFO): Cleaning up
2018-03-08 05:43:11.928000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/mempool_limit.py
2018-03-08 05:43:55.870000 TestFramework (INFO): Initializing test directory /tmp/testcon2nvwi
2018-03-08 05:43:59.544000 TestFramework (INFO): Stopping nodes
2018-03-08 05:44:01.875000 TestFramework (INFO): Cleaning up
2018-03-08 05:44:01.881000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/reindex.py
2018-03-08 05:46:45.078000 TestFramework (INFO): Initializing test directory /tmp/testgy0ku6dl
2018-03-08 05:46:47.864000 TestFramework (INFO): Success
2018-03-08 05:46:50.385000 TestFramework (INFO): Success
2018-03-08 05:46:52.870000 TestFramework (INFO): Success
2018-03-08 05:46:55.386000 TestFramework (INFO): Success
2018-03-08 05:46:55.387000 TestFramework (INFO): Stopping nodes
2018-03-08 05:46:57.516000 TestFramework (INFO): Cleaning up
2018-03-08 05:46:57.522000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/keypool-topup.py
2018-03-08 05:47:28.522000 TestFramework (INFO): Initializing test directory /tmp/teste8cfus47
2018-03-08 05:47:29.121000 TestFramework (INFO): Make backup of wallet
2018-03-08 05:47:31.613000 TestFramework (INFO): Generate keys for wallet
2018-03-08 05:47:32.550000 TestFramework (INFO): Send funds to wallet
2018-03-08 05:47:32.580000 TestFramework (INFO): Restart node with wallet backup
2018-03-08 05:47:34.691000 TestFramework (INFO): Verify keypool is restored and balance is correct
2018-03-08 05:47:35.193000 TestFramework (INFO): Stopping nodes
2018-03-08 05:47:37.389000 TestFramework (INFO): Cleaning up
2018-03-08 05:47:37.394000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/httpbasics.py
2018-03-08 05:52:25.259000 TestFramework (INFO): Initializing test directory /tmp/testapowh1k7
2018-03-08 05:52:26.263000 TestFramework (INFO): Stopping nodes
2018-03-08 05:52:28.500000 TestFramework (INFO): Cleaning up
2018-03-08 05:52:28.515000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/proxy_test.py
2018-03-08 05:53:25.555000 TestFramework (INFO): Initializing test directory /tmp/test5ph91h0u
2018-03-08 05:53:26.232000 TestFramework (WARNING): Testing without local IPv6 support
2018-03-08 05:53:27.427000 TestFramework.socks5 (INFO): Proxy: Socks5Command(1,3,bytearray(b'15.61.23.23'),1234,None,None)
2018-03-08 05:53:27.431000 TestFramework.socks5 (INFO): Proxy: Socks5Command(1,3,bytearray(b'bitcoinostk4e4re.onion'),8333,None,None)
2018-03-08 05:53:27.434000 TestFramework.socks5 (INFO): Proxy: Socks5Command(1,3,bytearray(b'node.noumenon'),8333,None,None)
2018-03-08 05:53:27.436000 TestFramework.socks5 (INFO): Proxy: Socks5Command(1,3,bytearray(b'15.61.23.23'),1234,None,None)
2018-03-08 05:53:27.439000 TestFramework.socks5 (INFO): Proxy: Socks5Command(1,3,bytearray(b'bitcoinostk4e4re.onion'),8333,None,None)
2018-03-08 05:53:27.442000 TestFramework.socks5 (INFO): Proxy: Socks5Command(1,3,bytearray(b'node.noumenon'),8333,None,None)
2018-03-08 05:53:27.443000 TestFramework.socks5 (INFO): Proxy: Socks5Command(1,3,bytearray(b'15.61.23.23'),1234,bytearray(b'0'),bytearray(b'0'))
2018-03-08 05:53:27.447000 TestFramework.socks5 (INFO): Proxy: Socks5Command(1,3,bytearray(b'bitcoinostk4e4re.onion'),8333,bytearray(b'1'),bytearray(b'1'))
2018-03-08 05:53:27.449000 TestFramework.socks5 (INFO): Proxy: Socks5Command(1,3,bytearray(b'node.noumenon'),8333,bytearray(b'2'),bytearray(b'2'))
2018-03-08 05:53:27.453000 TestFramework (INFO): Stopping nodes
2018-03-08 05:53:29.665000 TestFramework (INFO): Cleaning up
2018-03-08 05:53:29.689000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/signrawtransactions.py
2018-03-08 05:54:02.613000 TestFramework (INFO): Initializing test directory /tmp/test33bo1ij6
2018-03-08 05:54:02.890000 TestFramework (INFO): Stopping nodes
2018-03-08 05:54:05.044000 TestFramework (INFO): Cleaning up
2018-03-08 05:54:05.046000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/disconnect_ban.py
2018-03-08 05:54:36.334000 TestFramework (INFO): Initializing test directory /tmp/testoufdzfzs
2018-03-08 05:54:37.184000 TestFramework (INFO): Test setban and listbanned RPCs
2018-03-08 05:54:37.184000 TestFramework (INFO): setban: successfully ban single IP address
2018-03-08 05:54:37.246000 TestFramework (INFO): clearbanned: successfully clear ban list
2018-03-08 05:54:37.256000 TestFramework (INFO): setban: fail to ban an already banned subnet
2018-03-08 05:54:37.259000 TestFramework (INFO): setban: fail to ban an invalid subnet
2018-03-08 05:54:37.261000 TestFramework (INFO): setban remove: fail to unban a non-banned subnet
2018-03-08 05:54:37.263000 TestFramework (INFO): setban remove: successfully unban subnet
2018-03-08 05:54:37.271000 TestFramework (INFO): setban: test persistence across node restart
2018-03-08 05:54:39.927000 TestFramework (INFO): Test disconnectnode RPCs
2018-03-08 05:54:39.927000 TestFramework (INFO): disconnectnode: fail to disconnect when calling with address and nodeid
2018-03-08 05:54:39.931000 TestFramework (INFO): disconnectnode: fail to disconnect when calling with junk address
2018-03-08 05:54:39.933000 TestFramework (INFO): disconnectnode: successfully disconnect node by address
2018-03-08 05:54:39.991000 TestFramework (INFO): disconnectnode: successfully reconnect node
2018-03-08 05:54:40.103000 TestFramework (INFO): disconnectnode: successfully disconnect node by node id
2018-03-08 05:54:40.162000 TestFramework (INFO): Stopping nodes
2018-03-08 05:54:42.424000 TestFramework (INFO): Cleaning up
2018-03-08 05:54:42.438000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/decodescript.py
2018-03-08 05:55:18.815000 TestFramework (INFO): Initializing test directory /tmp/testgocd3ddn
2018-03-08 05:55:19.097000 TestFramework (INFO): Stopping nodes
2018-03-08 05:55:21.201000 TestFramework (INFO): Cleaning up
2018-03-08 05:55:21.202000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/disablewallet.py
2018-03-08 05:56:15.342000 TestFramework (INFO): Initializing test directory /tmp/testa42onk75
2018-03-08 05:56:15.618000 TestFramework (INFO): Stopping nodes
2018-03-08 05:56:17.694000 TestFramework (INFO): Cleaning up
2018-03-08 05:56:17.696000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/net.py
2018-03-08 05:56:46.378000 TestFramework (INFO): Initializing test directory /tmp/testqq_eh5fs
2018-03-08 05:56:47.307000 TestFramework (INFO): Stopping nodes
2018-03-08 05:56:49.436000 TestFramework (INFO): Cleaning up
2018-03-08 05:56:49.439000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/keypool.py
2018-03-08 05:57:19.708000 TestFramework (INFO): Initializing test directory /tmp/test1b0y2ovf
2018-03-08 05:57:24.582000 TestFramework (INFO): Stopping nodes
2018-03-08 05:57:26.683000 TestFramework (INFO): Cleaning up
2018-03-08 05:57:26.692000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/prioritise_transaction.py
2018-03-08 05:59:51.745000 TestFramework (INFO): Initializing test directory /tmp/testn2mj9e9f
2018-03-08 05:59:55.035000 TestFramework (INFO): Assert that prioritised transaction was mined
2018-03-08 05:59:55.346000 TestFramework (INFO): Assert that de-prioritised transaction is still in mempool
2018-03-08 05:59:55.578000 TestFramework (INFO): Assert that prioritised free transaction is accepted to mempool
2018-03-08 05:59:55.991000 TestFramework (INFO): Stopping nodes
2018-03-08 05:59:58.326000 TestFramework (INFO): Cleaning up
2018-03-08 05:59:58.336000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/preciousblock.py
2018-03-08 06:02:32.265000 TestFramework (INFO): Initializing test directory /tmp/testx3_gtown
2018-03-08 06:02:32.560000 TestFramework (INFO): Ensure submitblock can in principle reorg to a competing chain
2018-03-08 06:02:32.610000 TestFramework (INFO): Mine blocks A-B-C on Node 0
2018-03-08 06:02:32.625000 TestFramework (INFO): Mine competing blocks E-F-G on Node 1
2018-03-08 06:02:32.639000 TestFramework (INFO): Connect nodes and check no reorg occurs
2018-03-08 06:02:32.780000 TestFramework (INFO): Make Node0 prefer block G
2018-03-08 06:02:32.785000 TestFramework (INFO): Make Node0 prefer block C again
2018-03-08 06:02:32.790000 TestFramework (INFO): Make Node1 prefer block C
2018-03-08 06:02:32.796000 TestFramework (INFO): Make Node1 prefer block G again
2018-03-08 06:02:32.800000 TestFramework (INFO): Make Node0 prefer block G again
2018-03-08 06:02:32.805000 TestFramework (INFO): Make Node1 prefer block C again
2018-03-08 06:02:32.810000 TestFramework (INFO): Mine another block (E-F-G-)H on Node 0 and reorg Node 1
2018-03-08 06:02:32.829000 TestFramework (INFO): Node1 should not be able to prefer block C anymore
2018-03-08 06:02:32.831000 TestFramework (INFO): Mine competing blocks I-J-K-L on Node 2
2018-03-08 06:02:32.842000 TestFramework (INFO): Connect nodes and check no reorg occurs
2018-03-08 06:02:33.312000 TestFramework (INFO): Make Node1 prefer block L
2018-03-08 06:02:33.317000 TestFramework (INFO): Make Node2 prefer block H
2018-03-08 06:02:33.322000 TestFramework (INFO): Stopping nodes
2018-03-08 06:02:35.584000 TestFramework (INFO): Cleaning up
2018-03-08 06:02:35.587000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/importprunedfunds.py
2018-03-08 06:03:04.210000 TestFramework (INFO): Initializing test directory /tmp/testd2rrnv7a
2018-03-08 06:03:04.709000 TestFramework (INFO): Mining blocks...
2018-03-08 06:03:05.010000 TestFramework (INFO): Stopping nodes
2018-03-08 06:03:07.238000 TestFramework (INFO): Cleaning up
2018-03-08 06:03:07.242000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/signmessages.py
2018-03-08 06:04:25.695000 TestFramework (INFO): Initializing test directory /tmp/testi6yvgtx4
2018-03-08 06:04:25.962000 TestFramework (INFO): test signing with priv_key
2018-03-08 06:04:25.965000 TestFramework (INFO): test signing with an address with wallet
2018-03-08 06:04:25.979000 TestFramework (INFO): test verifying with another address should not work
2018-03-08 06:04:25.991000 TestFramework (INFO): Stopping nodes
2018-03-08 06:04:28.111000 TestFramework (INFO): Cleaning up
2018-03-08 06:04:28.112000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/nulldummy.py
2018-03-08 06:04:55.746000 TestFramework (INFO): Initializing test directory /tmp/test_qf_mik9
2018-03-08 06:04:56.490000 TestFramework (INFO): Test 1: NULLDUMMY compliant base transactions should be accepted to mempool and mined before activation [430]
2018-03-08 06:04:56.505000 TestFramework (INFO): Test 2: Non-NULLDUMMY base multisig transaction should not be accepted to mempool before activation
2018-03-08 06:04:56.510000 TestFramework (INFO): Test 3: Non-NULLDUMMY base transactions should be accepted in a block before activation [431]
2018-03-08 06:04:56.515000 TestFramework (INFO): Test 4: Non-NULLDUMMY base multisig transaction is invalid after activation
2018-03-08 06:04:56.522000 TestFramework (INFO): Test 5: Non-NULLDUMMY P2WSH multisig transaction invalid after activation
2018-03-08 06:04:56.531000 TestFramework (INFO): Test 6: NULLDUMMY compliant base/witness transactions should be accepted to mempool and in block after activation [432]
2018-03-08 06:04:56.537000 TestFramework (INFO): Stopping nodes
2018-03-08 06:04:58.758000 TestFramework (INFO): Cleaning up
2018-03-08 06:04:58.760000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/bumpfee.py
2018-03-08 06:06:00.324000 TestFramework (INFO): Initializing test directory /tmp/test8gsu0r90
2018-03-08 06:06:03.937000 TestFramework (INFO): Mining blocks...
2018-03-08 06:06:05.318000 TestFramework (INFO): Running tests
2018-03-08 06:06:07.603000 TestFramework (INFO): Success
2018-03-08 06:06:07.603000 TestFramework (INFO): Stopping nodes
2018-03-08 06:06:09.765000 TestFramework (INFO): Cleaning up
2018-03-08 06:06:09.767000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/rpcnamedargs.py
2018-03-08 06:06:51.023000 TestFramework (INFO): Initializing test directory /tmp/testoop43tpl
2018-03-08 06:06:51.470000 TestFramework (INFO): Stopping nodes
2018-03-08 06:06:53.634000 TestFramework (INFO): Cleaning up
2018-03-08 06:06:53.640000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/listsinceblock.py
2018-03-08 06:07:13.101000 TestFramework (INFO): Initializing test directory /tmp/test1dmi2k_t
2018-03-08 06:07:14.617000 TestFramework (INFO): lastblockhash=0804af6058445075dd6d8994d99c3c9471577794e3d6ef0b2167b13742b7e623
2018-03-08 06:07:15.624000 TestFramework (INFO): Stopping nodes
2018-03-08 06:07:17.834000 TestFramework (INFO): Cleaning up
2018-03-08 06:07:17.838000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/wallet-encryption.py
2018-03-08 06:08:14.606000 TestFramework (INFO): Initializing test directory /tmp/testnxxhs7m0
2018-03-08 06:08:20.619000 TestFramework (INFO): Stopping nodes
2018-03-08 06:08:22.790000 TestFramework (INFO): Cleaning up
2018-03-08 06:08:22.791000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/uptime.py
2018-03-08 06:11:57.750000 TestFramework (INFO): Initializing test directory /tmp/testy1603h2p
2018-03-08 06:11:58.026000 TestFramework (INFO): Stopping nodes
2018-03-08 06:12:00.155000 TestFramework (INFO): Cleaning up
2018-03-08 06:12:00.157000 TestFramework (INFO): Tests successful
shohu commented 6 years ago

👍

# test/functional/minchainwork.py

2018-03-08 06:12:49.621000 TestFramework (INFO): Initializing test directory /tmp/testpxjocgc_
2018-03-08 06:12:50.125000 TestFramework (INFO): Testing relay across node 1 (minChainWork = 101)
2018-03-08 06:12:50.127000 TestFramework (INFO): Generating 49 blocks on node0
2018-03-08 06:12:50.178000 TestFramework (INFO): Node0 current chain work: 0000000000000000000000000000000000000000000000000000000000000064
2018-03-08 06:12:53.182000 TestFramework (INFO): Verifying node 2 has no more blocks than before
2018-03-08 06:12:53.185000 TestFramework (INFO): Blockcounts: [49, 0, 0]
2018-03-08 06:12:53.189000 TestFramework (INFO): Generating one more block
2018-03-08 06:12:53.196000 TestFramework (INFO): Verifying nodes are all synced
2018-03-08 06:12:53.312000 TestFramework (INFO): Blockcounts: [50, 50, 50]
2018-03-08 06:12:53.313000 TestFramework (INFO): Stopping nodes
2018-03-08 06:12:55.476000 TestFramework (INFO): Cleaning up
2018-03-08 06:12:55.479000 TestFramework (INFO): Tests successful