mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
IMPALA-5244 test_hdfs_file_open_fail fails on local filesystem build
This test had to be skipped for non HDFS filesystems. Change-Id: I5318a5eb27b15fed5df770b9c3ea23e7e1a97a4c Reviewed-on: http://gerrit.cloudera.org:8080/6723 Reviewed-by: Michael Ho <kwho@cloudera.com> Reviewed-by: Sailesh Mukil <sailesh@cloudera.com> Tested-by: Impala Public Jenkins
This commit is contained in:
committed by
Impala Public Jenkins
parent
915a16345c
commit
edcc593ee5
@@ -24,7 +24,7 @@ import random
|
||||
|
||||
from tests.beeswax.impala_beeswax import ImpalaBeeswaxException
|
||||
from tests.common.impala_test_suite import ImpalaTestSuite
|
||||
from tests.common.skip import SkipIfS3, SkipIfLocal
|
||||
from tests.common.skip import SkipIf, SkipIfS3, SkipIfLocal
|
||||
from tests.common.test_dimensions import create_exec_option_dimension
|
||||
|
||||
class TestDataErrors(ImpalaTestSuite):
|
||||
@@ -42,7 +42,8 @@ class TestDataErrors(ImpalaTestSuite):
|
||||
def get_workload(self):
|
||||
return 'functional-query'
|
||||
|
||||
# Regression test for IMP-633. Added as a part of IMPALA-5198
|
||||
# Regression test for IMP-633. Added as a part of IMPALA-5198.
|
||||
@SkipIf.not_hdfs
|
||||
class TestHdfsFileOpenFailErrors(ImpalaTestSuite):
|
||||
@pytest.mark.execute_serially
|
||||
def test_hdfs_file_open_fail(self):
|
||||
|
||||
Reference in New Issue
Block a user