-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
ci: test with postgres read-replica #16977
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
❌ 3 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
…ing/advanced/#testing-primary-replica-configurations Signed-off-by: Jens Langhammer <jens@goauthentik.io>
fail-fast: false | ||
matrix: | ||
psql: | ||
- 15-alpine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to define a policy for those tests. I'm thinking one of:
- keep the earliest postgres version support and the latest one, so 14 and 17
- the two latest ones, so 16 and 17
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Details
Read-replicas were previously only manually tested
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)If applicable
make docs
)