Skip to content

Commit

Permalink
change tests order
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Sep 18, 2024
1 parent 13b5a62 commit c7aa905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions zebra-rpc/qa/base_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cache_dir = true
crawl_new_peer_interval = "1m 1s"
initial_mainnet_peers = [ "dnsseed.z.cash:8233", "dnsseed.str4d.xyz:8233", "mainnet.seeder.zfnd.org:8233", "mainnet.is.yolo.money:8233",]
initial_testnet_peers = [ "dnsseed.testnet.z.cash:18233", "testnet.seeder.zfnd.org:18233", "testnet.is.yolo.money:18233",]
listen_addr = "127.0.0.1:11264"
listen_addr = "127.0.0.1:0"
max_connections_per_ip = 1
network = "Regtest"
peerset_initial_target_size = 25
Expand All @@ -27,7 +27,7 @@ parallel_cpu_threads = 0
listen_addr = "127.0.0.1:16264"

[state]
cache_dir = "/tmp/testnowand1s/33/node0/kvxfudbjch"
cache_dir = ""
delete_old_database = true
ephemeral = false

Expand Down
4 changes: 2 additions & 2 deletions zebra-rpc/qa/pull-tester/rpc-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
BASE_SCRIPTS= [
# Scripts that are run by the travis build process
# Longest test should go first, to favor running tests in parallel
'getmininginfo.py',
'reindex.py']
'reindex.py',
'getmininginfo.py']

ZMQ_SCRIPTS = [
# ZMQ test can only be run if bitcoin was built with zmq-enabled.
Expand Down

0 comments on commit c7aa905

Please sign in to comment.