Todd Lipcon has submitted this change and it was merged. Change subject: Bump test timeout for flex_partitioning-itest ......................................................................
Bump test timeout for flex_partitioning-itest In precommit runs, this test is sharded 8 ways so it never has issues with timeouts. However, in some Jenkins builds that don't use dist-test, it can time out, especially when TSAN is enabled. This adds functionality to our ADD_KUDU_TEST() cmake function to specify a timeout and plumbs that timeout through to our test wrapper shell script. Tested by verifying that the appropriate environment variable gets set in the environment of the running test. Change-Id: I07661415d3500dfa5d7984b720b7a6f14597cc19 Reviewed-on: http://gerrit.cloudera.org:8080/7814 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Todd Lipcon <[email protected]> --- M CMakeLists.txt M build-support/run-test.sh M src/kudu/integration-tests/CMakeLists.txt 3 files changed, 46 insertions(+), 4 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Todd Lipcon: Verified -- To view, visit http://gerrit.cloudera.org:8080/7814 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I07661415d3500dfa5d7984b720b7a6f14597cc19 Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
