Skip to content

Conversation

alvarowolfx
Copy link
Collaborator

When multiple CI steps run in parallel, there is a change of then trying to delete the same dataset (BigQuery metadata service has an eventual consistency model). This PR checks if the error when trying to fetch a Dataset is a 404 and skip it.

Fixes #3572

@alvarowolfx alvarowolfx requested a review from a team as a code owner October 20, 2025 21:01
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the BigQuery API. label Oct 20, 2025
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.88%. Comparing base (5ac621b) to head (c33dd10).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3594      +/-   ##
==========================================
+ Coverage   95.76%   95.88%   +0.11%     
==========================================
  Files         125      125              
  Lines        5005     5029      +24     
==========================================
+ Hits         4793     4822      +29     
+ Misses        212      207       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@alvarowolfx alvarowolfx requested a review from coryan October 21, 2025 15:40
@alvarowolfx alvarowolfx merged commit 6867c87 into googleapis:main Oct 21, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the BigQuery API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flake BigQuery integration integration test

2 participants