[
https://issues.apache.org/jira/browse/FINERACT-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18086501#comment-18086501
]
Adam Monsen commented on FINERACT-2629:
---------------------------------------
All the mariadb and mysql integration tests are failing waiting for Fineract to
start up. Locally I'm getting {{{}Failed to load driver class
org.mariadb.jdbc.Driver in either of HikariConfig class loader or Thread
context classloader{}}}.
I think the containers don't have the correct db client drivers. That would
make sense since we removed them with FINERACT-2572.
I tried placing {{mariadb-java-client-3.5.8.jar}} next to
{{{}docker-compose-mariadb-test.yml{}}}, and adding this item under the
{{fineract}} service's {{volumes}} list:
{{{}${PWD}/mariadb-java-client-3.5.8.jar:/app/libs/mariadb-java-client-3.5.8.jar:ro{}}},
but I'm getting the same startup error. I thought that would get the mariadb
jar on the classpath, but maybe not?
> tests failing since move to docker and postgres
> -----------------------------------------------
>
> Key: FINERACT-2629
> URL: https://issues.apache.org/jira/browse/FINERACT-2629
> Project: Apache Fineract
> Issue Type: Task
> Components: Build
> Reporter: Adam Monsen
> Assignee: Adam Monsen
> Priority: Critical
> Fix For: 1.15.0
>
>
> There are many tests failing since, I think, two PRs were merged in close
> proximity:
> # [use docker instead of cargo for integration
> tests|https://github.com/apache/fineract/pull/5936]
> # [remove deps with incompatible
> licenses|https://github.com/apache/fineract/pull/5899] (FINERACT-2572)
> -I think some config files have to be changed since defaults changed, e.g.
> {{config/docker/env/fineract-mysql.env}} probably needs to specify
> {{{}FINERACT_HIKARI_PASSWORD{}}}. Might be other settings to update, too.-
--
This message was sent by Atlassian Jira
(v8.20.10#820010)