Fix flakyness for multi_name_lengths test (#6599)

Fix flakyness for multi_name_lengths test.
pull/6582/head^2
Emel Şimşek 2023-01-05 17:27:16 +03:00 committed by GitHub
parent f79ee13eef
commit 135c519c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -421,3 +421,6 @@ DROP TABLE multi_name_lengths.too_long_12345678901234567890123456789012345678901
DROP TABLE name_lengths CASCADE;
DROP TABLE U&"elephant_!0441!043B!043E!043D!0441!043B!043E!043D!0441!043B!043E!043D!0441!043B!043E!043D!0441!043B!043E!043D!0441!043B!043E!043D" UESCAPE '!' CASCADE;
RESET citus.force_max_query_parallelization;
DROP SCHEMA multi_name_lengths CASCADE;
DROP TABLE append_zero_shard_table_12345678901234567890123456789012345678901234567890;
NOTICE: identifier "append_zero_shard_table_12345678901234567890123456789012345678901234567890" will be truncated to "append_zero_shard_table_123456789012345678901234567890123456789"

View File

@ -292,3 +292,5 @@ DROP TABLE multi_name_lengths.too_long_12345678901234567890123456789012345678901
DROP TABLE name_lengths CASCADE;
DROP TABLE U&"elephant_!0441!043B!043E!043D!0441!043B!043E!043D!0441!043B!043E!043D!0441!043B!043E!043D!0441!043B!043E!043D!0441!043B!043E!043D" UESCAPE '!' CASCADE;
RESET citus.force_max_query_parallelization;
DROP SCHEMA multi_name_lengths CASCADE;
DROP TABLE append_zero_shard_table_12345678901234567890123456789012345678901234567890;