Skip to content

Conversation

@sundy-li
Copy link
Member

@sundy-li sundy-li commented Dec 16, 2025

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

  1. Upgrade opendal to 0.55
  2. Upgrade rust toolchain and edition to be 2024
  3. Simpilfy opendal error msg

Opendal error before:

root@localhost:8000/default/default> list @my_stage;
error: APIError: QueryFailed: [4000]ConfigInvalid (persistent) at list
Context:
   uri: http://localhost:9006/testbucketxxxx?list-type=2&prefix=tempdata%2F
   response: Parts { status: 404, version: HTTP/1.1, headers: {"content-type": "applicatio
n/xml", "vary": "origin, access-control-request-method, access-control-request-headers", "
access-control-allow-origin": "*", "access-control-expose-headers": "*", "content-length":
 "113", "date": "Wed, 17 Dec 2025 08:06:19 GMT"} }
 => S3Error { code:
"NoSuchBucket", message: "Volume not found", resource: "", request_id: "" }
   service: s3
   path: /
   listed: 0

root@localhost:8000/default/default>

Now:

error: APIError: QueryFailed: [4000]S3Error { code: "NoSuchBucket", message: "Volume not found", resource: "", request_id: "" }

ConfigInvalid (persistent) at list, context: { uri: http://localhost:9006/testbucketxxxx?l
ist-type=2&prefix=tempdata%2F, response: Parts { status: 404, version: HTTP/1.1, headers:
{"content-type": "application/xml", "vary": "origin, access-control-request-method, access
-control-request-headers", "access-control-allow-origin": "*", "access-control-expose-head
ers": "*", "content-length": "113", "date": "Wed, 17 Dec 2025 08:07:23 GMT"} }, service: s
3, path: /, listed: 0 }

Tests

  • Unit Test
  • Logic Test
  • Benchmark Test
  • No Test - Explain why

Type of change

  • Bug Fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Breaking Change (fix or feature that could cause existing functionality not to work as expected)
  • Documentation Update
  • Refactoring
  • Performance Improvement
  • Other (please describe):

This change is Reviewable

@sundy-li sundy-li marked this pull request as draft December 16, 2025 03:46
@github-actions github-actions bot added the pr-bugfix this PR patches a bug in codebase label Dec 16, 2025
@sundy-li sundy-li marked this pull request as ready for review December 18, 2025 03:50
@sundy-li sundy-li requested review from b41sh and zhang2014 December 18, 2025 03:50
@sundy-li sundy-li added the ci-cloud Build docker image for cloud test label Dec 18, 2025
@github-actions
Copy link
Contributor

Docker Image for PR

  • tag: pr-19110-ca159f2-1766042617

note: this image tag is only available for internal use.

@zhang2014 zhang2014 requested a review from dqhl76 December 18, 2025 07:55
@bohutang bohutang added the ci-benchmark Benchmark: run all test label Dec 18, 2025
@sundy-li
Copy link
Member Author

sccache could be enabled in next pr.

@github-actions
Copy link
Contributor

Docker Image for PR

  • tag: pr-19110-ca159f2-1766052417

note: this image tag is only available for internal use.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 18, 2025

🤖 CI Job Analysis (Retry 1)

Workflow: 20335680645

📊 Summary

  • Total Jobs: 83
  • Failed Jobs: 1
  • Retryable: 1
  • Code Issues: 0

AUTO-RETRY INITIATED

1 job(s) retried due to infrastructure issues (runner failures, timeouts, etc.)

View Progress

🔍 Job Details

  • 🔄 linux / test_unit: ✅ Retryable (Infrastructure)

🤖 About

Automated analysis using job annotations to distinguish infrastructure issues (auto-retried) from code/test issues (manual fixes needed).

@sundy-li sundy-li removed ci-benchmark Benchmark: run all test ci-cloud Build docker image for cloud test labels Dec 18, 2025
@sundy-li
Copy link
Member Author

test_unit timeout could be fixed in next pr (sccache enabled)

@sundy-li sundy-li merged commit 945df94 into databendlabs:main Dec 18, 2025
895 of 916 checks passed
@sundy-li sundy-li deleted the bump-opendal55 branch December 18, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-bugfix this PR patches a bug in codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants