Skip to content
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

update postgresql test server to embedded postgres #619

Closed
xsalefter opened this issue Oct 22, 2022 · 1 comment
Closed

update postgresql test server to embedded postgres #619

xsalefter opened this issue Oct 22, 2022 · 1 comment

Comments

@xsalefter
Copy link
Contributor

xsalefter commented Oct 22, 2022

This is a sub-task from this: #552

Since PostgreSQL update more important (needed to update jooq, also it's old already), we'll cofus with it as the first step:

Step A: Update killbill-commons

  1. Change killbill-commons to update testing-postgresql-server with embedded-postgres.
  2. Use killbill-commons local SNAPSHOT in killbill-platform and killbill
  3. Test them, once everything Ok, send PR

Step B: Update killbill-platform

  1. When killbill-commons available in sonatype, update killbill-platfrom from testing-postgresql-server to embedded-postgres.
  2. Use killbill-platform local SNAPSHOT in killbill, and test them.
  3. Use killbill-platfrom local SNAPSHOT in killbill-stripe/braintree-plugin, update jooq version, and test them.
  4. Once everything Ok, send PR

Step C: Update killbill-oss-parent

We have killbill-commons and killbill-platform with up-to-date embedded-postgres migration, so:

  1. Update killbill-oss-parent with up-to-date killbill-commons and killbill-platform, build locally.
  2. Use killbill-oss-parent local SNAPSHOT in killbill-stripe/braintree-plugin, update jooq version, and test them.
  3. Use killbill-oss-parent local SNAPSHOT in killbill, and run test, and manual test with plugins installed, if needed.
  4. Once everything Ok, send PR

Last Step

  1. Once everything Ok, send PR for killbill with up-to-date killbill-oss-parent
  2. Delete killbill-embeddeddb-postgresql in killbill-commons It's still used as test-jar dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant