Skip to content

Commit

Permalink
no warnings at drop
Browse files Browse the repository at this point in the history
  • Loading branch information
CheSema committed Mar 5, 2024
1 parent bbe8f5b commit 54bc462
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -137,8 +137,8 @@ function list_keeper_nodes() {

list_keeper_nodes "${table_shared_id}"

$CLICKHOUSE_CLIENT -nm -q "drop table r1;" &
$CLICKHOUSE_CLIENT -nm -q "drop table r2;" &
$CLICKHOUSE_CLIENT -nm -q "drop table r1;" --send_logs_level="error" &
$CLICKHOUSE_CLIENT -nm -q "drop table r2;" --send_logs_level="error" &
wait

list_keeper_nodes "${table_shared_id}"

0 comments on commit 54bc462

Please sign in to comment.