Adar Dembo has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14815 )
Change subject: webserver-crawl-itest: reduce test load ...................................................................... webserver-crawl-itest: reduce test load The flaky test dashboard shows a few tests failing with: /.../src/kudu/integration-tests/webserver-crawl-itest.cc:299: Failure Failed Bad status: Network error: curl error: SSL connect error This appears to be happening in ASAN and TSAN tests. I'm not sure why anything is timing out as there's no curl timeout configured. In any case, I've added a SCOPED_TRACE so we can see whether it's always the same URL that's failing, and I've also removed the read threads from the TestWorkload as they don't serve any purpose in the test (apart from generating load). Change-Id: I0b59e9bcf418cde51cb531d7c0d5b38d5f13cd47 Reviewed-on: http://gerrit.cloudera.org:8080/14815 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/integration-tests/webserver-crawl-itest.cc 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/14815 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I0b59e9bcf418cde51cb531d7c0d5b38d5f13cd47 Gerrit-Change-Number: 14815 Gerrit-PatchSet: 3 Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
