这是indexloc提供的服务,不要输入任何密码
Skip to content

Remove extra step #14584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

slevenick
Copy link
Contributor

Removes extra step that is causing tests to fail due to deleted connection. I'm not sure why the second step was added here, it seems like it was copied from a test designed around removing the connection. I don't think it needs to exist

Tested locally

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.


@slevenick slevenick requested review from sachinpro, a team and melinath and removed request for a team July 21, 2025 15:16
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

google provider: Diff ( 1 file changed, 9 deletions(-))
google-beta provider: Diff ( 1 file changed, 9 deletions(-))

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 52
Passed tests: 41
Skipped tests: 10
Affected tests: 1

Click here to see the affected service packages
  • bigquery
#### Action taken
Found 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
  • TestAccBigQueryExternalDataTable_CSV_WithSchemaAndConnectionIDAndHivePartitioning

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

🟢 Tests passed during RECORDING mode:
TestAccBigQueryExternalDataTable_CSV_WithSchemaAndConnectionIDAndHivePartitioning [Debug log]

🟢 No issues found for passed tests after REPLAYING rerun.


🟢 All tests passed!

View the build log or the debug log for each test

Copy link
Member

@melinath melinath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like something that should be possible to do, though? It looks like a bug in the test - for some reason google_bigquery_table isn't updated before the google_bigquery_connection is deleted. Possibly routing through the locals is breaking the ordering somehow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants