Repository: incubator-impala Updated Branches: refs/heads/master 1a558be5f -> e1a6db760
Bump Kudu server version to latest master (a70c905006) This also re-enabled kudu_alter.test, which was disabled in IMPALA-4628. Change-Id: Ie5acdeffea7ed9a68ce0f48d1f68c6c922044704 Reviewed-on: http://gerrit.cloudera.org:8080/5427 Reviewed-by: Matthew Jacobs <[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/e1a6db76 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/e1a6db76 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/e1a6db76 Branch: refs/heads/master Commit: e1a6db7609bf3d6cc46b79bd0c0396c3ce3fae47 Parents: 1a558be Author: Lars Volker <[email protected]> Authored: Thu Dec 8 13:40:49 2016 -0800 Committer: Internal Jenkins <[email protected]> Committed: Fri Dec 9 19:24:50 2016 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 4 ++-- tests/query_test/test_kudu.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/e1a6db76/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index a3fdb57..80ce7d6 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -57,7 +57,7 @@ fi # moving to a different build of the toolchain, e.g. when a version is bumped or a # compile option is changed. The build id can be found in the output of the toolchain # build jobs, it is constructed from the build number and toolchain git hash prefix. -: ${IMPALA_TOOLCHAIN_BUILD_ID=289-f12b0dd2e9} +: ${IMPALA_TOOLCHAIN_BUILD_ID=304-a5cb8de41a} # This flag is used in $IMPALA_HOME/cmake_modules/toolchain.cmake. # If it's 0, Impala will be built with the compiler in the toolchain directory. @@ -270,7 +270,7 @@ export IMPALA_GFLAGS_VERSION=2.0 export IMPALA_GLOG_VERSION=0.3.2-p2 export IMPALA_GPERFTOOLS_VERSION=2.5 export IMPALA_GTEST_VERSION=1.6.0 -export IMPALA_KUDU_VERSION=60aa54e +export IMPALA_KUDU_VERSION=a70c905006 export IMPALA_LLVM_VERSION=3.8.0-p1 export IMPALA_LLVM_ASAN_VERSION=3.8.0-p1 # Debug builds should use the release+asserts build to get additional coverage. http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/e1a6db76/tests/query_test/test_kudu.py ---------------------------------------------------------------------- diff --git a/tests/query_test/test_kudu.py b/tests/query_test/test_kudu.py index 0bf4e8b..7b37385 100644 --- a/tests/query_test/test_kudu.py +++ b/tests/query_test/test_kudu.py @@ -58,7 +58,6 @@ 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)
