marcinadd / projecty-web

Project management software based on spring
GNU General Public License v3.0
76 stars 76 forks source link

Fix CI fail to run #28

Closed marcinadd closed 5 years ago

marcinadd commented 5 years ago

CI Fail to run in 4 test cases in MessageControllerTests

JasonSarwar commented 5 years ago

Can I try to fix the tests?

marcinadd commented 5 years ago

Yes, of course.

JasonSarwar commented 5 years ago

I'm having a bit of a hard time, in case anyone else wants to try.

ChrisCurl commented 5 years ago

I will take a look at this.

ChrisCurl commented 5 years ago

Actually I have no idea how to setup the database, I'm a noob. Sorry about that.

marcinadd commented 5 years ago

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.

allanmoso commented 5 years ago

@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.

allanmoso commented 5 years ago

OK. I see the issues now. I had to create a pull request to run the CI build. It passed locally.

kacperkoza commented 5 years ago

@marcinadd I can dockerize your application - you would avoid setting up the environment manually.

marcinadd commented 5 years ago

@kacperkoza Ok. Just create new issue.