IMPALA-4628: Disable broken kudu test to unblock GVOs Change-Id: I30d45acb26eb3e709a1994a89e8444ca9530d8cc Reviewed-on: http://gerrit.cloudera.org:8080/5428 Reviewed-by: Alex Behm <[email protected]> Tested-by: Alex Behm <[email protected]>
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 <[email protected]> Authored: Thu Dec 8 13:45:24 2016 -0800 Committer: Alex Behm <[email protected]> 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)
