-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devops/build automation #965
Conversation
Current failures in the GH build are the same as the teamcity build, tests that we know don't pass; several due to needing that staging version. I will appropriately disable those for now. |
I may have, by label, incorrectly disabled a few tests, let me know. The ones disabled due to multiple connections definitely need to be fixed, but they do correctly close the connections so in productions not a huge deal. That said the integration tests intentionally run with a pool size of 1 to expose connection usages issues. |
Use the new "ready-database" to run the integration tests from github actions.
Updates versioning in build.gradle, calendar versioning, but also supporting tag based so we have some control.
Added an additional Annotation that uses the full schema version (versions, it's a list) to decided if a test should run.