Integration test 1 performs simple tests on real PostgreSQL instance. The configuration expects '--conn' parameter with valid connection string to test database. The main thing that is tested is connection pool operational correctness. *
Integration test 2 performs major tests on real PostgreSQL instance. The configuration expects '--conn' parameter with valid connection string to test database. There are many tests for binary converting from libpq format. This test is the most important one as it should expose libp binary format changing while updating to new versions. *