Hello Andrew Wong,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/14815
to review the following change.
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 ay purpose in the test (apart from generating load).
Change-Id: I0b59e9bcf418cde51cb531d7c0d5b38d5f13cd47
---
M src/kudu/integration-tests/webserver-crawl-itest.cc
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/15/14815/1
--
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: newchange
Gerrit-Change-Id: I0b59e9bcf418cde51cb531d7c0d5b38d5f13cd47
Gerrit-Change-Number: 14815
Gerrit-PatchSet: 1
Gerrit-Owner: Adar Dembo <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>