Zach
13a2013229
Testing refactor for Jenkins ( #1098 )
* de-mystify tests & run them in parallel (#1031 )
* test optimization for jenkins (#1093 )
* makefile cleanup
* tests: split fast and slow go tests, closes #1055
* pr comments
* restore circle conditions
* fix need_abci
* ...
* docker run: no :Z for circle?
* Remove cmd breaking comment
7 years ago
Alexander Simmerl
b7ce89e568
Speed up CircleCI builds
To achieve faster feedback cycles for our feature PRs this change
reduces the average buildtime from 35 to ~6min by utilising their new
2.0 offering based on docker and nomad. We make use of parallel build
steps wherever possible so that the duration is determined by the
slowest test suite (p2p).
This is an intermediate step until we move our CI/CD completely
on-premise for more control and added security.
7 years ago
Zach
2cc63069c6
rename dummy to kvstore ( #1223 )
* remove accidental binary
* docs: s/Dummy&dummy/KVStore&kvstore/g
* glide update to abci
* update abci import paths
* dummy begone, hello kvstore
* RequestInitChain needs genesisBytes
* glide update
7 years ago
Ethan Buchman
dfe28c8855
test: update for abci-cli consolidation. shell formatting
7 years ago
Ethan Buchman
bd7ec18c19
fix tests
8 years ago
Ethan Buchman
aa9e673ed7
test: jq .result[1] -> jq .result
8 years ago
Ethan Buchman
5da9b3a803
postmerge
8 years ago
Ethan Buchman
0017fb7ffe
premerge
8 years ago
Anton Kaliaev
5f6de800a0
rename TMROOT to TMHOME (Refs #431 )
8 years ago
Ethan Buchman
8449e9794a
CHANGELOG
8 years ago
Ethan Buchman
caaafa192b
test/persist: use unix socket for rpc
8 years ago
Ethan Buchman
fc6d22db32
test: better client naming
8 years ago
Ethan Buchman
d58a666445
test/persist: bump sleep to 5 for bound ports release
8 years ago
Ethan Buchman
8352ec4e5d
circle sigh
8 years ago
Ethan Buchman
8192bb0aaf
stop rpc listeners in node.OnStop()
8 years ago
Ethan Buchman
b13924701e
test/persist: wait for ports to be freed
8 years ago
Ethan Buchman
6456654307
test: add extra kill after fail index triggered
8 years ago
Ethan Buchman
7c1e79cbc5
test/persists: wait for tendermint proc
8 years ago
Ethan Buchman
d754d210cd
test: only use syslog on circle
8 years ago
Ethan Buchman
1fa6e7f3b1
test: shellcheck
8 years ago
Ethan Buchman
2b1b8da58d
test/persist: dont use log files on circle
8 years ago
Ethan Buchman
814ef37f75
fix tests
8 years ago
Ethan Buchman
0c01b0ded9
state.State and wal.writeHeight after handshake
8 years ago
Ethan Buchman
0e7694ca94
state: AppHashIsStale -> IntermediateState
8 years ago
Ethan Buchman
e4921733df
test/persist: use fail-test failure indices
8 years ago
Ethan Buchman
2abcde03ad
tests: cleanup and fix scripts
8 years ago
Ethan Buchman
3f90fcae48
fail tests and fix
8 years ago
Ethan Buchman
138de19e1e
test: app persistence
8 years ago