Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12564
Change subject: [tests] address flake in TestClusterWithLocation ...................................................................... [tests] address flake in TestClusterWithLocation In case of TSAN builds and running the test at inferior machines with lot of concurrent activity, the masters run re-elections time to time. To avoid flakiness of this test because of that natural lifecycle events of Raft cluster, those are wrapped into ASSERT_EVENTUALLY. In addition, introduced using strings::Substitute for better readability (non-functional update). Change-Id: If74b9ade156a5007368112a213a1db4cba58cffe --- M src/kudu/tools/ksck_remote-test.cc 1 file changed, 42 insertions(+), 34 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/64/12564/1 -- To view, visit http://gerrit.cloudera.org:8080/12564 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If74b9ade156a5007368112a213a1db4cba58cffe Gerrit-Change-Number: 12564 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
