Adar Dembo has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/7982 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Hao Hao <[email protected]> --- M src/kudu/integration-tests/test_workload.cc 1 file changed, 20 insertions(+), 3 deletions(-) Approvals: Hao Hao: Looks good to me, but someone else must approve Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/7982 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic1e76e502359b499466cfa90d21ac22f35928261 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]>
