mirror of https://github.com/citusdata/citus.git
Fix flakyness for multi_name_lengths test (#6599)
Fix flakyness for multi_name_lengths test.pull/6582/head^2
parent
f79ee13eef
commit
135c519c62
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue