Matthew Jacobs has uploaded a new change for review. http://gerrit.cloudera.org:8080/6453
Change subject: IMPALA-5079: Bump timeout for TestKuduOperations ...................................................................... IMPALA-5079: Bump timeout for TestKuduOperations Tests seem to be timing out similarly to IMPALA-4454. Bump the timeout to unblock tests for now. This also changes the pytest 'scope' of the 'conn' fixture which seems suspicious given that some state may be shared between test cases (within the class). The primary concern with removing this is that per-test connections being created might increase the test execution time, but on a test run I found it not to have any measurable effect. Change-Id: I5fd8e5eb5dbd977c386e6557941a2c47de44f344 --- M tests/conftest.py M tests/query_test/test_kudu.py 2 files changed, 6 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/53/6453/1 -- To view, visit http://gerrit.cloudera.org:8080/6453 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5fd8e5eb5dbd977c386e6557941a2c47de44f344 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs <[email protected]>
