Subject: | t/04misc trace tests fail |
Tests 40, 41 and 42 of t/04misc.t fails for me. The TAP output is:
not ok 40 - Trace flag 'pglogin' works as expected with DBD::Pg->parse_trace_flag()
# Failed test 'Trace flag 'pglogin' works as expected with DBD::Pg->parse_trace_flag()'
# at t/04misc.t line 225.
# got: 'Login connection string:
# Connection complete
# DESTROY for DBI::db=HASH(0xa3d7008) ignored - handle not initialised
# Login connection string:
# Connection complete
# Disconnection complete
# Login connection string:
# Connection complete
# DESTROY for DBI::db=HASH(0xa4961f8) ignored - handle not initialised
# Login connection string:
# Connection complete
# Disconnection complete
# '
# expected: 'Login connection string:
# Connection complete
# Disconnection complete
# Login connection string:
# Connection complete
# Disconnection complete
# '
and similar for test 41 and 42.
I'm using DBD-Pg-2.17.1 and a remote test server with access set up using @ENV{"DBI_DSN", "DBI_USER", "DBI_PASS"}.