-
Notifications
You must be signed in to change notification settings - Fork 368
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
test: add pgpool test environment #4747
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
Uffizzi Ephemeral Environment
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4747 +/- ##
==========================================
+ Coverage 97.21% 97.32% +0.10%
==========================================
Files 1172 1176 +4
Lines 40508 41097 +589
==========================================
+ Hits 39380 39997 +617
+ Misses 1128 1100 -28 ☔ View full report in Codecov by Sentry. |
Changes
The purpose of this PR is to create a test environment which uses pgpool as the database, with replication across 2 postgres nodes.
I have added a new workflow with a workflow_dispatch trigger, but temporarily I am using
on: push
to test the workflow in GH actions as well.How did you test this code?
TODO