Skip to content

Bump werelogs to 8.2.4#6207

Open
maeldonn wants to merge 1 commit into
development/9.3from
bugfix/CLDSRV-939/werelogs
Open

Bump werelogs to 8.2.4#6207
maeldonn wants to merge 1 commit into
development/9.3from
bugfix/CLDSRV-939/werelogs

Conversation

@maeldonn

Copy link
Copy Markdown
Contributor

Bump werelogs to 8.2.4 to make error logging work everywhere in cloudserver.

Issue: CLDSRV-939

@maeldonn maeldonn requested review from a team, DarkIsDude and delthas June 25, 2026 15:38
@bert-e

bert-e commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Hello maeldonn,

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 TBA
/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 Jun 25, 2026

Copy link
Copy Markdown
Contributor

Incorrect fix version

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

  • None

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

  • 9.3.12

  • 9.4.0

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

Comment thread package.json
"tv4": "^1.3.0"
},
"resolutions": {
"werelogs": "scality/werelogs#8.2.4",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Some of our dependencies also use werelogs. This resolution forces every one of them onto 8.2.4 so they all pick up the fix.

@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

❌ 29 Tests Failed:

Tests completed Failed Passed Skipped
8230 29 8201 0
View the top 3 failed test(s) by shortest run time
should update existing rate limit config::Test put bucket rate limit should update existing rate limit config
Stack Traces | 0.007s run time
ifError got unwanted exception: Invalid response body while trying to fetch http://127.0.0.1:8000/putratelimitestbucket/?rate-limit: Premature close
should accept limits equal to (nodes x workers)::Test put bucket rate limit validation against node and worker count should accept limits equal to (nodes x workers)
Stack Traces | 0.008s run time
ifError got unwanted exception: Invalid response body while trying to fetch http://127.0.0.1:8000/putratelimitestbucket/?rate-limit: Premature close
should accept limits greater than (nodes x workers)::Test put bucket rate limit validation against node and worker count should accept limits greater than (nodes x workers)
Stack Traces | 0.008s run time
ifError got unwanted exception: Invalid response body while trying to fetch http://127.0.0.1:8000/putratelimitestbucket/?rate-limit: Premature close
should allow zero as a valid RequestsPerSecond value::Test put bucket rate limit should allow zero as a valid RequestsPerSecond value
Stack Traces | 0.008s run time
ifError got unwanted exception: Invalid response body while trying to fetch http://127.0.0.1:8000/putratelimitestbucket/?rate-limit: Premature close
should return the rate limit config::Test get bucket rate limit should return the rate limit config
Stack Traces | 0.008s run time
ifError got unwanted exception: Invalid response body while trying to fetch http://127.0.0.1:8000/getratelimitestbucket/?rate-limit: Premature close
should set the rate limit config::Test put bucket rate limit should set the rate limit config
Stack Traces | 0.008s run time
ifError got unwanted exception: Invalid response body while trying to fetch http://127.0.0.1:8000/putratelimitestbucket/?rate-limit: Premature close
should delete the bucket rate limit config::Test delete bucket rate limit should delete the bucket rate limit config
Stack Traces | 0.012s run time
ifError got unwanted exception: Invalid response body while trying to fetch http://127.0.0.1:8000/deleteratelimitestbucket/?rate-limit: Premature close
should allow a restore if the quota is full but the objet fits with its reserved storage space::quota evaluation with scuba metrics should allow a restore if the quota is full but the objet fits with its reserved storage space
Stack Traces | 0.02s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/quota-test-bucket15/?quota=true: Premature close
should only evaluate quota and not update inflights for PutObject with the x-scal-s3-version-id header::quota evaluation with scuba metrics should only evaluate quota and not update inflights for PutObject with the x-scal-s3-version-id header
Stack Traces | 0.021s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/quota-test-bucket13/?quota=true: Premature close
should decrease the inflights when performing multi object delete::quota evaluation with scuba metrics should decrease the inflights when performing multi object delete
Stack Traces | 0.022s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/quota-test-bucket10/?quota=true: Premature close
should not return QuotaExceeded if the quota is not exceeded::quota evaluation with scuba metrics should not return QuotaExceeded if the quota is not exceeded
Stack Traces | 0.023s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/quota-test-bucket4/?quota=true: Premature close
should not increase the inflights when the object is being rewritten with a smaller object::quota evaluation with scuba metrics should not increase the inflights when the object is being rewritten with a smaller object
Stack Traces | 0.024s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/quota-test-bucket9/?quota=true: Premature close
should allow writes after deleting data with quotas::quota evaluation with scuba metrics should allow writes after deleting data with quotas
Stack Traces | 0.025s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/quota-test-bucket8/?quota=true: Premature close
should return QuotaExceeded when trying to CopyObject in a bucket with quota::quota evaluation with scuba metrics should return QuotaExceeded when trying to CopyObject in a bucket with quota
Stack Traces | 0.025s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/quota-test-bucket2/?quota=true: Premature close
should return QuotaExceeded when trying to complete MPU in a bucket with quota::quota evaluation with scuba metrics should return QuotaExceeded when trying to complete MPU in a bucket with quota
Stack Traces | 0.027s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/quota-test-bucket3/?quota=true: Premature close
should not update the inflights if the API errored after evaluating quotas (deletion)::quota evaluation with scuba metrics should not update the inflights if the API errored after evaluating quotas (deletion)
Stack Traces | 0.031s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/quota-test-bucket11/?quota=true: Premature close
should not update the inflights if the quota check is passing but the object is already restored::quota evaluation with scuba metrics should not update the inflights if the quota check is passing but the object is already restored
Stack Traces | 0.033s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/quota-test-bucket14/?quota=true: Premature close
should return QuotaExceeded when trying to copy a part in a bucket with quota::quota evaluation with scuba metrics should return QuotaExceeded when trying to copy a part in a bucket with quota
Stack Traces | 0.033s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/quota-test-bucket6/?quota=true: Premature close
should return QuotaExceeded when trying to copyObject in a versioned bucket with quota::quota evaluation with scuba metrics should return QuotaExceeded when trying to copyObject in a versioned bucket with quota
Stack Traces | 0.041s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/quota-test-bucket12/?quota=true: Premature close
should return QuotaExceeded when trying to restore an object in a bucket with quota::quota evaluation with scuba metrics should return QuotaExceeded when trying to restore an object in a bucket with quota
Stack Traces | 0.041s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/quota-test-bucket7/?quota=true: Premature close
should log correct completeMultipartUpload operation with all required fields::Server Access Logs - File Output With default signature should log correct completeMultipartUpload operation with all required fields
Stack Traces | 0.08s run time
Expected 4 log entries, got 5

5 !== 4
should return QuotaExceeded when trying to PutObject in a bucket with quota::quota evaluation with scuba metrics should return QuotaExceeded when trying to PutObject in a bucket with quota
Stack Traces | 0.103s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/quota-test-bucket1/?quota=true: Premature close
should not evaluate quotas if the backend is not available::quota evaluation with scuba metrics should not evaluate quotas if the backend is not available
Stack Traces | 30s run time
Timeout of 30000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (.../tests/sur/quota.js)
View the full list of 7 ❄️ flaky test(s)
"after each" hook for "should fail if trying to overwrite a delete marker"::MPU with x-scal-s3-version-id header With default signature "after each" hook for "should fail if trying to overwrite a delete marker"

Flake rate in main: 100.00% (Passed 0 times, Failed 86 times)

Stack Traces | 0.016s run time
We encountered an internal error. Please try again.
"after each" hook for "should fail if trying to overwrite a delete marker"::MPU with x-scal-s3-version-id header With v4 signature "after each" hook for "should fail if trying to overwrite a delete marker"

Flake rate in main: 100.00% (Passed 0 times, Failed 76 times)

Stack Traces | 0.015s run time
We encountered an internal error. Please try again.
should accept large quota::Test update bucket quota should accept large quota

Flake rate in main: 4.17% (Passed 23 times, Failed 1 times)

Stack Traces | 0.008s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/updatequotatestbucket/?quota=true: Premature close
should return the quota::Test get bucket quota should return the quota

Flake rate in main: 13.81% (Passed 668 times, Failed 107 times)

Stack Traces | 0.009s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/getquotatestbucket/?quota=true: Premature close
should update quota with XML format::Test update bucket quota should update quota with XML format

Flake rate in main: 4.17% (Passed 23 times, Failed 1 times)

Stack Traces | 0.007s run time
Expected no error, but got FetchError: Invalid response body while trying to fetch http://127.0.0.1:8000/updatequotatestbucket/?quota=true: Premature close
should update quota with explicit JSON content-type::Test update bucket quota should update quota with explicit JSON content-type

Flake rate in main: 4.17% (Passed 23 times, Failed 1 times)

Stack Traces | 0.007s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/updatequotatestbucket/?quota=true: Premature close
should update the quota, using json parsing by default::Test update bucket quota should update the quota, using json parsing by default

Flake rate in main: 4.17% (Passed 23 times, Failed 1 times)

Stack Traces | 0.008s run time
Invalid response body while trying to fetch http://127.0.0.1:8000/updatequotatestbucket/?quota=true: Premature close

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@bert-e

bert-e commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Request integration branches

Waiting for integration branch creation to be requested by the user.

To request integration branches, please comment on this pull request with the following command:

/create_integration_branches

Alternatively, the /approve and /create_pull_requests commands will automatically
create the integration branches.

@maeldonn maeldonn force-pushed the bugfix/CLDSRV-939/werelogs branch from 4927e95 to eb67502 Compare June 25, 2026 16:10
@maeldonn maeldonn changed the title Bump arsenal and werelogs versions to 8.4.13 and 8.2.4 Bump werelogs to 8.2.4 Jun 25, 2026
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.

3 participants