-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INTEGRATION [PR#1649 > development/8.1] ARSN-21 Upgrade Node to 16 #1663
INTEGRATION [PR#1649 > development/8.1] ARSN-21 Upgrade Node to 16 #1663
Conversation
Signed-off-by: Dimitri Bourreau <[email protected]>
Signed-off-by: Dimitri Bourreau <[email protected]>
Signed-off-by: Dimitri Bourreau <[email protected]>
Signed-off-by: Dimitri Bourreau <[email protected]>
Signed-off-by: Dimitri Bourreau <[email protected]>
Signed-off-by: Dimitri Bourreau <[email protected]>
Signed-off-by: Dimitri Bourreau <[email protected]>
Signed-off-by: Dimitri Bourreau <[email protected]>
…-to-16' into w/7.10/improvement/ARSN-21-Upgrade-Node-to-16
…de-Node-to-16' into w/8.1/improvement/ARSN-21-Upgrade-Node-to-16
….com:scality/Arsenal into w/8.1/improvement/ARSN-21-Upgrade-Node-to-16
return cbOnce(errors.InternalError.customizeDescription( | ||
`read stream error: ${err.code}`)); | ||
}); | ||
dataStream.on('close', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Close is now always called and not just called when an issue comes up, nodejs/node#20611
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vrancurel Would you mind having a look at this one? Thank you.
@miniscruff Could you please create a JIRA ticket to add tests for this? Thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ARSN-52 Done
This pull request has been created automatically.
It is linked to its parent pull request #1649.
Do not edit this pull request directly.
If you need to amend/cancel the changeset on branch
w/8.1/improvement/ARSN-21-Upgrade-Node-to-16
, please follow thisprocedure:
$ git fetch $ git checkout w/8.1/improvement/ARSN-21-Upgrade-Node-to-16 $ # <amend or cancel the changeset by _adding_ new commits> $ git push origin w/8.1/improvement/ARSN-21-Upgrade-Node-to-16
Please always comment pull request #1649 instead of this one.