Michael Vines
|
9ccd362461
|
Correct ./net.sh sanity argument order
|
2019-04-17 18:10:38 -07:00 |
Michael Vines
|
eb185b9ea5
|
testnet-beta sanity no longer tries to check inactive zones
|
2019-04-17 09:30:41 -07:00 |
Pankaj Garg
|
63fd4222aa
|
Fix testnet sanity check for beta testnet
|
2019-04-05 12:22:10 -07:00 |
Michael Vines
|
8783563176
|
Report full node info before running sanity
|
2019-01-16 10:24:00 -08:00 |
Michael Vines
|
073a48ab85
|
Restore timeout
|
2018-12-23 17:30:41 -08:00 |
Michael Vines
|
7f2fa8bbcb
|
Collect and upload network logs
|
2018-12-23 10:19:10 -08:00 |
Michael Vines
|
b46c809544
|
source ci/upload-ci-artifact.sh
|
2018-12-22 12:34:30 -08:00 |
Michael Vines
|
eb29a2898c
|
Uplaod net/log/ files as buildkite artifacts
|
2018-12-22 12:22:58 -08:00 |
Michael Vines
|
903c82d7f1
|
Add timeouts
|
2018-11-17 09:09:25 -08:00 |
Michael Vines
|
def7d156f6
|
codemod --extensions sh '#!/usr/bin/env bash -e' '#!/usr/bin/env bash\nset -e'
|
2018-11-11 16:24:36 -08:00 |
Michael Vines
|
33aab094ef
|
codemod --extensions sh '#!/bin/bash' '#!/usr/bin/env bash'
|
2018-11-11 16:24:36 -08:00 |
Michael Vines
|
dd4fb7aa90
|
Add AWS-based nets
|
2018-11-07 07:47:39 -08:00 |
Michael Vines
|
8d92232949
|
Specify zone
|
2018-09-28 07:32:49 -07:00 |
Michael Vines
|
f06113500d
|
bench-tps/net sanity: add ability to check for unexpected extra nodes
|
2018-09-12 15:38:57 -07:00 |
Michael Vines
|
a77aca75b2
|
Add NO_VALIDATOR_SANITY back
|
2018-09-07 22:37:05 -07:00 |
Michael Vines
|
0d945e6a92
|
Groom testnet-sanity logging
|
2018-09-07 12:45:48 -07:00 |
Michael Vines
|
66ff602659
|
Rewrite ci/testnet-{deploy,sanity}.sh in terms of net/ primitives
|
2018-09-06 19:54:39 -07:00 |
Michael Vines
|
449d7042f0
|
Configure metrics correctly
|
2018-09-05 09:02:02 -07:00 |
Rob Walker
|
e834c76b40
|
--count => --num-nodes
|
2018-09-04 07:07:25 +09:00 |
Rob Walker
|
a4e7b6e90c
|
more fixups for client.sh changes
|
2018-09-01 03:33:21 +09:00 |
Michael Vines
|
73a0bf8d30
|
Avoid unbounded /var/tmp growth
|
2018-08-28 08:11:44 -07:00 |
Rob Walker
|
51d911e3f4
|
Update testnet-sanity.sh
|
2018-08-27 15:44:10 -07:00 |
Michael Vines
|
bd5c6158ae
|
Move some common scripts from multinode-demo/ to scripts/
|
2018-08-27 13:52:38 -07:00 |
Rob Walker
|
0efd64df6f
|
no need for sudo, move ledger copy out of SNAP_DATA
|
2018-08-28 05:42:05 +09:00 |
Rob Walker
|
28bdf346f6
|
clean up after ledger sanity
|
2018-08-28 05:42:05 +09:00 |
Rob Walker
|
0b48aea937
|
echo commands, use PID (good form)
|
2018-08-21 11:41:00 +09:00 |
Rob Walker
|
cdec0cead2
|
files have to appear in the snap
|
2018-08-21 11:41:00 +09:00 |
Rob Walker
|
831709ce7e
|
fixups
|
2018-08-21 10:36:03 +09:00 |
Rob Walker
|
b7b8a31532
|
make a copy of the ledger for sanity check
we can't verify a live ledger, unfortunately, fixes #985
|
2018-08-21 10:36:03 +09:00 |
Rob Walker
|
5aced8224f
|
Revert "make a copy of the ledger for sanity check"
This reverts commit af20a43b77 .
|
2018-08-21 10:34:52 +09:00 |
Rob Walker
|
af20a43b77
|
make a copy of the ledger for sanity check
we can't verify a live ledger, unfortunately, fixes #985
|
2018-08-21 09:45:52 +09:00 |
Michael Vines
|
aba63e2c6c
|
Log expansion directive must be on its own line
|
2018-08-17 20:58:14 -07:00 |
Michael Vines
|
c2ddd056e2
|
Add option to skip ledger verification
|
2018-08-17 20:41:30 -07:00 |
Michael Vines
|
df5cde74b0
|
Back out pre-0.7.1 workaround
|
2018-08-13 12:13:00 -07:00 |
Michael Vines
|
c2ba72fe1f
|
Fix up validator sanity
|
2018-08-13 10:23:35 -07:00 |
Michael Vines
|
d93786c86a
|
Revert "turn off validator sanity while I work on it"
This reverts commit d4304eea28 .
|
2018-08-13 10:23:35 -07:00 |
Rob Walker
|
d4304eea28
|
turn off validator sanity while I work on it
|
2018-08-10 14:56:46 -07:00 |
Rob Walker
|
7f71e1e09f
|
fixups
|
2018-08-10 11:41:31 -07:00 |
Rob Walker
|
bb7eccd542
|
check validator startup in testnet-sanity.sh
|
2018-08-10 11:41:31 -07:00 |
Rob Walker
|
b04c71acd9
|
check issue 910 in testnet-sanity
|
2018-08-10 11:41:31 -07:00 |
Michael Vines
|
74f5538bd3
|
Verify the ledger as a part of sanity
|
2018-08-08 16:10:54 -07:00 |
Michael Vines
|
3ffdca193d
|
Rename client-demo to bench-tps catchup
|
2018-07-21 15:46:03 -07:00 |
Greg Fitzgerald
|
637f890b91
|
Rename client-demo to bench-tps
|
2018-07-21 11:36:20 -04:00 |
Michael Vines
|
9cf0bd9b88
|
Adjust variable name
|
2018-07-20 09:50:24 -07:00 |
Michael Vines
|
9d25d7611a
|
Protect against unsupported configurations to prevent non-obvious errors later
|
2018-07-20 09:47:01 -07:00 |
Michael Vines
|
68ca9b2cb8
|
Generalize testnet deployment scripts
|
2018-07-20 09:10:28 -07:00 |
Michael Vines
|
17d927ac74
|
Count testnet nodes as a part of sanity
|
2018-07-19 12:05:21 -07:00 |
Michael Vines
|
194a84c8dd
|
Add testnet-sanity.sh
|
2018-07-16 12:17:39 -07:00 |