2019-05-20 17:04:36 +00:00
|
|
|
#!/usr/bin/env bash
|
2022-03-15 12:09:46 +00:00
|
|
|
# Tags: no-backward-compatibility-check
|
2019-05-20 17:04:36 +00:00
|
|
|
# Test fix for issue #5066
|
|
|
|
|
|
|
|
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
2020-12-28 11:46:53 +00:00
|
|
|
# shellcheck source=../shell_config.sh
|
2020-08-01 00:51:12 +00:00
|
|
|
. "$CURDIR"/../shell_config.sh
|
2019-05-20 17:04:36 +00:00
|
|
|
|
2019-05-31 04:13:49 +00:00
|
|
|
${CLICKHOUSE_CURL} --include -sS "${CLICKHOUSE_URL_INTERSERVER}?endpoint=DataPartsExchange%3A%2Fclickhouse%2Ftables%2F01-01%2Fvisits%2Freplicas%2Fsome.server.com&part=0&compress=false" 2>&1 | grep -F 'HTTP/1.1 500 Internal Server Error'
|