Make subscription tests pass with log_error_verbosity=verbose
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 12 Jun 2022 13:17:17 +0000 (09:17 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 12 Jun 2022 13:17:17 +0000 (09:17 -0400)
commit19408aae7fa2bf28866fb262b27f08405e71152e
tree0a8115ea052bc3dc21be98e1dfd6d88d717af987
parent0d932a9d990fdb78d58abc42c03a1e84cfa2facd
Make subscription tests pass with log_error_verbosity=verbose

Recent additions to the subscription tests check for log entries, but
fail to account for the possible presence of an SQL errror code, which
happens if log_error_verbosity is set to 'verbose'. Add this into the
regular expressions that are checked for.
src/test/subscription/t/027_nosuperuser.pl
src/test/subscription/t/029_on_error.pl