Uh oh!
There was an error while loading. Please reload this page.
test: changed the buffer offset - #31171
Conversation
thangktran
commented
Jan 3, 2020
Could someone please run a stress test on this PR to verify that the flake is fixed. Thank you. |
addaleax
commented
Jan 3, 2020
Stress test CI: https://ci.nodejs.org/job/node-stress-single-test/35/ |
Uh oh!
There was an error while loading. Please reload this page.
richardlau
left a comment
There was a problem hiding this comment.
Since there’s no protection in the binding I’d suggest some sort of comment in the test to discourage new check()s being added in the future that result in duplicate base addresses.
nodejs-github-bot
commented
Jan 3, 2020
3261259 to
aa74951Comparethangktran
commented
Jan 3, 2020
fixed |
Uh oh!
There was an error while loading. Please reload this page.
aa74951 to
8494f9bCompareto avoid problem with the new behaviour of new V8 BackingStore API. By changing the offset, the base address of each test case will be different. Fixes: nodejs#31061
8494f9b to
ddc6ea5Comparenodejs-github-bot
commented
Jan 5, 2020
nodejs-github-bot
commented
Jan 5, 2020
nodejs-github-bot
commented
Jan 5, 2020
Trott
commented
Jan 6, 2020
Landed in 783f8c6 |
To avoid problem with the behavior of new V8 BackingStore API, change the offset. The base address of each test case will be different. Fixes: #31061 PR-URL: #31171 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
To avoid problem with the behavior of new V8 BackingStore API, change the offset. The base address of each test case will be different. Fixes: #31061 PR-URL: #31171 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
sam-github
commented
Jan 6, 2020
Is https://ci.nodejs.org/job/node-test-commit-linux-containered/17217/ / https://ci.nodejs.org/job/node-test-commit-linux-containered/17217/nodes=ubuntu1804_sharedlibs_openssl111_x64/ also a (non-AIX) symptom of the same underlying problem? The daily build failure predates this PR, so maybe is fixed. |
richardlau
commented
Jan 6, 2020
@sam-github I believe it is -- it's failing the same check and the underlying issue that was fixed is not AIX specific. |
To avoid problem with the behavior of new V8 BackingStore API, change the offset. The base address of each test case will be different. Fixes: #31061 PR-URL: #31171 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
To avoid problem with the behavior of new V8 BackingStore API, change the offset. The base address of each test case will be different. Fixes: #31061 PR-URL: #31171 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
To avoid problem with the behavior of new V8 BackingStore API, change the offset. The base address of each test case will be different. Fixes: #31061 PR-URL: #31171 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
to avoid problem with the new behaviour of new V8 BackingStore API. By
changing the offset, the base address of each test case will be
different.
Fixes: #31061
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes