Skip to content

Commit 9edc528

Browse files
authored
Merge pull request #7761 from Xuanwo/disable-flaky-test
chore: Disable flaky test 14_0004_http_clickhouse_input_format
2 parents de04ec6 + e97aa46 commit 9edc528

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ 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-
curl -s -u 'root:' -XPOST "http://localhost:${QUERY_CLICKHOUSE_HTTP_HANDLER_PORT}" -d "SELECT count(), sum(a), min(b), sum(c) from a"
70+
# Flaky test: wait for https://github.com/datafuselabs/databend/issues/7657
71+
#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

7374
rm /tmp/databend_test*.txt

0 commit comments

Comments
 (0)