mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
add 12k chain test (chain not checked in)
This commit is contained in:
parent
04754ab944
commit
eb7db451ba
2 changed files with 15 additions and 0 deletions
1
eth/test/tests/03.chain
Symbolic link
1
eth/test/tests/03.chain
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../chains/12k.chain
|
||||||
14
eth/test/tests/03.sh
Normal file
14
eth/test/tests/03.sh
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
TIMEOUT=35
|
||||||
|
|
||||||
|
cat >> $JSFILE <<EOF
|
||||||
|
eth.addPeer("localhost:30311");
|
||||||
|
sleep(30000);
|
||||||
|
eth.export("$CHAIN_TEST");
|
||||||
|
EOF
|
||||||
|
|
||||||
|
peer 11 12k
|
||||||
|
sleep 2
|
||||||
|
test_node $NAME "" -loglevel 5 $JSFILE
|
||||||
|
|
||||||
Loading…
Reference in a new issue