mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix category name
This commit is contained in:
parent
66be1580fd
commit
bedab199af
@ -789,8 +789,8 @@ def collect_sequential_list(skip_list_path):
|
||||
content = skip_list_file.read()
|
||||
# allows to have comments in skip_list.json
|
||||
skip_dict = json.loads(json_minify(content))
|
||||
if 'sequential' in skip_dict:
|
||||
return skip_dict['sequential']
|
||||
if 'parallel' in skip_dict:
|
||||
return skip_dict['parallel']
|
||||
return set([])
|
||||
|
||||
|
||||
|
@ -94,7 +94,7 @@
|
||||
"00510_materizlized_view_and_deduplication_zookeeper",
|
||||
"00738_lock_for_inner_table"
|
||||
],
|
||||
"sequential":
|
||||
"parallel":
|
||||
[
|
||||
/// Pessimistic list of tests which work badly in parallel.
|
||||
/// Probably they need better investigation.
|
||||
@ -144,7 +144,7 @@
|
||||
"01277_alter_rename_column_constraint_zookeeper",
|
||||
"00062_replicated_merge_tree_alter_zookeeper",
|
||||
"01388_clear_all_columns",
|
||||
"00699_materialized_view_mutations"
|
||||
"00699_materialized_view_mutations",
|
||||
"00652_mergetree_mutations",
|
||||
"00933_ttl_replicated_zookeeper",
|
||||
"01459_manual_write_to_replicas",
|
||||
|
Loading…
Reference in New Issue
Block a user