Open
Conversation
mxsrc
approved these changes
Apr 13, 2026
Collaborator
|
Two more things, two of the Tests fail, it shouldnt be related but you never know. Also, could you introduce a test that would have uncovered this fault earlier? |
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.
Fixes: simplyblock/vela#315
PGBouncer configuration is stored at
"{vmi_name}-config"and is present inpgbouncer.inifile of the same configmap."level": "INFO", "logger": "uvicorn.access", "message": "10.244.5.195:34246 - \"PATCH /organizations/01KP2P7J4VXA6ENZT7MWEXTS62/projects/01KP2P7W7WVHD22DKTFYPZDQBH/branches/01KP2P8HK4CTR0XS21JK14560X/pgbouncer-config HTTP/1.1\" 200"}testing
have updated default pool size from UI
the API request was successfully
and the configmap is also updated successfully.
and the the response of https:///api/platform/organizations//projects//branches//pgbouncer
also shows the updated value
additional notes
Tests failures are not related to the fix in this PR