mirror of https://github.com/sysown/proxysql
Renames test/tap/tests/pgsql-pgsql_servers_ssl_params-t.cpp to pgsql-servers_ssl_params-t.cpp to drop the duplicated "pgsql-" prefix, updates the @file header to match, and registers both the integration test and the existing pgsql_servers_ssl_params_unit-t in test/tap/groups/groups.json so CI actually runs them. The integration test joins the same group set used by other PgSQL admin/SSL tests (legacy-g4 and the four mysql-*-g4 variants); the unit test joins unit-tests-g1 alongside the other pgsql_*_unit-t entries.pull/5583/head
parent
8aa3855ba8
commit
4e23078db3
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @file pgsql-pgsql_servers_ssl_params-t.cpp
|
||||
* @file pgsql-servers_ssl_params-t.cpp
|
||||
* @brief TAP integration tests for pgsql_servers_ssl_params.
|
||||
*
|
||||
* Part 1: Admin CRUD operations via PgSQL admin port (6132).
|
||||
Loading…
Reference in new issue