Make subscription tests pass with log_error_verbosity=verbose
Andrew Dunstan <andrew@dunslane.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/subscription/t/027_nosuperuser.pl | modified | +5 −5 |
| src/test/subscription/t/029_on_error.pl | modified | +1 −1 |