David Ribeiro Alves has uploaded a new change for review. http://gerrit.cloudera.org:8080/5424
Change subject: Fix linked_list-test flakiness ...................................................................... Fix linked_list-test flakiness A recent patch changed this test to do a snapshot scan at the end which is now failing with a timeout. That patch looped this test a bunch but, apparently, jenkins is even more stressful than --stress_cpu_threads=4. I re-looped the test with --stress_cpu_theads=8 and observed 8/1000 failures. The fix is to increase the timeout. After I did that I looped the tests again and 1000/1000 passed. Config: KUDU_ALLOW_SLOW_TESTS=1 ../../build-support/dist_test.py loop -n 1000 \ bin/linked_list-test --stress_cpu_threads=8 --gtest_filter=*TestLoadAndVerify* Results: http://dist-test.cloudera.org//job?job_id=david.alves.1481225032.13214 Change-Id: Ice3d92e8112fc336d24600d6d817e37729ff8467 --- M src/kudu/integration-tests/linked_list-test-util.h 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/24/5424/1 -- To view, visit http://gerrit.cloudera.org:8080/5424 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ice3d92e8112fc336d24600d6d817e37729ff8467 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]>
