Add live tests for MySQL connectors#622
Draft
Copilot wants to merge 20 commits into
Draft
Conversation
Co-authored-by: Archmonger <16909269+Archmonger@users.noreply.github.com>
Co-authored-by: Archmonger <16909269+Archmonger@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Live tests for MySQL
Add live tests for MySQL database connectors
Aug 20, 2025
Owner
|
…match PostgreSQL pattern Co-authored-by: Archmonger <16909269+Archmonger@users.noreply.github.com>
Contributor
Author
I've addressed both requested changes:
The MySQL live tests now have the same structure and isolation approach as the PostgreSQL tests while maintaining the robust error handling and skipping logic when MySQL is unavailable. Commit: 2a6a7e0 |
Copilot
AI
changed the title
Add live tests for MySQL database connectors
Add live tests for MySQL database connectors with improved CI integration
Aug 20, 2025
|
Hello @Archmonger, the new version of setup-mysql v0.0.4 is now available with the fix! |
Owner
|
Much appreciated! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR implements comprehensive live functional tests for MySQL database connectors, addressing the gap where MySQL tests were previously only mocked while PostgreSQL and SQLite had full end-to-end testing.
Key Changes
MySQL Live Test Implementation:
scripts/mysql_live_test.pyfollowing the established PostgreSQL test pattern with subprocess isolationEnhanced CI/CD Integration:
setup-mysqlaction instead of manual setupFramework Integration:
hatch run functional:allTest Coverage:
MysqlDumpConnectorwith actual database operationsUsage Examples
The implementation ensures MySQL connectors receive the same rigorous testing as other database backends, improving reliability and maintaining consistency across the test infrastructure.
Fixes #621.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.