-
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-7 fix bogus date in victoriametrcis.spec #2453
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2453 +/- ##
==========================================
- Coverage 42.80% 42.77% -0.03%
==========================================
Files 383 383
Lines 48126 48126
==========================================
- Hits 20601 20587 -14
- Misses 25591 25602 +11
- Partials 1934 1937 +3
Flags with carried forward coverage won't be shown. Click here to find out more. see 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
looks good to me, let's change the title
PMM-7
Our agent tests suddenly started to fail when run with these matrix values:
mysql: 'percona:5.6', mongo: 'percona/percona-server-mongodb:4.2', postgres: 'perconalab/percona-distribution-postgresql:11', pg_libs: 'pg_stat_statements,pg_stat_monitor', pmm_server: 'percona/pmm-server:2'
Reference run: https://github.com/percona/pmm/actions/runs/6047924731/job/16412302430
The reason: the database client was not able to connect via IP6, failing with the error:
dial tcp [::1]:5432: connect: connection refused
.This fix should address it.