ci: Increase max_locks_per_transaction for Python tests - #6569
Merged
khvn26 merged 5 commits intoJan 21, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 3 Skipped Deployments
|
khvn26
changed the base branch from
main
to
ci/private-packages-test-improvements
January 21, 2026 10:23
khvn26
marked this pull request as ready for review
January 21, 2026 10:23
Contributor
Docker builds report
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## ci/private-packages-test-improvements #6569 +/- ##
======================================================================
Coverage 98.15% 98.15%
======================================================================
Files 1293 1293
Lines 46610 46610
======================================================================
Hits 45751 45751
Misses 859 859 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
khvn26
force-pushed
the
ci/max-locks-per-transaction
branch
from
January 21, 2026 10:24
4f8669a to
ef36df9
Compare
Zaimwa9
approved these changes
Jan 21, 2026
khvn26
merged commit Jan 21, 2026
6ac214c
into
ci/private-packages-test-improvements
19 checks passed
khvn26
added a commit
that referenced
this pull request
Jan 21, 2026
ci: Increase max_locks_per_transaction for Python tests (#6569) -- Co-authored-by: Kim Gustyr <kim.gustyr@flagsmith.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks for submitting a PR! Please check the boxes below:
docs/if required so people know about the feature.Changes
In this PR, we attempt to fix the
django.db.utils.OperationalError: out of shared memoryerror in CI by increasing defaultmax_locks_per_transactionfor the test databases. As a side effect, we move from Postgres services defined in Github Actions to a more centralised Compose-based approach.How did you test this code?
This is a CI change.