[kudu-CR] WIP [raft consensus-itest] proper fix for Test KUDU 1735

2018-01-11 Thread Mike Percy (Code Review)
Mike Percy has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/8989 )

Change subject: WIP [raft_consensus-itest] proper fix for Test_KUDU_1735
..


Patch Set 2:

I posted a rough sketch of a fix and an explanation in 
https://gerrit.cloudera.org/c/9013/


--
To view, visit http://gerrit.cloudera.org:8080/8989
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ibd7695f2b78da9755eb109940b40bda2bc6ec02e
Gerrit-Change-Number: 8989
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin 
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy 
Gerrit-Comment-Date: Fri, 12 Jan 2018 02:55:31 +
Gerrit-HasComments: No


[kudu-CR] WIP [raft consensus-itest] proper fix for Test KUDU 1735

2018-01-09 Thread Alexey Serbin (Code Review)
Hello Mike Percy, Kudu Jenkins,

I'd like you to reexamine a change. Please visit

http://gerrit.cloudera.org:8080/8989

to look at the new patch set (#2).

Change subject: WIP [raft_consensus-itest] proper fix for Test_KUDU_1735
..

WIP [raft_consensus-itest] proper fix for Test_KUDU_1735

Adapted logic of the Test_KUDU_1735 scenario to work for both 3-2-3
and 3-4-3 replication schemes.

This is a follow-up for 8bcc80eec075321faef26b2a0ccac12ac9d7.

WIP: I noticed the RaftConsensusITest.Test_KUDU_1735 started failing
 after 1277f69a1feb3715750552991bc19444282f652e.  Prior to that fix,
 the test worked without any changes for both 3-2-3 and 3-4-3 modes.

Change-Id: Ibd7695f2b78da9755eb109940b40bda2bc6ec02e
---
M src/kudu/integration-tests/raft_consensus-itest.cc
1 file changed, 62 insertions(+), 20 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/89/8989/2
--
To view, visit http://gerrit.cloudera.org:8080/8989
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ibd7695f2b78da9755eb109940b40bda2bc6ec02e
Gerrit-Change-Number: 8989
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin 
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy