You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2016/12/15 23:00:47 UTC

[21/50] [abbrv] incubator-impala git commit: IMPALA-4628: Disable broken kudu test to unblock GVOs

IMPALA-4628: Disable broken kudu test to unblock GVOs

Change-Id: I30d45acb26eb3e709a1994a89e8444ca9530d8cc
Reviewed-on: http://gerrit.cloudera.org:8080/5428
Reviewed-by: Alex Behm <al...@cloudera.com>
Tested-by: Alex Behm <al...@cloudera.com>


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

Branch: refs/heads/hadoop-next
Commit: 02b5cce846563913d49e2eb121896c096035eb39
Parents: b00310c
Author: Lars Volker <lv...@cloudera.com>
Authored: Thu Dec 8 13:45:24 2016 -0800
Committer: Alex Behm <al...@cloudera.com>
Committed: Thu Dec 8 21:58:46 2016 +0000

----------------------------------------------------------------------
 tests/query_test/test_kudu.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/02b5cce8/tests/query_test/test_kudu.py
----------------------------------------------------------------------
diff --git a/tests/query_test/test_kudu.py b/tests/query_test/test_kudu.py
index 7b37385..0bf4e8b 100644
--- a/tests/query_test/test_kudu.py
+++ b/tests/query_test/test_kudu.py
@@ -58,6 +58,7 @@ class TestKuduOperations(KuduTestSuite):
   def test_kudu_partition_ddl(self, vector, unique_database):
     self.run_test_case('QueryTest/kudu_partition_ddl', vector, use_db=unique_database)
 
+  @pytest.mark.xfail(run=False, reason="IMPALA-4628")
   @pytest.mark.execute_serially
   def test_kudu_alter_table(self, vector, unique_database):
     self.run_test_case('QueryTest/kudu_alter', vector, use_db=unique_database)