Trigger CI.

This commit is contained in:
alexey-milovidov 2020-10-21 04:07:41 +03:00 committed by GitHub
parent 082f30a3a1
commit 006855def4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,6 @@ query="select randomPrintableASCII(number) from numbers(1000)"
# (but actually even more)
min_trace_entries=2
#
# TCP
# do not use _, they should be escaped for LIKE
@ -18,9 +17,7 @@ ${CLICKHOUSE_CLIENT} -q "SYSTEM FLUSH LOGS"
query_id_tcp="$(${CLICKHOUSE_CLIENT} -q "SELECT DISTINCT query_id FROM system.query_log WHERE query LIKE '%$query_id_tcp_prefix%'")"
${CLICKHOUSE_CLIENT} -q "SELECT count()>=$min_trace_entries FROM system.trace_log WHERE query_id = '$query_id_tcp' AND abs(size) < 4e6 AND event_time >= now() - interval 1 hour"
#
# HTTP
#
# query_id cannot be longer then 28 bytes
query_id_http="01526_http_${RANDOM}_$$"