dkayiwa
(Daniel Kayiwa)
January 27, 2021, 4:10pm
12
I have just reverted what caused this problem: Revert "maven(deps-dev): bump mysql-connector-java from 8.0.22 to 8.0.23" by dkayiwa · Pull Request #3684 · openmrs/openmrs-core · GitHub
So update your code and all should be well.
@k.joseph this is exactly what i talked about a few days ago regarding the need to have tests that run against MySQL to catch such bugs. Like i said on that thread, this does not fail on PostgreSQL.
Our existing tests run on an in memory h2 database. Which is good because it is simple to set up and the tests run fast.
We can integrate these exact same tests with MySQL and PostgreSQL (the databases that we currently support). To give a practical example of the value for this, our latest master branch of the platform fails on mysql during the setup wizard, but succeeds on postgresql. It took me a while to figure this out because our CI is green. If we had such in our pipeline, i would not …
2 Likes