test: increase test coverage of BufferList#10171
test: increase test coverage of BufferList#10171joyeecheung wants to merge 1 commit intonodejs:masterfrom
Conversation
887e1ea to
4842402
Compare
Fishrock123
left a comment
There was a problem hiding this comment.
Seems ok otherwise, CI: https://ci.nodejs.org/job/node-test-pull-request/5293/
There was a problem hiding this comment.
Mind to use const/let? :D
There was a problem hiding this comment.
Thanks for pointing this out. Addressed.
There was a problem hiding this comment.
Thanks for pointing this out. Addressed.
|
CI: https://ci.nodejs.org/job/node-test-pull-request/5296/ EDIT: Whoops, CI was already run. Sorry for the duplicate. It was ✅ green already... |
cjihrig
left a comment
There was a problem hiding this comment.
LGTM once it's moved to const and let.
Add tests for edges cases of BufferList - test operations when the length is 0 - test operations when the list only has one element
4842402 to
a136e2d
Compare
|
Thank you for the review, I've updated the |
|
Landed f0da38a Thanks for the contribution. |
|
@italoacasas I don’t think this is a problem in this case but try to keep the 48/72 hour rule for landing PRs in mind :) |
Add tests for edges cases of BufferList: - test operations when the length is 0 - test operations when the list only has one element PR-URL: #10171 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Add tests for edges cases of BufferList: - test operations when the length is 0 - test operations when the list only has one element PR-URL: #10171 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Add tests for edges cases of BufferList: - test operations when the length is 0 - test operations when the list only has one element PR-URL: #10171 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Add tests for edges cases of BufferList: - test operations when the length is 0 - test operations when the list only has one element PR-URL: #10171 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Checklist
make -j8 test(UNIX), orvcbuild test nosign(Windows) passesAffected core subsystem(s)
test
Description of change
Add tests for edges cases of BufferList