Skip to content

test: buffer.write with longer string scenario - #32123

Closed
HarshithaKP wants to merge 2 commits into
nodejs:masterfrom
HarshithaKP:assert_buffer.write_string
Closed

test: buffer.write with longer string scenario#32123
HarshithaKP wants to merge 2 commits into
nodejs:masterfrom
HarshithaKP:assert_buffer.write_string

Conversation

@HarshithaKP

Copy link
Copy Markdown
Member

Make sure longer strings are written up to the buffer end

Refs: #32119

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Make sure longer strings are written up to the buffer end
Refs: nodejs#32119
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Mar 6, 2020
Comment threadtest/parallel/test-buffer-write.js
@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 9, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@addaleax

Copy link
Copy Markdown
Member

Landed in 7fcb8da

addaleax pushed a commit that referenced this pull request Mar 12, 2020
Make sure longer strings are written up to the buffer end
Refs: #32119
PR-URL: #32123
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
BridgeAR pushed a commit that referenced this pull request Mar 17, 2020
Make sure longer strings are written up to the buffer end
Refs: #32119
PR-URL: #32123
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@MylesBorinsMylesBorins mentioned this pull request Mar 19, 2020
MylesBorins pushed a commit that referenced this pull request Mar 24, 2020
Make sure longer strings are written up to the buffer end
Refs: #32119
PR-URL: #32123
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
targos pushed a commit that referenced this pull request Apr 22, 2020
Make sure longer strings are written up to the buffer end
Refs: #32119
PR-URL: #32123
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@targostargos mentioned this pull request Apr 22, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@HarshithaKP@nodejs-github-bot@addaleax@jasnell@cjihrig@BridgeAR