Subject: | t/02attribs.t fails when built with postgress 11 - test should be fixed. |
it seems as postgres 11 client library checks syntax first, finds and fire a syntax error before we have a chance to get server response.
as seen from the message.
# Failed test 'When client_min_messages is FATAL, we do our best to alert the caller it's a Bad Idea'
# at t/02attribs.t line 1215.
# 'ERROR: relation "nonesuh" does not exist
# LINE 1: SELECT 1 FROM nonesuh
# ^'
# doesn't match '(?^:Perhaps client_min_messages)'
# Looks like you failed 1 test of 272.
t/02attribs.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/272 subtests
see attached log file for more details.
Subject: | hsh.log |
Message body is not shown because it is too large.