mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 15:54:08 +03:00
Use terse mode to avoid variable order dependency output in foreign data regression check.
Per Tom Lane's suggestion about my gripe about occasional errors noticed on the buildfarm.
This commit is contained in:
parent
860be17ec3
commit
625744ac43
@ -1086,13 +1086,12 @@ DROP SERVER t1 CASCADE;
|
||||
NOTICE: drop cascades to user mapping for public
|
||||
DROP SERVER t2;
|
||||
DROP USER MAPPING FOR regress_test_role SERVER s6;
|
||||
-- This test causes some order dependent cascade detail output,
|
||||
-- so switch to terse mode for it.
|
||||
\set VERBOSITY terse
|
||||
DROP FOREIGN DATA WRAPPER foo CASCADE;
|
||||
NOTICE: drop cascades to 5 other objects
|
||||
DETAIL: drop cascades to server s4
|
||||
drop cascades to user mapping for foreign_data_user
|
||||
drop cascades to server s6
|
||||
drop cascades to server s9
|
||||
drop cascades to user mapping for unprivileged_role
|
||||
\set VERBOSITY default
|
||||
DROP SERVER s8 CASCADE;
|
||||
NOTICE: drop cascades to 2 other objects
|
||||
DETAIL: drop cascades to user mapping for foreign_data_user
|
||||
|
@ -443,7 +443,11 @@ DROP SERVER s5 CASCADE;
|
||||
DROP SERVER t1 CASCADE;
|
||||
DROP SERVER t2;
|
||||
DROP USER MAPPING FOR regress_test_role SERVER s6;
|
||||
-- This test causes some order dependent cascade detail output,
|
||||
-- so switch to terse mode for it.
|
||||
\set VERBOSITY terse
|
||||
DROP FOREIGN DATA WRAPPER foo CASCADE;
|
||||
\set VERBOSITY default
|
||||
DROP SERVER s8 CASCADE;
|
||||
DROP ROLE regress_test_indirect;
|
||||
DROP ROLE regress_test_role;
|
||||
|
Loading…
x
Reference in New Issue
Block a user