mirror of https://github.com/citusdata/citus.git
decrease log level to debug1 to prevent flaky debug
parent
6ff4e42706
commit
ff7a563c57
|
@ -435,7 +435,7 @@ SELECT create_distributed_table('referencing_table', 'ref_id', 'hash');
|
|||
-- not skipping validation would result in a distributed query, which emits debug messages
|
||||
BEGIN;
|
||||
SET LOCAL citus.enable_ddl_propagation TO off;
|
||||
SET LOCAL client_min_messages TO DEBUG2;
|
||||
SET LOCAL client_min_messages TO DEBUG1;
|
||||
ALTER TABLE referencing_table ADD CONSTRAINT test_constraint FOREIGN KEY (ref_id) REFERENCES referenced_table (id);
|
||||
ABORT;
|
||||
-- test foreign constraint creation
|
||||
|
|
|
@ -250,7 +250,7 @@ SELECT create_distributed_table('referencing_table', 'ref_id', 'hash');
|
|||
-- not skipping validation would result in a distributed query, which emits debug messages
|
||||
BEGIN;
|
||||
SET LOCAL citus.enable_ddl_propagation TO off;
|
||||
SET LOCAL client_min_messages TO DEBUG2;
|
||||
SET LOCAL client_min_messages TO DEBUG1;
|
||||
ALTER TABLE referencing_table ADD CONSTRAINT test_constraint FOREIGN KEY (ref_id) REFERENCES referenced_table (id);
|
||||
ABORT;
|
||||
|
||||
|
|
Loading…
Reference in New Issue