Revert "fix hang up with command 'drop table system.query_log sync' -- add test case"

This reverts commit c5aa0bd23d.
This commit is contained in:
Alexander Tokmakov 2022-01-12 20:19:24 +03:00
parent c5aa0bd23d
commit 9ceaaeaf91
2 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
#!/usr/bin/env bash
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh
timeout 3s $CLICKHOUSE_CLIENT --receive_timeout=2 -q "DROP TABLE system.query_log sync;" 2>&1 | grep -o "Timeout exceeded"