More parallel tests

This commit is contained in:
alesapin 2020-09-25 19:41:09 +03:00
parent bedab199af
commit 6669b7da29
2 changed files with 6 additions and 2 deletions

View File

@ -17,4 +17,4 @@ if cat /usr/bin/clickhouse-test | grep -q -- "--use-skip-list"; then
SKIP_LIST_OPT="--use-skip-list"
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

View File

@ -125,6 +125,7 @@
"limit_memory",
"memory_limit",
"memory_leak",
"attach",
/// Bad tests for parallel run found by fasttest
"00693_max_block_size_system_tables_columns",
"01414_mutations_and_errors_zookeeper",
@ -149,6 +150,9 @@
"00933_ttl_replicated_zookeeper",
"01459_manual_write_to_replicas",
"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"
]
}