You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Michael Smith (Jira)" <ji...@apache.org> on 2022/08/19 20:07:00 UTC

[jira] [Closed] (IMPALA-11506) Some tests using SkipIfKudu fail with: NameError: name 'os' is not defined

     [ https://issues.apache.org/jira/browse/IMPALA-11506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Smith closed IMPALA-11506.
----------------------------------
    Resolution: Cannot Reproduce

This was not present in Apache Impala, just a downstream branch.

>  Some tests using SkipIfKudu fail with: NameError: name 'os' is not defined
> ---------------------------------------------------------------------------
>
>                 Key: IMPALA-11506
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11506
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Andrew Sherman
>            Assignee: Michael Smith
>            Priority: Critical
>              Labels: broken-build
>
> I am guessing this is related to IMPALA-11456: Collapse filesystem Skip logic
> {code}
> _________ ERROR collecting custom_cluster/test_admission_controller.py _________
> custom_cluster/test_admission_controller.py:38: in <module>
>     from tests.common.skip import SkipIfFS, SkipIfEC, SkipIfNotHdfsMinicluster, SkipIfOS
> common/skip.py:81: in <module>
>     class SkipIfKudu:
> common/skip.py:88: in SkipIfKudu
>     feng_branch = pytest.mark.skipif(os.environ["IS_FENG_BRANCH"] == "true",
> E   NameError: name 'os' is not defined
> ______________ ERROR collecting custom_cluster/test_alloc_fail.py ______________
> custom_cluster/test_alloc_fail.py:21: in <module>
>     from tests.common.skip import SkipIfBuildType
> common/skip.py:81: in <module>
>     class SkipIfKudu:
> common/skip.py:88: in SkipIfKudu
>     feng_branch = pytest.mark.skipif(os.environ["IS_FENG_BRANCH"] == "true",
> E   NameError: name 'os' is not defined
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)