Run tests on Grafana 11.6.0 #2121
Draft
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.
Many tests broke on 11.6.0, listing them per team using this table. Changes are split it separate commits since in this way it's a bit easier to test them in the CI with the newer Grafana version.
Team-specific changes
@grafana/dataviz-squad
grafana_library_panel
resource,folder_uid
was populated with a migration in Grafana > 11.0.0 so I added it to the TF files with the required versions.@grafana/access-squad
TestAccDatasourceRole_basic
failed withFailed to create role: role with the provided name already exists
: ChangedParallelTest
toTest
to fix role creation conflicts, but it's unclear why it broke after the version upgrade.TestAccFolder_createFromDifferentRoles
: Skipped for Grafana 11.5.0+ due to permission model changes (ref: AuthZ service: Take action sets into account when checking folder create permissions grafana#98751).@grafana/access-squad Could you please check these and help with a proper fix?
@grafana/sharing-squad
TestAccPlaylist_basic
(grafana_playlist
)@grafana/sharing-squad I added
<= 11.0.0
for now, but I am not sure what is the right fix here.