Debug columnar_create flakyness

pull/7263/head
Gokhan Gulbiz 2023-10-17 13:29:14 +03:00
parent 5eaf6c221e
commit 2f557f0520
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
2 changed files with 6 additions and 0 deletions

View File

@ -294,3 +294,6 @@ SELECT columnar_test_helpers.columnar_metadata_has_storage_id(:columnar_temp_sto
LOAD 'citus_columnar';
SET client_min_messages TO WARNING;
DROP SCHEMA columnar_create CASCADE;
-- debug line for flakyness test
SELECT 1;

View File

@ -212,3 +212,6 @@ LOAD 'citus_columnar';
SET client_min_messages TO WARNING;
DROP SCHEMA columnar_create CASCADE;
-- debug line for flakyness test
SELECT 1;