Re: Fineract 1.x integration tests with embeded Mysql server

2019-10-06 Thread Michael Vorburger
On Wed, Oct 2, 2019 at 9:01 PM Victor Manuel Romero Rodriguez < victor.rom...@fintecheando.mx> wrote: > Hi, > > For running "only basic tests" is ok an embedded MySQL database. > > We use Docker containers for testing that let us add/change behaviours in > the MySQL database engine > > We use

Re: Fineract 1.x integration tests with embeded Mysql server

2019-10-02 Thread Victor Manuel Romero Rodriguez
Hi, For running "only basic tests" is ok an embedded MySQL database. We use Docker containers for testing that let us add/change behaviours in the MySQL database engine We use this settings in mifos.cnf for example (be aware that your use case could be different!) : [mysqld]

Re: Fineract 1.x integration tests with embeded Mysql server

2019-10-02 Thread Michael Vorburger
We used to have this, using (my) https://github.com/vorburger/MariaDB4j, with the DEV profile, but it stopped working at some point. The code for it is still around, so it would just needs to be revived. But I had the feeling nobody was missing it much... it could be"nice", but I think e.g. the

Re: Fineract 1.x integration tests with embeded Mysql server

2019-10-02 Thread Awasum Yannick
Ivan, Integration tests run with a real MySQL server to the best of my knowledge. Will you be willing to add an embedded MySQL server for testing purposes? Maybe send a PR to add this feature as this will benefit you and add value to other contributors. Hi All, Is this a good proposal from

Fineract 1.x integration tests with embeded Mysql server

2019-10-02 Thread Ivan Bondarenko
Hello! I see that integration tests fail if Mysql server is down. Is there any possibility to run the integration tests without external Mysql server? I have tried to run it with `env=dev` but without success. Thanks, Ivan