-
Notifications
You must be signed in to change notification settings - Fork 372
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.33% +0.11%
==========================================
Files 1172 1179 +7
Lines 40508 41209 +701
==========================================
+ Hits 39380 40109 +729
+ 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.
Note that this will allow us to test the application successfully against pgpool, but it seems that there is no easy way to introduce any throttling on the network to simulate replication delays between the 2 database nodes.
How did you test this code?
Added push trigger to newly added workflow (see successful run here)