Adar Dembo has uploaded a new patch set (#2). Change subject: test_workload: make table creation more robust ......................................................................
test_workload: make table creation more robust The table creation here already works around the lack of Exactly Once semantics by considering certain kinds of failures to mean success. However, these failures imply that the client didn't finish waiting for the table to be created, so we need to do that ourselves. Without the patch, ClientStressTest_MultiMaster.TestLeaderResolutionTimeout failed 1/1000 times in DEBUG mode. With it, there were no failures. Change-Id: Ic1e76e502359b499466cfa90d21ac22f35928261 --- M src/kudu/integration-tests/test_workload.cc 1 file changed, 20 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/82/7982/2 -- To view, visit http://gerrit.cloudera.org:8080/7982 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ic1e76e502359b499466cfa90d21ac22f35928261 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]>
