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

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

Andrew Sherman created IMPALA-11506:
---------------------------------------

             Summary:  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


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)