What to test
This is PgBouncer's own `max_client_conn` — the number of frontend (application-side) connections it will accept — not Postgres's `max_connections`, and not PgBouncer's server-side pool size (`default_pool_size` / `max_db_connections`). Those are three independent limits.