ClickHouse/tests/queries/0_stateless/02012_get_server_port.sql
Alexey Milovidov bde8799715 Fix the test
2023-08-03 00:16:04 +02:00

4 lines
108 B
SQL

select getServerPort('tcp_port');
select getServerPort('unknown'); -- { serverError CLUSTER_DOESNT_EXIST }