mirror of
https://github.com/apache/impala.git
synced 2026-01-06 06:01:03 -05:00
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 Reviewed-on: http://gerrit.cloudera.org:8080/15139 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
[impala]
|
|
keyval=msg3=test
|
|
verbose=true
|
|
Q=DEFAULT_FILE_FORMAT=avro
|
|
live_progress=true
|
|
live_summary=maybe
|
|
|
|
[impala.query_options]
|
|
DEFAULT_FILE_FORMAT=text
|