mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +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"
|
${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
|
create
|
||||||
drop_table &
|
drop_table &
|
||||||
drop_database &
|
drop_database &
|
||||||
|
Loading…
Reference in New Issue
Block a user