[Messenger] Integration test for Postgres consumers #43631
Labels
Doctrine
Help wanted
Issues and PRs which are looking for volunteers to complete them.
Keep open
Messenger
Symfony version(s) affected: 5.3.9
Description
Discovered while working on #43630. The Postgres-specific logic in
PostgreSqlConnection::get()
is not covered by integration tests. This is why an API change between DBAL 2 and 3 was not found by the test suite.Possible Solution
We already run integration from other components tests against a real Postgres database. We should do the same for the Messenger.
The text was updated successfully, but these errors were encountered: