Wenzhe Zhou has uploaded a new patch set (#4). ( http://gerrit.cloudera.org:8080/15139 )
Change subject: IMPALA-9346: Fix TestImpalaShell.test_config_file failing issue on CentOS6/Python 2.6 ...................................................................... IMPALA-9346: Fix TestImpalaShell.test_config_file failing issue on CentOS6/Python 2.6 ImpalaShell.test_config_file failed in negative test case, which ran impala shell with bad format config file - wrong option name and wrong option value. The testing code expect impala shell return both warning and error messages. But on CentOS6/Python 2.6, Impala shell only return error message. To fix it, separate the test cases as two test cases by running Impala shell in two different config file. Testing: - Passed all test cases in test_shell_commandline.py and test_shell_interactive.py. - Passed all core test in pre-review-test. - Passed EE tests in impala-private-parameterized with CentOS6. Change-Id: Ief5e825aa3baead5519132d47efcf0d5300860fd --- M tests/shell/impalarc_with_error2 A tests/shell/impalarc_with_warnings2 M tests/shell/test_shell_commandline.py 3 files changed, 18 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/39/15139/4 -- To view, visit http://gerrit.cloudera.org:8080/15139 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ief5e825aa3baead5519132d47efcf0d5300860fd Gerrit-Change-Number: 15139 Gerrit-PatchSet: 4 Gerrit-Owner: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
