Skip to content

Skipped integration tests due to failures #8737

@helenosheaa

Description

@helenosheaa

Expected behavior:

make test-integration passes

Actual behavior:

currently we are skipping these tests at all times as they are in a broken state:

  • Inputs: Openldap
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)

  • Inputs: Pgbouncer
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

  • Outputs: Cratedb / Postgres
-- 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugunexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions