Avoid running 01702_system_query_log.sql in parallel

Shouldn't be run in parallel with itself, since it relies on content of system.query_log
This commit is contained in:
Vasily Nemkov 2021-03-05 12:06:49 +02:00
parent 4a26e5cd43
commit 8874d2e063

View File

@ -757,6 +757,7 @@
"memory_limit",
"polygon_dicts", // they use an explicitly specified database
"01658_read_file_to_stringcolumn",
"01721_engine_file_truncate_on_insert" // It's ok to execute in parallel but not several instances of the same test.
"01721_engine_file_truncate_on_insert", // It's ok to execute in parallel but not several instances of the same test.
"01702_system_query_log" // It's ok to execute in parallel but not several instances of the same test.
]
}