Results 28 comments of Mostafa

I updated the [Contribution guide](https://github.com/postgresml/pgcat/blob/main/CONTRIBUTING.md) to show how you can write integration tests.

We are mainly on PostgreSQL. We built a drop-in replacement for Postgres Makara in-house.

Can you please run ``` cargo fmt # and cargo clippy --all --all-targets -- -Dwarnings ``` and commit any required changes.

Maybe you can create a PR that updates the pgcat-ci docker image with the changes you want (https://github.com/postgresml/pgcat/blob/main/Dockerfile.ci) and merge that PR Perhaps you can make `start_test_env.sh` run as non-root...

Yes, this is actually one of the things that I really wanted to fix for the longest time. For `Dockerfile`, I think we only really need an official one that...

What does PgCat logs say. This message ``` psql: error: connection to server at "hostname" (xx.xx.x.xx), port 6433 failed: server closed the connection unexpectedly This probably means the server terminated...

Hello, This behavior is currently by-design but I see the appeal of being able to start the application with a replica being down. I'll mark this issue as a feature...

I dug a bit into this so there are a few things needed to make this work, I highlighted them in comments on the suggested config FIrst, you need to...

On the first graph, what is aggregation function is this? Averages, Medians, p99s? When we started using PgCat in production about a year ago, we noticed that Pgbouncer was a...