diff --git a/concourse/scripts/common.bash b/concourse/scripts/common.bash index 87b99767fd98df8d65f7fbc0ca6332049031f60a..a225b2a36f29b88b4a49a2d9093225dd7ec84d85 100644 --- a/concourse/scripts/common.bash +++ b/concourse/scripts/common.bash @@ -35,7 +35,7 @@ function configure() { # The full set of configure options which were used for building the # tree must be used here as well since the toplevel Makefile depends # on these options for deciding what to test. Since we don't ship - ./configure --prefix=/usr/local/greenplum-db-devel --with-perl --with-python --with-libxml --enable-mapreduce --enable-orafce --enable-tap-tests --disable-orca ${CONFIGURE_FLAGS} + ./configure --prefix=/usr/local/greenplum-db-devel --with-perl --with-python --with-libxml --enable-mapreduce --enable-orafce --enable-tap-tests --disable-orca --with-openssl ${CONFIGURE_FLAGS} popd } diff --git a/src/bin/gpfdist/regress/input/gpfdist_ssl.source b/src/bin/gpfdist/regress/input/gpfdist_ssl.source index 0a1e21f37f146e2722e205d8020e127c33e6f795..b3614285d4ee52f85f2bfa2513b4a676a44c7bb1 100644 --- a/src/bin/gpfdist/regress/input/gpfdist_ssl.source +++ b/src/bin/gpfdist/regress/input/gpfdist_ssl.source @@ -21,6 +21,10 @@ -- select * from check_ps; -- select * from check_env; +-- drop external table if exists gpfdist_ssl_start; +-- drop external table if exists gpfdist_ssl_not_matching_start; +-- drop external table if exists gpfdist_ssl_stop; + -- end_ignore -- --------------------------------------