yandex / odyssey

Scalable PostgreSQL connection pooler
BSD 3-Clause "New" or "Revised" License
3.21k stars 165 forks source link

Fix test and pg_hba applying #626

Closed visill closed 4 months ago

visill commented 4 months ago

Before that, the default pg_hba with trust for everyone was used

In pg_hba, we wrote the rules, but they were not applied.

We also had a scrum test crash, but the tests passed. Now the tests will fall when the scrum test falls, and now all the tests pass.