From 35b2240e76b2568263b41280c2f486a193513a20 Mon Sep 17 00:00:00 2001 From: Holly Cummins Date: Tue, 10 May 2022 12:13:31 +0100 Subject: [PATCH] Correct cut and paste of wrong db details Disable oracle db tests on Mac M1 because of segfault --- .../reactive-oracle-client/deployment/pom.xml | 40 ++++++++++++++++++- integration-tests/jpa-oracle/pom.xml | 35 +++++++++++++++- .../reactive-oracle-client/pom.xml | 34 ++++++++++++++++ 3 files changed, 106 insertions(+), 3 deletions(-) diff --git a/extensions/reactive-oracle-client/deployment/pom.xml b/extensions/reactive-oracle-client/deployment/pom.xml index 4dca4904e4256..bd1fcbd7a273f 100644 --- a/extensions/reactive-oracle-client/deployment/pom.xml +++ b/extensions/reactive-oracle-client/deployment/pom.xml @@ -146,7 +146,7 @@ hibernate_orm_test - Oracle Database: + Oracle Database: default red @@ -154,7 +154,8 @@ - DATABASE IS READY TO USE! + + yes @@ -200,6 +201,41 @@ + + + + mac-m1 + + + aarch64 + + + + + + maven-surefire-plugin + + true + + + + io.fabric8 + docker-maven-plugin + + + + ${oracle.image} + + true + + + + + + + + diff --git a/integration-tests/jpa-oracle/pom.xml b/integration-tests/jpa-oracle/pom.xml index ad911555e5fa0..5447dff91c1eb 100644 --- a/integration-tests/jpa-oracle/pom.xml +++ b/integration-tests/jpa-oracle/pom.xml @@ -255,7 +255,40 @@ - + + + mac-m1 + + + aarch64 + + + + + + maven-surefire-plugin + + true + + + + io.fabric8 + docker-maven-plugin + + + + ${oracle.image} + + true + + + + + + + + diff --git a/integration-tests/reactive-oracle-client/pom.xml b/integration-tests/reactive-oracle-client/pom.xml index d0fba78dc9bcb..8316c24756734 100644 --- a/integration-tests/reactive-oracle-client/pom.xml +++ b/integration-tests/reactive-oracle-client/pom.xml @@ -225,6 +225,40 @@ + + + mac-m1 + + + aarch64 + + + + + + maven-surefire-plugin + + true + + + + io.fabric8 + docker-maven-plugin + + + + ${oracle.image} + + true + + + + + + + +