cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.04k stars 3.79k forks source link

roachtest: run pgbouncer test suite in nightlies #63115

Open rafiss opened 3 years ago

rafiss commented 3 years ago

Try running the tests here: https://github.com/pgbouncer/pgbouncer/tree/master/test

First run locally, then convert into a roachtest script.

Jira issue: CRDB-6433

RichardJCai commented 3 years ago

This is probably useful. https://github.com/RichardJCai/crdb-pgbouncer

Also as noted from the meeting, if we want to test multiregion, we want one pgbouncer per region. But that might be a little overkill?

vy-ton commented 3 years ago

@rafiss Once nightlies have been added, are you confident in full support for PgBouncer?