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
=== RUN TestMySQLRDSBinlog/TestMySQLRDSBinlogValidation
2026/07/06 02:40:14 INFO Setting up IAM auth for Postgres x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/07/06 02:40:14 INFO Generating new RDS token for connector x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} connector=POSTGRES
--- FAIL: TestMySQLRDSBinlog/TestMySQLRDSBinlogValidation (0.00s)
=== RUN TestIntegrationANSIQuotesDDLParsedFromBinlog/mariadb
=== PAUSE TestIntegrationANSIQuotesDDLParsedFromBinlog/mariadb
=== CONT TestIntegrationANSIQuotesDDLParsedFromBinlog/mariadb
2026/07/06 02:40:09 INFO Setting up IAM auth for MySQL x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
2026/07/06 02:40:09 INFO Generating new RDS token for connector x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN} connector=MYSQL
2026/07/06 02:40:09 INFO Closing MySQL connector x-peerdb-additional-metadata={Operation:FLOW_OPERATION_UNKNOWN}
Analysis: A real bug: the "quick-refactor-for-rds-auth" PR introduced a deterministic nil-pointer-dereference panic in the Postgres (postgres.go:123) and MySQL (mysql.go:78) connector constructors, immediately failing all integration tests in the postgres, mysql, and e2e packages with no flaky characteristics. Confidence: 0.95
⚠️ This appears to be a real bug - manual intervention needed
Analysis: A deterministic nil pointer dereference in the refactored RDS auth code (utils.GetRDSToken dereferences a nil *RDSAuth at rds.go:85) panics MySQL and Postgres connector tests identically across every matrix configuration, making it a real regression on the quick-refactor-for-rds-auth branch, not a flaky failure. Confidence: 0.98
⚠️ This appears to be a real bug - manual intervention needed
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.