Jelte Fennema-Nio
Jelte Fennema-Nio
I see this test also failed, normally I would attribute that to pre-existing flakiness. But since it's a background worker I'm wondering if it's related to your changes. ```diff diff...
I'll try to make some time soon to do a full review of this, I think it's pretty close to being mergable. For now, could you look at the check-multi...
> but not sure how to do this with the existing toolkit. I think the python test framework that we have would be a good fit for doing that. Readme...
This PR is meant to improve that situation: https://github.com/pgbouncer/pgbouncer/pull/902
Right now these changes are not released yet, so there isn't really example code. If you want to try out the PR and see if it indeed solves your issue,...
Possibly related: https://www.postgresql.org/message-id/CAGECzQTOX83Kjf5Drf3aAaHTpGY-zmMjwGzhfihNWXkNN0iAzA%40mail.gmail.com
Writing regression tests should be a lot simpler now. Because the framework is now using python. Another thing I realised is that this new client type should probably also be...
Do you actually call the `setup` of `dapui` in your config (yes, I felt really stupid that I didn't): ``` local dapui = require("dapui") dapui.setup({}) ```
I've reopened this issue because I just pushed a commit to #845 that should hopefully fix this issue. If any of you could try out #845 to confirm that it...
It indeed sounds like datastudio.google is doing something wrong during the TLS handshake.