mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Less iterations
This commit is contained in:
parent
c301c1a5f1
commit
2cda01b8e5
@ -30,7 +30,7 @@ function create()
|
||||
${CLICKHOUSE_CLIENT} -q "CREATE TABLE IF NOT EXISTS ${CURR_DATABASE}.data3 Engine=MergeTree() ORDER BY number AS SELECT * FROM numbers(1);" 2>&1 | grep -F "Code: " | grep -Fv "is currently dropped or renamed"
|
||||
}
|
||||
|
||||
for _ in {1..100}; do
|
||||
for _ in {1..50}; do
|
||||
create
|
||||
drop_table &
|
||||
drop_database &
|
||||
|
Loading…
Reference in New Issue
Block a user