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)