IMPALA-3488 (follow up): test_ddl.py failure on LocalFS run

There was another test which used the hdfs_client and which was not
skipped for localFS. It should never have run on localFS but they
did not fail earlier for the same reasons as mentioned in the previous
patch and in the JIRA. Marking as SkipIfLocal.

Change-Id: I3436e80ccd380ecc5f5d28053b3563db2319f9e9
Reviewed-on: http://gerrit.cloudera.org:8080/2991
Reviewed-by: Sailesh Mukil <[email protected]>
Tested-by: Internal Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/0f1dd55c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/0f1dd55c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/0f1dd55c

Branch: refs/heads/master
Commit: 0f1dd55c79d978a3bdcd47216269128b3f92824f
Parents: b204d5d
Author: Sailesh Mukil <[email protected]>
Authored: Fri May 6 15:19:11 2016 -0700
Committer: Tim Armstrong <[email protected]>
Committed: Thu May 12 14:17:58 2016 -0700

----------------------------------------------------------------------
 tests/metadata/test_ddl.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/0f1dd55c/tests/metadata/test_ddl.py
----------------------------------------------------------------------
diff --git a/tests/metadata/test_ddl.py b/tests/metadata/test_ddl.py
index f170c06..791d68d 100644
--- a/tests/metadata/test_ddl.py
+++ b/tests/metadata/test_ddl.py
@@ -453,6 +453,7 @@ class TestDdlStatements(ImpalaTestSuite):
       self.client.execute(select_stmt)
       for drop_stmt in drop_stmts: self.client.execute(drop_stmt % (""))
 
+  @SkipIfLocal.hdfs_client
   @pytest.mark.execute_serially
   def test_create_alter_bulk_partition(self, vector):
     TBL_NAME = 'foo_part'

Reply via email to