-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PMM-13374 new mongodb fingerprints #3271
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v3 #3271 +/- ##
==========================================
+ Coverage 43.62% 43.77% +0.15%
==========================================
Files 366 367 +1
Lines 44328 44497 +169
==========================================
+ Hits 19338 19479 +141
- Misses 23310 23332 +22
- Partials 1680 1686 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -328,7 +328,7 @@ func TestPerfSchema(t *testing.T) { | |||
} | |||
|
|||
default: | |||
t.Log("Unhandled version, assuming dummy digests.") | |||
t.Logf("Unhandled version, assuming dummy digests. MySQL version: %s, vendor: %s", mySQLVersion, mySQLVendor) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is already log with vendor and version little bit above:
https://github.com/percona/pmm/pull/3271/files#diff-0b9b5d27ab40ea00095b446c95db2a4a7ef7c76d651c7f741b4e47789a0c6078R262
PMM-13374
Link to the Feature Build: SUBMODULES-3749
If this PR adds or removes or alters one or more API endpoints, please review and add or update the relevant API documents as well:
If this PR is related to some other PRs in this or other repositories, please provide links to those PRs: