Skip to content

Commit

Permalink
PMM-12678 Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Dec 29, 2023
1 parent f3b73f5 commit 47d22fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions agent/agents/mysql/slowlog/slowlog_expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"fingerprint": "select name, subsystem, type, comment, count from information_schema.innodb_metrics where status = ?",
"username": "root",
"agent_id": "/agent_id/73ee2f92-d5aa-45f0-8b09-6d3df605fd44",
"agent_type": 7,
"agent_type": 9,
"period_start_unix_secs": 1557137220,
"period_length_secs": 60,
"example": "SELECT\n\t\t name, subsystem, type, comment,\n\t\t count\n\t\t FROM information_schema.innodb_metrics\n\t\t WHERE status = 'enabled'",
Expand Down Expand Up @@ -52,7 +52,7 @@
"schema": "sbtest",
"username": "root",
"agent_id": "/agent_id/73ee2f92-d5aa-45f0-8b09-6d3df605fd44",
"agent_type": 7,
"agent_type": 9,
"period_start_unix_secs": 1557137220,
"period_length_secs": 60,
"example": "SELECT pad FROM sbtest1 WHERE id=775815",
Expand Down Expand Up @@ -95,7 +95,7 @@
"fingerprint": "ping",
"username": "root",
"agent_id": "/agent_id/73ee2f92-d5aa-45f0-8b09-6d3df605fd44",
"agent_type": 7,
"agent_type": 9,
"period_start_unix_secs": 1557137220,
"period_length_secs": 60,
"example": "Ping",
Expand Down Expand Up @@ -126,7 +126,7 @@
"fingerprint": "show global status",
"username": "root",
"agent_id": "/agent_id/73ee2f92-d5aa-45f0-8b09-6d3df605fd44",
"agent_type": 7,
"agent_type": 9,
"period_start_unix_secs": 1557137220,
"period_length_secs": 60,
"example": "SHOW GLOBAL STATUS",
Expand Down Expand Up @@ -170,7 +170,7 @@
"fingerprint": "set lock_wait_timeout=?",
"username": "root",
"agent_id": "/agent_id/73ee2f92-d5aa-45f0-8b09-6d3df605fd44",
"agent_type": 7,
"agent_type": 9,
"period_start_unix_secs": 1557137220,
"period_length_secs": 60,
"example": "SET lock_wait_timeout=2",
Expand Down Expand Up @@ -201,7 +201,7 @@
"fingerprint": "select @@version",
"username": "root",
"agent_id": "/agent_id/73ee2f92-d5aa-45f0-8b09-6d3df605fd44",
"agent_type": 7,
"agent_type": 9,
"period_start_unix_secs": 1557137220,
"period_length_secs": 60,
"example": "SELECT @@version",
Expand Down

0 comments on commit 47d22fa

Please sign in to comment.