Author | SHA1 | Message | Date |
---|---|---|---|
Anton Kaliaev |
a54f1544f8
|
.github: rename crashers output (fuzz-nightly-test) (#5993) | 4 years ago |
Anton Kaliaev |
a2e684e51f
|
.github: archive crashers and fix set-crashers-count step (#5992) | 4 years ago |
Anton Kaliaev |
8718f6f5ff
|
terminate go-fuzz gracefully (w/ SIGINT) (#5973)
and preserve exit code. ``` 2021/01/26 03:34:49 workers: 2, corpus: 4 (8m28s ago), crashers: 0, restarts: 1/9976, execs: 11013732 (21596/sec), cover: 121, uptime: 8m30s make: *** [fuzz-mempool] Terminated Makefile:5: recipe for target 'fuzz-mempool' failed Error: Process completed with exit code 124. ``` https://github.com/tendermint/tendermint/runs/1766661614 `continue-on-error` should make GH ignore any error codes. |
4 years ago |
Anton Kaliaev |
680fb18414
|
.github: fix fuzz-nightly job (#5965)
outputs is a property of the job, not an individual step. |
4 years ago |
Anton Kaliaev |
df22e7354c
|
test/fuzz: move fuzz tests into this repo (#5918)
Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com> Closes #5907 - add init-corpus to blockchain reactor - remove validator-set FromBytes test now that we have proto, we don't need to test it! bye amino - simplify mempool test do we want to test remote ABCI app? - do not recreate mux on every crash in jsonrpc test - update p2p pex reactor test - remove p2p/listener test the API has changed + I did not understand what it's tested anyway - update secretconnection test - add readme and makefile - list inputs in readme - add nightly workflow - remove blockchain fuzz test EncodeMsg / DecodeMsg no longer exist |
4 years ago |