Skip to content

[v3-1-test] Fix CI failures: missing .gitignore, docs refs, test expectations#63680

Merged
potiuk merged 1 commit intoapache:v3-1-testfrom
potiuk:fix/v3-1-test-ci-failures
Mar 15, 2026
Merged

[v3-1-test] Fix CI failures: missing .gitignore, docs refs, test expectations#63680
potiuk merged 1 commit intoapache:v3-1-testfrom
potiuk:fix/v3-1-test-ci-failures

Conversation

@potiuk
Copy link
Member

@potiuk potiuk commented Mar 15, 2026

Summary

  • Static checks: Add missing .gitignore files with *.iml entries 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
  • Docs build: Replace broken :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
  • Postgres tests: Add ::UUID suffix to expected SQL in test_handle_single_column_unique_constraint_error_with_stacktrace since v3-1-test uses team_id (UUID) instead of team_name (string) on main

Test plan

  • Static checks pass (distribution .gitignore check)
  • Docs build succeeds without undefined label warnings
  • Postgres test TestUniqueConstraintErrorHandler::test_handle_single_column_unique_constraint_error_with_stacktrace passes

🤖 Generated with Claude Code

… 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>
@potiuk potiuk force-pushed the fix/v3-1-test-ci-failures branch from d28b2d9 to 03c22da Compare March 15, 2026 22:33
@potiuk potiuk merged commit 0bac0de into apache:v3-1-test Mar 15, 2026
27 checks passed
@potiuk potiuk deleted the fix/v3-1-test-ci-failures branch March 15, 2026 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant