This commit is contained in:
John Smith
2021-12-10 20:14:33 -05:00
parent 7e967b22af
commit c5113623be
24 changed files with 596 additions and 262 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
exec ./run_local_test.py 20 -w 0 --config-file ./no-timeout.cfg $1
exec ./run_local_test.py 20 -w 0 --config-file ./local-test.yml $1

View File

@@ -1,2 +1,2 @@
#!/bin/bash
exec ./run_local_test.py 2 -w 1 --log_trace --config-file ./no-timeout.cfg
exec ./run_local_test.py 2 -w 1 --log_trace --config-file ./local-test.yml

6
scripts/local-test.yml Normal file
View File

@@ -0,0 +1,6 @@
---
core:
network:
dht:
min_peer_count: 1
address_filter: false

View File

@@ -1,12 +0,0 @@
---
core:
network:
rpc:
max_timestamp_behind:
max_timestamp_ahead:
timeout: 86400000000
dht:
resolve_node_timeout:
get_value_timeout:
set_value_timeout:
address_filter: false

4
scripts/run_2.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
exec ./run_local_test.py 2 --config-file ./local-test.yml $1

4
scripts/run_20.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
exec ./run_local_test.py 20 --config-file ./local-test.yml $1

View File

@@ -1,4 +0,0 @@
#!/bin/bash
exec ./run_local_test.py 20 --config-file ./no-timeout.cfg $1

View File

@@ -1,4 +0,0 @@
#!/bin/bash
exec ./run_local_test.py 2 --config-file ./no-timeout.cfg $1

4
scripts/run_4.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
exec ./run_local_test.py 4 --config-file ./local-test.yml $1

View File

@@ -1,4 +0,0 @@
#!/bin/bash
exec ./run_local_test.py 4 --config-file ./no-timeout.cfg $1