Closed marcinadd closed 5 years ago
Can I try to fix the tests?
Yes, of course.
I'm having a bit of a hard time, in case anyone else wants to try.
I will take a look at this.
Actually I have no idea how to setup the database, I'm a noob. Sorry about that.
First of all you have to install MySQL server. Then create a database and user with full access to this database. Invoke USE your_database_name
and copy code from README. Go to application-development.properties and set your credentials. Now should works.
@marcinadd I tried to look into this. I can't seem to reproduce the failing tests. The tests pass for me. I uncommented all the commented out tests.
OK. I see the issues now. I had to create a pull request to run the CI build. It passed locally.
@marcinadd I can dockerize your application - you would avoid setting up the environment manually.
@kacperkoza Ok. Just create new issue.
CI Fail to run in 4 test cases in MessageControllerTests