no warning logs from insert

This commit is contained in:
Sema Checherinda 2023-11-24 21:02:30 +01:00
parent ad6897ddbd
commit b862118730

View File

@ -60,7 +60,7 @@ function insert_duplicates() {
$CLICKHOUSE_CLIENT -q "insert into r1 values(1);" &
$CLICKHOUSE_CLIENT -q "insert into r2 values(1);"
$CLICKHOUSE_CLIENT --send_logs_level="error" -q "insert into r2 values(1);"
wait