mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Automatic style fix
This commit is contained in:
parent
0b5b042153
commit
f7c3304045
@ -78,9 +78,10 @@ def test_prometheus_endpoint(start_cluster):
|
||||
metrics_dict = get_and_check_metrics(10)
|
||||
assert metrics_dict["ClickHouseProfileEvents_Query"] >= prev_query_count + 3
|
||||
|
||||
node.query_and_get_error("SELECT throwIf(1, 'test', toInt16(42)) SETTINGS allow_custom_error_code_in_throwif=1")
|
||||
node.query_and_get_error(
|
||||
"SELECT throwIf(1, 'test', toInt16(42)) SETTINGS allow_custom_error_code_in_throwif=1"
|
||||
)
|
||||
metrics_dict = get_and_check_metrics(10)
|
||||
|
||||
assert metrics_dict["ClickHouseErrorMetric_NUMBER_OF_ARGUMENTS_DOESNT_MATCH"] >= 1
|
||||
assert metrics_dict["ClickHouseErrorMetric_ALL"] >= 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user