Skip to content

CLDSRV-976: bump arsenal to 8.4.24 - #6256

Draft
tcarmet wants to merge 1 commit into
development/9.3from
bugfix/CLDSRV-976-bump-arsenal
Draft

CLDSRV-976: bump arsenal to 8.4.24#6256
tcarmet wants to merge 1 commit into
development/9.3from
bugfix/CLDSRV-976-bump-arsenal

Conversation

@tcarmet

@tcarmet tcarmet commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

sproxyd now answers DELETE and batch-delete requests with 204 No Content, and the sproxyd client carried by the previous Arsenal only accepted 200 and 206 as success. Deletes were therefore retried and eventually surfaced to S3 clients as internal errors. This picks up the Arsenal version carrying the fixed client so deletes succeed again.

@bert-e

bert-e commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Hello tcarmet,

My role is to assist you with the merge of this
pull request. Please type @bert-e help to get information
on this process, or consult the user documentation.

Available options
name description privileged authored
/after_pull_request Wait for the given pull request id to be merged before continuing with the current one.
/bypass_author_approval Bypass the pull request author's approval
/bypass_build_status Bypass the build and test status
/bypass_commit_size Bypass the check on the size of the changeset TBA
/bypass_incompatible_branch Bypass the check on the source branch prefix
/bypass_jira_check Bypass the Jira issue check
/bypass_peer_approval Bypass the pull request peers' approval
/bypass_leader_approval Bypass the pull request leaders' approval
/approve Instruct Bert-E that the author has approved the pull request. ✍️
/create_pull_requests Allow the creation of integration pull requests.
/create_integration_branches Allow the creation of integration branches.
/no_octopus Prevent Wall-E from doing any octopus merge and use multiple consecutive merge instead
/unanimity Change review acceptance criteria from one reviewer at least to all reviewers
/wait Instruct Bert-E not to run until further notice.
Available commands
name description privileged
/help Print Bert-E's manual in the pull request.
/status Print Bert-E's current status in the pull request.
/clear Remove all comments from Bert-E from the history TBA
/retry Re-start a fresh build TBA
/build Re-start a fresh build TBA
/force_reset Delete integration branches & pull requests, and restart merge process from the beginning.
/reset Try to remove integration branches unless there are commits on them which do not appear on the source branch.

Status report is not available.

@bert-e

bert-e commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Incorrect fix version

The Fix Version/s in issue CLDSRV-976 contains:

  • None

Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:

  • 9.3.17

  • 9.4.2

Please check the Fix Version/s of CLDSRV-976, or the target
branch of this pull request.

Comment thread package.json Outdated
"@hapi/joi": "^17.1.1",
"@smithy/node-http-handler": "^3.0.0",
"arsenal": "git+https://github.com/scality/Arsenal#8.4.22",
"arsenal": "git+https://github.com/scality/Arsenal#a8390e2b45f083b799177b5966c56f5fd9e75257",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Arsenal is pinned to a commit hash instead of a tag. All other git-based deps in this file use tags (e.g. bucketclient#8.2.7, vaultclient#8.5.7). Since yarn.lock resolves this to version 8.4.24, pin to the tag once it's available.

Suggested change
"arsenal": "git+https://github.com/scality/Arsenal#a8390e2b45f083b799177b5966c56f5fd9e75257",
"arsenal": "git+https://github.com/scality/Arsenal#8.4.24",

@codecov

codecov Bot commented Aug 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.12%. Comparing base (24fb6b3) to head (5bb2dd3).
✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph
see 1 file with indirect coverage changes

@@                 Coverage Diff                 @@
##           development/9.3    #6256      +/-   ##
===================================================
- Coverage            85.17%   85.12%   -0.06%     
===================================================
  Files                  206      206              
  Lines                13424    13424              
===================================================
- Hits                 11434    11427       -7     
- Misses                1990     1997       +7     
Flag Coverage Δ
file-ft-tests 68.33% <ø> (-0.07%) ⬇️
file-ft-tests-null-compat 68.84% <ø> (-0.06%) ⬇️
kmip-ft-tests 28.39% <ø> (+0.02%) ⬆️
mongo-v0-ft-tests 69.54% <ø> (-0.01%) ⬇️
mongo-v1-ft-tests 69.53% <ø> (-0.03%) ⬇️
multiple-backend 36.83% <ø> (ø)
s3c-ft-tests-v0 64.07% <ø> (ø)
s3c-ft-tests-v0-null-compat 64.13% <ø> (ø)
s3c-ft-tests-v1 64.05% <ø> (ø)
sur-tests 35.98% <ø> (ø)
sur-tests-inflights 37.81% <ø> (ø)
unit 71.08% <ø> (ø)
utapi-v2-tests 34.81% <ø> (+0.18%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Arsenal 8.4.24 pulls in sproxydclient 8.2.2, which treats any 2xx
response from sproxyd as a success instead of whitelisting 200 and
206. sproxyd answers DELETE and POST .batch_delete with 204 (no
content), which the previous whitelist turned into an error, and
DataWrapper then retried three times before surfacing an
InternalError that reached the S3 client as a 500.

Also bumps the project version to 9.3.17.

Issue: CLDSRV-976
@tcarmet
tcarmet force-pushed the bugfix/CLDSRV-976-bump-arsenal branch from b60b64f to 5bb2dd3 Compare August 18, 2026 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants