Skip to content

Commit aaaf7e9

Browse files
taimoorzaeemsteve-chavez
authored andcommitted
test(io): set client_min_messages to warning in SQL fixtures
To suppress unwanted "NOTICE: ..." messages which pollute the log. Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
1 parent 37fc0a2 commit aaaf7e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/io/fixtures/database.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
SET client_min_messages = WARNING; -- suppress "NOTICE: ..." messages which pollute the log
12
SET check_function_bodies = false; -- to allow conditionals based on the pg version
23
SET search_path = public;

0 commit comments

Comments
 (0)