From 4bc69dc2f556db72851db1145f069820bae753a7 Mon Sep 17 00:00:00 2001 From: Asim R P Date: Tue, 27 Jun 2017 11:45:02 -0700 Subject: [PATCH] Temporarily disable binary swap test, until the next beta is tagged. The pg_control change to bring in heap checksum from upstream is breaking binary compatibility. As soon as that is merged, binary swap test will start failing. Disable it now. It will be re-enabled once a new beta tag is generated. Thereafter, binary swap test will verify binary compatibility between the new beta tag and HEAD. --- concourse/tasks/ic_gpdb_binary_swap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concourse/tasks/ic_gpdb_binary_swap.yml b/concourse/tasks/ic_gpdb_binary_swap.yml index 0f6fd51dbc..2a7ba82167 100644 --- a/concourse/tasks/ic_gpdb_binary_swap.yml +++ b/concourse/tasks/ic_gpdb_binary_swap.yml @@ -10,7 +10,7 @@ params: MAKE_TEST_COMMAND: "" BLDWRAP_POSTGRES_CONF_ADDONS: "" TEST_OS: "" - TEST_BINARY_SWAP: true + TEST_BINARY_SWAP: false CONFIGURE_FLAGS: "" run: path: gpdb_src/concourse/scripts/ic_gpdb.bash -- GitLab