Expected behavior:
make test-integration passes
Actual behavior:
currently we are skipping these tests at all times as they are in a broken state:
FAIL: TestOpenldapReverseMetrics (0.01s)
openldap_test.go:170:
Error Trace: openldap_test.go:170
Error: Should be true
Test: TestOpenldapReverseMetrics
Messages: Has an integer field called connections_total
acc is getting this:
[unable to read LDAP response packet: unexpected EOF]
docker container shows:
ldap_bind: Invalid DN syntax (34)
FAIL: TestPgBouncerGeneratesMetrics (0.02s)
pgbouncer_test.go:30:
Error Trace: pgbouncer_test.go:30
Error: Received unexpected error:
ERROR: not allowed (SQLSTATE 08P01)
Test: TestPgBouncerGeneratesMetrics
docker container shows:
Pooler Error: not allowed after failed login
Error: dial tcp 195.254.227.245:4840: connect: connection refused
-- FAIL: TestConnectAndWrite (0.38s)
cratedb_test.go:35:
Error Trace: cratedb_test.go:35
Error: Received unexpected error:
FATAL: trust authentication failed for user "username" (SQLSTATE 28000)
Test: TestConnectAndWrite
Expected behavior:
make test-integration passes
Actual behavior:
currently we are skipping these tests at all times as they are in a broken state:
acc is getting this:
[unable to read LDAP response packet: unexpected EOF]docker container shows:
ldap_bind: Invalid DN syntax (34)docker container shows:
Pooler Error: not allowed after failed loginError: dial tcp 195.254.227.245:4840: connect: connection refused