test(source/alloydbpg): create MCP integration tests#2992
Open
anubhav756 wants to merge 16 commits intomainfrom
Open
test(source/alloydbpg): create MCP integration tests#2992anubhav756 wants to merge 16 commits intomainfrom
anubhav756 wants to merge 16 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request moves AlloyDB Postgres integration test variables and connection helpers to a dedicated file, alloydb_pg_mcp_test.go, and adds comprehensive integration tests for AlloyDB Postgres tools. I have reviewed the changes and suggest incorporating the reviewer's feedback regarding environment variable validation and test cleanup to improve test robustness and prevent side effects.
274ee95 to
4323012
Compare
7e4f972 to
a8b0611
Compare
4323012 to
4b94c00
Compare
a8b0611 to
af509ce
Compare
4b94c00 to
2f96090
Compare
af509ce to
d0b2e84
Compare
0fbb7c4 to
f30ecae
Compare
Yuan325
requested changes
Apr 9, 2026
d0b2e84 to
091ce54
Compare
f30ecae to
3fe7c26
Compare
091ce54 to
a210fab
Compare
3fe7c26 to
e9fbe85
Compare
a210fab to
2ab3e17
Compare
e9fbe85 to
f59a7af
Compare
Yuan325
requested changes
Apr 9, 2026
Contributor
Yuan325
left a comment
There was a problem hiding this comment.
Here's a suggestion to simplify it and prevent double-unmarshaling~ :)
2ab3e17 to
29ea705
Compare
9ece023 to
b3d826d
Compare
7515be5 to
b92c4a2
Compare
461974c to
44f0ee7
Compare
44f0ee7 to
2644094
Compare
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 adds the mapped integration tests for AlloyDB PG tools using the native MCP harness.