pgsql: tests: Make postmaster/002_connection_limits deal verbose logs - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: tests: Make postmaster/002_connection_limits deal verbose logs
Date
Msg-id E1trmdB-001pqj-1Q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
tests: Make postmaster/002_connection_limits deal verbose logs

When log_error_verbosity=verbose is configured the test would hand (and then
fail), because of the sqlstate being added between log level and message. Make
regex cope.

Reported-by: Andrew Dunstan <andrew@dunslane.net>
Discussion: https://postgr.es/m/c7ba6bd0-3701-43d1-9087-017777fe9cd2%40dunslane.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/59a1592e39fed164d4d6437d62a55aef36e866a5

Modified Files
--------------
src/test/postmaster/t/002_connection_limits.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: tests: Fix race condition in postmaster/002_connection_limits
Next
From: Andres Freund
Date:
Subject: Re: pgsql: tests: Fix race condition in postmaster/002_connection_limits