Skip to content

ci: skip azurite's version check#7162

Merged
tisonkun merged 1 commit intomainfrom
fix-azurite-image
Jan 25, 2026
Merged

ci: skip azurite's version check#7162
tisonkun merged 1 commit intomainfrom
fix-azurite-image

Conversation

@meteorgan
Copy link
Copy Markdown
Contributor

Which issue does this PR close?

None

Rationale for this change

The Azurite-based behavior tests keep failing with the error "The API version 2026-02-06 is not supported by Azurite. Please upgrade Azurite to latest version and retry"(https://github.com/apache/opendal/actions/runs/21290589051/job/61282854116?pr=7157). However, the latest version of Azurite still doesn't support API version 2026-02-26(Azure/Azurite#2623). As a result, we need to skip the version check.

What changes are included in this PR?

Are there any user-facing changes?

AI Usage Statement

Github Copilot with GPT-5.2

@meteorgan meteorgan marked this pull request as ready for review January 24, 2026 15:39
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. releases-note/build The PR modifies build related content or has a title that begins with "build" labels Jan 24, 2026
Copy link
Copy Markdown
Member

@tisonkun tisonkun left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution @meteorgan! Merging ...

@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Jan 25, 2026
@tisonkun tisonkun changed the title chore(build): skip azurite's version check ci: skip azurite's version check Jan 25, 2026
@tisonkun tisonkun merged commit f71046e into main Jan 25, 2026
21 checks passed
@tisonkun tisonkun deleted the fix-azurite-image branch January 25, 2026 01:17
@Xuanwo
Copy link
Copy Markdown
Member

Xuanwo commented Jan 25, 2026

Is there a place where we send API with version 2026-02-06?

@meteorgan
Copy link
Copy Markdown
Contributor Author

Is there a place where we send API with version 2026-02-06?

It comes from here:

az storage container create \
--name test \
--connection-string "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;"

And az is preinstalled on ubuntu-latest.

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

Labels

lgtm This PR has been approved by a maintainer releases-note/build The PR modifies build related content or has a title that begins with "build" size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants