Normalize TF provider version in test fixtures#5863
Merged
janniklasrose merged 24 commits intoJul 8, 2026
Conversation
Collaborator
Integration test reportCommit: 75e91e0
10 interesting tests: 4 SKIP, 4 flaky, 2 RECOVERED
Top 7 slowest tests (at least 2 minutes):
|
Merged
…version-in-test-fixtures # Conflicts: # acceptance/bundle/migrate/runas/out.create_requests.json # acceptance/bundle/state/state_present/output.txt # acceptance/bundle/user_agent/output.txt # acceptance/bundle/user_agent/simple/out.requests.deploy.terraform.json # acceptance/bundle/user_agent/simple/out.requests.destroy.terraform.json # acceptance/bundle/user_agent/simple/out.requests.plan.terraform.json # acceptance/bundle/user_agent/simple/out.requests.plan2.terraform.json
pietern
approved these changes
Jul 8, 2026
…ze-tf-version-in-test-fixtures
Collaborator
Integration test reportCommit: 05a57d9
36 interesting tests: 19 flaky, 11 FAIL, 3 RECOVERED, 2 SKIP, 1 KNOWN
Top 50 slowest tests (at least 2 minutes):
|
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.
Changes
Replace databricks-tf-provider version with
[DBTF_VERSION]in tests. Not named[TF_VERSION]due to conflict with plain tf (terraform/1.55.0)Why
Prevent churn during TF bump
Follow-up to #5857
Tests
CI