Lars Volker has uploaded a new change for review. http://gerrit.cloudera.org:8080/4870
Change subject: IMPALA-4388: Fix query option reset in tests ...................................................................... IMPALA-4388: Fix query option reset in tests Before this change, using sync_ddl=1 could prevent query options from being reset correctly. The test execution would use a connection to a random impalad and execute the test against it, but then undo all changes to the query options on the default connection (instead of the one used for the test). The fix is to undo the changes on the correct connection. Change-Id: I82e97438ee9f4f75907704653faa884722213f5d --- M tests/common/impala_test_suite.py 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/70/4870/1 -- To view, visit http://gerrit.cloudera.org:8080/4870 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I82e97438ee9f4f75907704653faa884722213f5d Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Lars Volker <[email protected]>
