Skip to content

Commit

Permalink
Add Iceberg in Kerberos product tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lxynov authored and electrum committed Jul 29, 2020
1 parent fc22199 commit e313142
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions presto-product-tests/bin/product-tests-suite-2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ presto-product-tests-launcher/bin/run-launcher test run \

presto-product-tests-launcher/bin/run-launcher test run \
--environment singlenode-kerberos-hdfs-no-impersonation \
-- -g storage_formats,hdfs_no_impersonation -x iceberg,"${DISTRO_SKIP_GROUP}" -e "${DISTRO_SKIP_TEST}" \
-- -g storage_formats,hdfs_no_impersonation -x "${DISTRO_SKIP_GROUP}" -e "${DISTRO_SKIP_TEST}" \
|| suite_exit_code=1

presto-product-tests-launcher/bin/run-launcher test run \
Expand All @@ -24,7 +24,7 @@ presto-product-tests-launcher/bin/run-launcher test run \

presto-product-tests-launcher/bin/run-launcher test run \
--environment singlenode-kerberos-hdfs-impersonation \
-- -g storage_formats,cli,hdfs_impersonation,authorization,hive_file_header -x iceberg,"${DISTRO_SKIP_GROUP}" -e "${DISTRO_SKIP_TEST}" \
-- -g storage_formats,cli,hdfs_impersonation,authorization,hive_file_header -x "${DISTRO_SKIP_GROUP}" -e "${DISTRO_SKIP_TEST}" \
|| suite_exit_code=1

presto-product-tests-launcher/bin/run-launcher test run \
Expand Down
2 changes: 1 addition & 1 deletion presto-product-tests/bin/product-tests-suite-3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ presto-product-tests-launcher/bin/run-launcher test run \

presto-product-tests-launcher/bin/run-launcher test run \
--environment singlenode-kerberos-hdfs-impersonation-with-wire-encryption \
-- -g storage_formats,cli,hdfs_impersonation,authorization -x iceberg,"${DISTRO_SKIP_GROUP}" -e "${DISTRO_SKIP_TEST}" \
-- -g storage_formats,cli,hdfs_impersonation,authorization -x "${DISTRO_SKIP_GROUP}" -e "${DISTRO_SKIP_TEST}" \
|| suite_exit_code=1

# Smoke run af a few tests in environment with dfs.data.transfer.protection=true. Arbitrary tests which access HDFS data were chosen.
Expand Down
2 changes: 1 addition & 1 deletion presto-product-tests/bin/product-tests-suite-5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ presto-product-tests-launcher/bin/run-launcher test run \

presto-product-tests-launcher/bin/run-launcher test run \
--environment singlenode-kerberos-hive-impersonation \
-- -g storage_formats,hdfs_impersonation,authorization -x iceberg,"${DISTRO_SKIP_GROUP}" -e "${DISTRO_SKIP_TEST}" \
-- -g storage_formats,hdfs_impersonation,authorization -x "${DISTRO_SKIP_GROUP}" -e "${DISTRO_SKIP_TEST}" \
|| suite_exit_code=1

presto-product-tests-launcher/bin/run-launcher test run \
Expand Down
4 changes: 2 additions & 2 deletions presto-product-tests/bin/product-tests-suite-6-non-generic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ presto-product-tests-launcher/bin/run-launcher test run \
# We have docker images with KMS on CDH only. TODO (https://github.com/prestosql/presto/issues/1652) create images with HDP and KMS
presto-product-tests-launcher/bin/run-launcher test run \
--environment singlenode-kerberos-kms-hdfs-no-impersonation \
-- -g storage_formats -x iceberg \
-- -g storage_formats \
|| suite_exit_code=1

# We have docker images with KMS on CDH only. TODO (https://github.com/prestosql/presto/issues/1652) create images with HDP and KMS
presto-product-tests-launcher/bin/run-launcher test run \
--environment singlenode-kerberos-kms-hdfs-impersonation \
-- -g storage_formats -x iceberg \
-- -g storage_formats \
|| suite_exit_code=1

presto-product-tests-launcher/bin/run-launcher test run \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ presto-product-tests-launcher/bin/run-launcher test run \
# Environment not set up on CDH. (TODO run on HDP 2.6 and HDP 3.1)
presto-product-tests-launcher/bin/run-launcher test run \
--environment singlenode-kerberos-hdfs-impersonation-cross-realm \
-- -g storage_formats,cli,hdfs_impersonation -x iceberg \
-- -g storage_formats,cli,hdfs_impersonation \
|| suite_exit_code=1

presto-product-tests-launcher/bin/run-launcher test run \
Expand Down

0 comments on commit e313142

Please sign in to comment.