Skip to content

Commit

Permalink
PMM-13082 revert slowlog_test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Oct 9, 2024
1 parent 9f82618 commit 0bf3408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/agents/mysql/slowlog/slowlog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func TestSlowLogMakeBucketsInvalidUTF8(t *testing.T) {
PlaceholdersCount: 1,
Comments: map[string]string{"controller": "test"},
AgentId: agentID,
AgentType: inventoryv1.AgentType_AGENT_TYPE_QAN_MYSQL_SLOWLOG_AGENT,
AgentType: inventoryv1.AgentType_AGENT_TYPE_QAN_MONGODB_PROFILER_AGENT,
PeriodStartUnixSecs: 1557137220,
PeriodLengthSecs: 60,
Example: "SELECT /* controller='test' */ * FROM contacts t0 WHERE t0.person_id = '߿�\ufffd\\ud83d\ufffd'",
Expand Down

0 comments on commit 0bf3408

Please sign in to comment.