Todd Lipcon has submitted this change and it was merged. Change subject: [python] - Add timeouts to Python unit tests ......................................................................
[python] - Add timeouts to Python unit tests This patch adds a global 100 second timeout to all python unit tests. This is consistent with the JUnit configuration. If we find that individual tests need longer than 100 seconds then we can override them. This configuration was tested locally with a forced timeout. Change-Id: Ibd2a1b7fd7e7e8b2a8ddef9413dc7a863f1968e2 Reviewed-on: http://gerrit.cloudera.org:8080/5362 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert <[email protected]> Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Todd Lipcon <[email protected]> --- M python/pytest.ini M python/setup.py 2 files changed, 4 insertions(+), 2 deletions(-) Approvals: Dan Burkert: Looks good to me, but someone else must approve Todd Lipcon: Looks good to me, approved; Verified Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/5362 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibd2a1b7fd7e7e8b2a8ddef9413dc7a863f1968e2 Gerrit-PatchSet: 5 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Jordan Birdsell <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
