mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
Suppress the output to see if the test passes
Signed-off-by: Frank Chen <frank.chen021@outlook.com>
This commit is contained in:
parent
4c1a062375
commit
020f30950f
@ -61,7 +61,7 @@ for ddl_version in 1 2 3; do
|
||||
echo "===case ${case_no}===="
|
||||
|
||||
trace_id=$(${CLICKHOUSE_CLIENT} -q "select lower(hex(generateUUIDv4()))");
|
||||
execute_query $trace_id "CREATE TABLE ddl_test_for_opentelemetry ON CLUSTER test_shard_localhost (id UInt64) Engine=MergeTree ORDER BY id" "distributed_ddl_output_mode=none&distributed_ddl_entry_format_version=${ddl_version}"
|
||||
execute_query $trace_id "CREATE TABLE ddl_test_for_opentelemetry ON CLUSTER test_shard_localhost (id UInt64) Engine=MergeTree ORDER BY id" "distributed_ddl_output_mode=none&distributed_ddl_entry_format_version=${ddl_version}" "/dev/null"
|
||||
|
||||
check_span $trace_id "count()" "HTTPHandler"
|
||||
check_span $trace_id "count()" "%DDLWorker::processTask%"
|
||||
|
Loading…
Reference in New Issue
Block a user