You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The three red @pmm-ps-integration tests (PMM-T2028 ×2, PMM-T1897) reproduced on a throwaway VM and are not caused by your change — they are pmm-qa test bugs. pmm-qa main commit 6f57cd2 (#1433) moved pmm-framework's default PS version from 8.0 to 8.4 a few hours before your FB build ran; the same 10 tests passed on main at 02:22 UTC with identical setup args and PS 8.0.
MySQL 8.4 renamed the SHOW SLAVE STATUS columns (so the metrics are mysql_slave_status_replica_*, not ..._slave_*), and the 8.4 mysql client preserves comments by default, so the QAN seed file's comment lines land in the slow log and inflate the query count from 19 to 20.
Fix PR: percona/pmm-qa#1436. Nothing is needed from you — once that merges, a rebuild of this FB should come back clean.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://jira.percona.com/browse/PMM-15298