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
2fd023a239
remove accidental binary
7 years ago
Zach Ramsay
3cd604562c
RequestInitChain needs genesisBytes
7 years ago
Ethan Buchman
08857606dc
test: fix test/app/counter_test.sh
7 years ago
Ethan Buchman
844c43e044
use stdlib context
7 years ago
Ethan Buchman
dfe28c8855
test: update for abci-cli consolidation. shell formatting
7 years ago
Anton Kaliaev
e1fd587ddd
we now omit error if empty
8 years ago
Ethan Buchman
bd7ec18c19
fix tests
8 years ago
Ethan Buchman
aa9e673ed7
test: jq .result[1] -> jq .result
8 years ago
Ethan Buchman
cc6dde96c1
rpc -> rpc/lib and rpc/tendermint -> rpc
8 years ago
Ethan Buchman
fa451fc55c
tendermint/rpc -> tendermint/rpc/tendermint
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
e4e70ece3f
test: fix docker and apps
8 years ago
Jae Kwon
7c15b54ccc
Fix test/app/dummy_test.sh
8 years ago
Ethan Buchman
1afe0cb45f
test: always rebuild grpc_client
8 years ago
Ethan Buchman
94b6dd65ee
AppendTx -> DeliverTx
8 years ago
Ethan Buchman
c147b41013
TMSP -> ABCI
8 years ago
Ethan Buchman
814ef37f75
fix tests
8 years ago
Ethan Buchman
2abcde03ad
tests: cleanup and fix scripts
8 years ago
Ethan Buchman
b74a97a4f6
update grpc broadcast tx
8 years ago
Ethan Buchman
db437e7a45
broadcast_tx via grpc
8 years ago
Ethan Buchman
65496ace20
test: tmsp query result is json
8 years ago
Ethan Buchman
0fd8c98301
test starting tendermint before app
8 years ago
Ethan Buchman
28ec26462a
test: test dummy using rpc query
8 years ago
Ethan Buchman
6643e4969f
tests: add throughput benchmark using mintnet and netmon
8 years ago