Skip to content

Commit e97aa46

Browse files
committed
Add link
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 4bcf164 commit e97aa46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/suites/0_stateless/14_clickhouse_http_handler/14_0004_http_clickhouse_input_format.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ curl -s -u 'root:' -XPOST "http://localhost:${QUERY_CLICKHOUSE_HTTP_HANDLER_POR
6767
curl -s -u 'root:' -XPOST "http://localhost:${QUERY_CLICKHOUSE_HTTP_HANDLER_PORT}" --data-binary @/tmp/databend_test_values.txt
6868
curl -s -u 'root:' -XPOST "http://localhost:${QUERY_CLICKHOUSE_HTTP_HANDLER_PORT}" --data-binary @/tmp/databend_test_ndjson.txt
6969

70+
# Flaky test: wait for https://github.com/datafuselabs/databend/issues/7657
7071
#curl -s -u 'root:' -XPOST "http://localhost:${QUERY_CLICKHOUSE_HTTP_HANDLER_PORT}" -d "SELECT count(), sum(a), min(b), sum(c) from a"
7172
curl -s -u 'root:' -XPOST "http://localhost:${QUERY_CLICKHOUSE_HTTP_HANDLER_PORT}" -d "drop table a"
7273

0 commit comments

Comments
 (0)