Todd Lipcon has submitted this change and it was merged. Change subject: python: start master with default_num_replicas=1 ......................................................................
python: start master with default_num_replicas=1 The python tests became flaky after we changed the default number of replicas to 3, because they assume read-your-writes semantics. With multiple replicas, we don't guarantee this quite yet unless you specifically ask for it. Change-Id: Ied02e8c1e0f3d06ff03509d846548e94667399ee Reviewed-on: http://gerrit.cloudera.org:8080/1984 Reviewed-by: Jean-Daniel Cryans Tested-by: Kudu Jenkins --- M python/kudu/tests/common.py 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/1984 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ied02e8c1e0f3d06ff03509d846548e94667399ee Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
