You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (Jira)" <ji...@apache.org> on 2020/01/30 22:48:00 UTC

[jira] [Created] (IMPALA-9346) TestImpalaShell.test_config_file failing on CentOS6/Python 2.6

Tim Armstrong created IMPALA-9346:
-------------------------------------

             Summary: TestImpalaShell.test_config_file failing on CentOS6/Python 2.6
                 Key: IMPALA-9346
                 URL: https://issues.apache.org/jira/browse/IMPALA-9346
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
            Reporter: Tim Armstrong
            Assignee: Wenzhe Zhou


{noformat}
shell.test_shell_commandline.TestImpalaShell.test_config_file[table_format_and_file_extension: ('parquet', '.parq') | protocol: beeswax] (from pytest)
Failing for the past 2 builds (Since Failed#204 )
Took 14 sec.
add description
Error Message

shell/test_shell_commandline.py:593: in test_config_file     assert err_msg in result.stderr E   assert 'Ignoring unrecognized config option' in "Loading in options from config file: /data/jenkins/workspace/impala-cdh6.x-exhaustive-centos6-shard2/repos/Impala/tes.../impalarc_with_error2 \n\nUnexpected value in configuration file. 'maybe' is not a valid value for a boolean option.\n" E    +  where "Loading in options from config file: /data/jenkins/workspace/impala-cdh6.x-exhaustive-centos6-shard2/repos/Impala/tes.../impalarc_with_error2 \n\nUnexpected value in configuration file. 'maybe' is not a valid value for a boolean option.\n" = <tests.shell.util.ImpalaShellResult object at 0xc41de90>.stderr

Stacktrace

shell/test_shell_commandline.py:593: in test_config_file
    assert err_msg in result.stderr
E   assert 'Ignoring unrecognized config option' in "Loading in options from config file: /data/jenkins/workspace/impala-cdh6.x-exhaustive-centos6-shard2/repos/Impala/tes.../impalarc_with_error2 \n\nUnexpected value in configuration file. 'maybe' is not a valid value for a boolean option.\n"
E    +  where "Loading in options from config file: /data/jenkins/workspace/impala-cdh6.x-exhaustive-centos6-shard2/repos/Impala/tes.../impalarc_with_error2 \n\nUnexpected value in configuration file. 'maybe' is not a valid value for a boolean option.\n" = <tests.shell.util.ImpalaShellResult object at 0xc41de90>.stderr
{noformat}

It looks like this check was added in IMPALA-6393



--
This message was sent by Atlassian Jira
(v8.3.4#803005)