diff --git a/etc/scripts/includes/mysql.sh b/etc/scripts/includes/mysql.sh index 2eb4ce58ec3..68b89bc0c71 100644 --- a/etc/scripts/includes/mysql.sh +++ b/etc/scripts/includes/mysql.sh @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Oracle and/or its affiliates. +# Copyright (c) 2021, 2023 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -33,5 +33,6 @@ readonly DOCKER_ENV="-e MYSQL_USER=${DB_USER} -e MYSQL_DATABASE=${DB_NAME} -e MY readonly DOCKER_IMG='mysql:8' readonly DB_PROFILE='mysql' +readonly DB_PROPERTY='db=mysql' echo " - Database URL: ${DB_URL}" diff --git a/etc/scripts/includes/pgsql.sh b/etc/scripts/includes/pgsql.sh index 9b5f6e0afc4..1f8fcf54cb9 100644 --- a/etc/scripts/includes/pgsql.sh +++ b/etc/scripts/includes/pgsql.sh @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Oracle and/or its affiliates. +# Copyright (c) 2021, 2023 Oracle and/or its affiliates. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,5 +31,6 @@ readonly DOCKER_ENV="-e POSTGRES_USER=${DB_USER} -e POSTGRES_DB=${DB_NAME} -e PO readonly DOCKER_IMG='postgres' readonly DB_PROFILE='pgsql' +readonly DB_PROPERTY='db=pgsql' echo " - Database URL: ${DB_URL}" diff --git a/tests/integration/dbclient/appl/pom.xml b/tests/integration/dbclient/appl/pom.xml index 11a567eb292..e92996d580a 100644 --- a/tests/integration/dbclient/appl/pom.xml +++ b/tests/integration/dbclient/appl/pom.xml @@ -1,6 +1,6 @@ + + skip + + + !db + + + + true + +