IMPALA-3070: Disable test_hive_udfs_missing_jar on local file system

Local file system builds do not allow running more than one impalad
in parallel. This test relies on that behavior and hence is disabled
for such builds.

Change-Id: I93fe6ae37018885ede4838f5a2ce0bf11148c4e6
Reviewed-on: http://gerrit.cloudera.org:8080/2315
Reviewed-by: Bharath Vissapragada <bharathv@cloudera.com>
Tested-by: Internal Jenkins
This commit is contained in:
Bharath Vissapragada
2016-02-24 04:14:07 -08:00
committed by Harrison Sheinblatt
parent 3f70ac65b0
commit 393c65de6d

View File

@@ -5,6 +5,7 @@ from tests.beeswax.impala_beeswax import ImpalaBeeswaxException
from tests.common.test_vector import *
from tests.common.impala_test_suite import *
from tests.common.impala_cluster import ImpalaCluster
from tests.common.skip import SkipIfLocal
from tests.common.skip import SkipIfS3
from tests.util.calculation_util import get_random_id
from tests.util.filesystem_utils import get_fs_path, IS_S3
@@ -86,6 +87,7 @@ class TestUdfs(ImpalaTestSuite):
self.client.execute("drop database if exists java_udfs_test cascade")
self.client.execute("drop database if exists udf_test cascade")
@SkipIfLocal.multiple_impalad
def test_hive_udfs_missing_jar(self, vector):
""" IMPALA-2365: Impalad shouldn't crash if the udf jar isn't present
on HDFS"""