Commit Graph

477 Commits

Author SHA1 Message Date
749df0536f test/docker: install abci apps first 2017-03-05 14:59:02 -05:00
2037d2631a fix race 2017-03-05 03:40:36 -05:00
de0153a1c4 consensus: some more informative logging 2017-03-05 02:15:46 -05:00
8ba79252c8 types: use mtx on PartSet.String() 2017-03-02 23:50:59 -05:00
2c724d5eee remove warning messages in favor of "Send failed" 2017-02-21 13:25:16 +04:00
6dbe9febce log warning if peer send failed (Refs #174)
make lint happy

remove dead code

remove not needed go-common dependency

check peer.Send failures (Refs #174)
2017-02-21 11:57:33 +04:00
0c4b6cd071 consensus: more handshake replay tests 2017-02-20 21:45:53 -05:00
f9df4294f3 move some interfaces to types/services.go 2017-02-20 20:09:15 -05:00
0765613778 move handshake to consensus package 2017-02-20 19:52:36 -05:00
756213c5f5 check appHash 2017-02-20 17:08:38 -05:00
bc67859672 make ReplayBlocks logic exhaustive 2017-02-20 16:32:48 -05:00
44d472ddd3 comments from review 2017-02-18 22:15:59 -05:00
0bec99fbd4 consensus: handshake replay test using wal 2017-02-17 19:12:05 -05:00
edc5e272db consensus: nice error msg if ApplyBlock fails 2017-02-17 10:57:09 -05:00
6403b2f468 fixes for handshake replay through consensus 2017-02-17 10:51:05 -05:00
cbe6dbe7a1 handshake replay through consensus using mockApp 2017-02-16 17:56:45 -05:00
99b068b313 BlockMeta uses BlockID 2017-02-14 17:06:58 -05:00
7d91d4300b update glide 2017-02-13 21:07:26 -05:00
1af930441c Support new Query message for proofs 2017-01-28 08:27:13 -08:00
a073b1db9c Refactor replay console -> replay_file in consensus/replay_file.go 2017-01-15 16:19:02 -08:00
94b6dd65ee AppendTx -> DeliverTx 2017-01-12 15:55:03 -05:00
c147b41013 TMSP -> ABCI 2017-01-12 15:53:32 -05:00
2dd7030579 tmsp: ResponseInfo and ResponseEndBlock 2017-01-12 15:21:20 -05:00
e7a12f8e38 cs.Wait() 2017-01-12 14:44:42 -05:00
0525e8ed5c rearrange common_test.go; EnsureDir for privVal 2017-01-12 12:38:09 -05:00
814ef37f75 fix tests 2017-01-12 10:58:44 -05:00
3c589dac19 startConsensusNet and stopConsensusNet 2017-01-12 02:29:53 -05:00
ce0c638005 little fix 2017-01-11 18:37:36 -05:00
535fc6cd63 test we can make blocks with skip_timeout_commit=false 2017-01-11 18:00:27 -05:00
3308ac7d83 set skip_timeout_commit to true for tests
For the tests its better to not use the timeout_commit, and to wait for all the
votes, because otherwise we can end up with timing dependencies in the testing
code which can lead to nondeterministic failures. That was part of the reason
for this change originally.
2017-01-11 18:00:26 -05:00
a1fd312bb1 make progress asap on full precommit votes optional (Refs #348) 2017-01-11 18:00:26 -05:00
44f939c841 Merge pull request #359 from tendermint/val-set-changes
Val set changes
2017-01-11 17:56:52 -05:00
d68cdce2d5 consensus: check HasAll when TwoThirdsMajority 2017-01-11 17:53:46 -05:00
43fdc4a1ce Fix #341 2017-01-11 08:57:10 -08:00
cb2f2b94ee log stages to stdout 2017-01-11 10:35:04 -05:00
4722410e5e test validator set changes more extensively 2017-01-11 10:35:04 -05:00
55b4bfa1fe consensus: let time.Timer handle non-positive durations 2017-01-11 10:24:40 -05:00
12d92fd5db Merge pull request #343 from tendermint/restart_test
Crash/Restart tests
2017-01-06 11:55:05 -08:00
bae0bc02a6 consensus: be more explicit when we need to write height after handshake 2017-01-05 20:16:42 -08:00
f30a9752e2 more fixes from review 2016-12-23 11:11:22 -05:00
0c01b0ded9 state.State and wal.writeHeight after handshake 2016-12-22 22:10:36 -05:00
e5fb681615 consensus: remove crankTimeoutPropose from tests 2016-12-22 22:03:42 -05:00
c9698e4848 fixes from review 2016-12-22 22:03:42 -05:00
f4e6cf4439 consensus: sync wal.writeHeight 2016-12-22 15:01:02 -05:00
b126ca0606 consensus: no internal vars in reactor.String() 2016-12-20 00:17:37 -05:00
40b08f2494 consensus: mv timeoutRoutine into TimeoutTicker 2016-12-19 22:29:32 -05:00
8211fa6ce4 enterNewRound on HasAll 2016-12-19 20:12:37 -05:00
706dd1d6c5 test: dont start cs until all peers connected 2016-12-19 19:50:40 -05:00
faf23aa0d4 consensus: TimeoutTicker, skip TimeoutCommit on HasAll 2016-12-19 15:42:36 -05:00
1bd700ee52 test: automate building consensus/test_data 2016-12-18 00:15:10 -05:00