Skip to content

Commit

Permalink
PMM-7: verify agent status
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Jan 21, 2025
1 parent 1c67c1a commit a3d485e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/upgrade/ssl_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const pathToPMMFramework = adminPage.pathToPMMTests;
const sslinstances = new DataTable(['serviceName', 'version', 'container', 'serviceType', 'metric', 'dashboard', 'databaseType']);

sslinstances.add(['pdpgsql_pgsm_ssl', '16', 'pdpgsql_pgsm_ssl_16', 'postgres_ssl', 'pg_stat_database_xact_rollback', dashboardPage.postgresqlInstanceOverviewDashboard.url, 'postgresql']);
sslinstances.add(['mysql_ssl', '8.0', 'mysql_ssl_8.0', 'mysql_ssl', 'mysql_global_status_max_used_connections', dashboardPage.mySQLInstanceOverview.url, 'mysql']);
// sslinstances.add(['mysql_ssl', '8.0', 'mysql_ssl_8.0', 'mysql_ssl', 'mysql_global_status_max_used_connections', dashboardPage.mySQLInstanceOverview.url, 'mysql']);
sslinstances.add(['psmdb-server', '6.0', 'psmdb-server', 'mongodb_ssl', 'mongodb_connections', dashboardPage.mongoDbInstanceOverview.url, 'mongodb']);

Before(async ({ I }) => {
Expand Down

0 comments on commit a3d485e

Please sign in to comment.