mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
More parallel tests
This commit is contained in:
parent
bedab199af
commit
6669b7da29
@ -17,4 +17,4 @@ if cat /usr/bin/clickhouse-test | grep -q -- "--use-skip-list"; then
|
|||||||
SKIP_LIST_OPT="--use-skip-list"
|
SKIP_LIST_OPT="--use-skip-list"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
clickhouse-test -j 4 --testname --shard --zookeeper "$SKIP_LIST_OPT" $ADDITIONAL_OPTIONS $SKIP_TESTS_OPTION 2>&1 | ts '%Y-%m-%d %H:%M:%S' | tee test_output/test_result.txt
|
clickhouse-test -j 8 --testname --shard --zookeeper "$SKIP_LIST_OPT" $ADDITIONAL_OPTIONS $SKIP_TESTS_OPTION 2>&1 | ts '%Y-%m-%d %H:%M:%S' | tee test_output/test_result.txt
|
||||||
|
@ -125,6 +125,7 @@
|
|||||||
"limit_memory",
|
"limit_memory",
|
||||||
"memory_limit",
|
"memory_limit",
|
||||||
"memory_leak",
|
"memory_leak",
|
||||||
|
"attach",
|
||||||
/// Bad tests for parallel run found by fasttest
|
/// Bad tests for parallel run found by fasttest
|
||||||
"00693_max_block_size_system_tables_columns",
|
"00693_max_block_size_system_tables_columns",
|
||||||
"01414_mutations_and_errors_zookeeper",
|
"01414_mutations_and_errors_zookeeper",
|
||||||
@ -149,6 +150,9 @@
|
|||||||
"00933_ttl_replicated_zookeeper",
|
"00933_ttl_replicated_zookeeper",
|
||||||
"01459_manual_write_to_replicas",
|
"01459_manual_write_to_replicas",
|
||||||
"00446_clear_column_in_partition_concurrent_zookeeper",
|
"00446_clear_column_in_partition_concurrent_zookeeper",
|
||||||
"00446_clear_column_in_partition_zookeeper"
|
"00446_clear_column_in_partition_zookeeper",
|
||||||
|
"01135_default_and_alter_zookeeper",
|
||||||
|
"01130_in_memory_parts_partitons",
|
||||||
|
"01127_month_partitioning_consistency_select"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user