[v3-1-test] Fix CI failures: missing .gitignore, docs refs, test expectations#63680
Merged
potiuk merged 1 commit intoapache:v3-1-testfrom Mar 15, 2026
Merged
Conversation
… test expectations - Add missing .gitignore files with *.iml entries for distributions that were missed during cherry-pick or over-removed by apache#63648 - Replace broken :ref: cross-references to GCP provider docs with direct URLs since those labels aren't available in core-only docs builds - Add ::UUID suffix to Postgres expected SQL in exception handler tests since v3-1-test uses team_id (UUID) instead of team_name (string) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
d28b2d9 to
03c22da
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.
Summary
.gitignorefiles with*.imlentries for 6 distributions (providers/edge3,providers/fab,shared/logging,shared/secrets_masker,shared/timezones,task-sdk-tests) that were either missed during cherry-pick of Add *.iml to .gitignore in all distributions #63636 or over-removed by [v3-1-test] Remove accidentally added shared .gitignore files #63648:ref:cross-references to GCP provider docs (howto/connection:gcp,howto/connection:gcp:impersonation) with direct URLs, since those labels live in the Google provider package and aren't available during core-only docs builds::UUIDsuffix to expected SQL intest_handle_single_column_unique_constraint_error_with_stacktracesince v3-1-test usesteam_id(UUID) instead ofteam_name(string) on mainTest plan
TestUniqueConstraintErrorHandler::test_handle_single_column_unique_constraint_error_with_stacktracepasses🤖 Generated with Claude Code