Skip to content

Commit

Permalink
Rename wallet functional test files to match bitcoin core
Browse files Browse the repository at this point in the history
Summary: Per title.  Depends on D1986

Test Plan:
  ./test/functional/test_runner.py wallet_*.py

Reviewers: #bitcoin_abc, deadalnix, Fabien

Reviewed By: #bitcoin_abc, deadalnix, Fabien

Subscribers: Fabien, deadalnix, teamcity

Differential Revision: https://reviews.bitcoinabc.org/D1992
  • Loading branch information
Shammah Chancellor committed Nov 29, 2018
1 parent 007da3b commit 9e90803
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 28 deletions.
61 changes: 33 additions & 28 deletions test/functional/timing.json
Expand Up @@ -5,7 +5,7 @@
},
{
"name": "abc-checkdatasig-activation.py",
"time": 4
"time": 3
},
{
"name": "abc-cmdline.py",
Expand All @@ -17,15 +17,11 @@
},
{
"name": "abc-high_priority_transaction.py",
"time": 37
"time": 6
},
{
"name": "abc-magnetic-anomaly-activation.py",
"time": 14
},
{
"name": "abc-magnetic-anomaly-mining.py",
"time": 13
"time": 6
},
{
"name": "abc-mempool-accept-txn.py",
Expand All @@ -49,7 +45,7 @@
},
{
"name": "abc-rpc.py",
"time": 3
"time": 2
},
{
"name": "abc-transaction-ordering.py",
Expand Down Expand Up @@ -91,13 +87,17 @@
"name": "decodescript.py",
"time": 2
},
{
"name": "deprecated_rpc.py",
"time": 2
},
{
"name": "disablewallet.py",
"time": 2
},
{
"name": "disconnect_ban.py",
"time": 9
"time": 6
},
{
"name": "example_test.py",
Expand All @@ -113,7 +113,7 @@
},
{
"name": "getchaintips.py",
"time": 5
"time": 4
},
{
"name": "httpbasics.py",
Expand Down Expand Up @@ -149,7 +149,7 @@
},
{
"name": "keypool.py",
"time": 9
"time": 7
},
{
"name": "listsinceblock.py",
Expand Down Expand Up @@ -181,7 +181,7 @@
},
{
"name": "mempool_resurrect_test.py",
"time": 18
"time": 2
},
{
"name": "mempool_spendcoinbase.py",
Expand Down Expand Up @@ -242,22 +242,23 @@
{
"name": "p2p-mempool.py",
"time": 3

},
{
"name": "p2p-timeouts.py",
"time": 64
},
{
"name": "preciousblock.py",
"time": 5
"time": 3
},
{
"name": "prioritise_transaction.py",
"time": 34
},
{
"name": "proxy_test.py",
"time": 5
"time": 3
},
{
"name": "pruning.py",
Expand Down Expand Up @@ -289,7 +290,7 @@
},
{
"name": "rpcnamedargs.py",
"time": 3
"time": 2
},
{
"name": "sendheaders.py",
Expand Down Expand Up @@ -321,35 +322,39 @@
},
{
"name": "uptime.py",
"time": 3
"time": 2
},
{
"name": "wallet.py",
"time": 34
},
{
"name": "wallet-accounts.py",
"time": 26
"name": "wallet_accounts.py",
"time": 5
},
{
"name": "wallet-dump.py",
"time": 35
"name": "wallet_dump.py",
"time": 6
},
{
"name": "wallet-encryption.py",
"time": 18
"name": "wallet_encryption.py",
"time": 8
},
{
"name": "wallet-hd.py",
"time": 36
"name": "wallet_hd.py",
"time": 54
},
{
"name": "wallet.py",
"time": 46
"name": "wallet_receivedby.py",
"time": 9
},
{
"name": "walletbackup.py",
"time": 119
"time": 116
},
{
"name": "zapwallettxes.py",
"time": 14
"time": 10
},
{
"name": "zmq_test.py",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9e90803

Please sign in to comment.