This is an automated email from the ASF dual-hosted git repository.
yasith pushed a change to branch feat/server-collapse
in repository https://gitbox.apache.org/repos/asf/airavata.git
from 72ba47c9ac fix: resolve all integration test failures for Hibernate 6
add b63d77a1eb build: upgrade surefire 3.5.5, JUnit parallel, clean test
profiles, merge integration-tests
No new revisions were added by this update.
Summary of changes:
Tiltfile | 2 +-
airavata-api/pom.xml | 8 --
.../airavata/common/utils/DatabaseTestCases.java | 30 +++----
.../airavata/compute/util/SFTPDeleteDirTest.java | 3 +
.../SSHAccountProvisionerFactoryTest.java | 3 +
.../execution/util/common/SharedMariaDB.java | 20 +++--
.../SharedMariaDBLauncherSessionListener.java | 14 ++-
.../airavata/execution/util/common/TestBase.java | 8 +-
.../integration/AbstractIntegrationTest.java | 10 ++-
.../integration/BackgroundServiceHealthTest.java | 2 +-
.../airavata/integration/DatabaseHealthTest.java | 2 +-
.../airavata/integration/KafkaHealthTest.java | 2 +-
.../airavata/integration/KeycloakHealthTest.java | 2 +-
.../airavata/integration/PrometheusHealthTest.java | 2 +-
.../airavata/integration/RabbitMQHealthTest.java | 2 +-
.../integration/ServiceHealthEndpointTest.java | 2 +-
.../integration/ThriftServiceHealthTest.java | 2 +-
.../util/AuthenticatorConfigurationReaderTest.java | 3 +
integration-tests/pom.xml | 99 ----------------------
pom.xml | 56 +++++++++++-
20 files changed, 118 insertions(+), 154 deletions(-)
rename {integration-tests =>
airavata-api}/src/test/java/org/apache/airavata/integration/BackgroundServiceHealthTest.java
(99%)
rename {integration-tests =>
airavata-api}/src/test/java/org/apache/airavata/integration/DatabaseHealthTest.java
(99%)
rename {integration-tests =>
airavata-api}/src/test/java/org/apache/airavata/integration/KafkaHealthTest.java
(99%)
rename {integration-tests =>
airavata-api}/src/test/java/org/apache/airavata/integration/KeycloakHealthTest.java
(99%)
rename {integration-tests =>
airavata-api}/src/test/java/org/apache/airavata/integration/PrometheusHealthTest.java
(99%)
rename {integration-tests =>
airavata-api}/src/test/java/org/apache/airavata/integration/RabbitMQHealthTest.java
(99%)
rename {integration-tests =>
airavata-api}/src/test/java/org/apache/airavata/integration/ServiceHealthEndpointTest.java
(99%)
rename {integration-tests =>
airavata-api}/src/test/java/org/apache/airavata/integration/ThriftServiceHealthTest.java
(99%)
delete mode 100644 integration-tests/pom.xml