Uh oh!
There was an error while loading. Please reload this page.
test: remove flaky designation for test - #22856
Conversation
Trott
commented
Sep 14, 2018
Trott
commented
Sep 14, 2018
Trott
commented
Sep 14, 2018
Looks like we're now getting SIGABRT rather than SIGSEGV? Is that a step in the right direction? (I think so...) https://ci.nodejs.org/job/node-test-commit-freebsd/20477/nodes=freebsd11-x64/console 22:24:54 not ok 1905 parallel/test-trace-events-fs-sync22:24:54 ---22:24:54 duration_ms: 3.6022:24:54 severity: fail22:24:54 exitcode: 122:24:54 stack: |-22:24:54 assert.js:8422:24:54 throw new AssertionError(obj);22:24:54 ^22:24:54 22:24:54 AssertionError [ERR_ASSERTION]: fs.sync.stat:22:24:54 { status: null,22:24:54 signal: 'SIGABRT',22:24:54 output: [ null, '', '' ],22:24:54 pid: 99508,22:24:54 stdout: '',22:24:54 stderr: '' }22:24:54 at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-trace-events-fs-sync.js:139:10)22:24:54 at Module._compile (internal/modules/cjs/loader.js:694:30)22:24:54 at Object.Module._extensions..js (internal/modules/cjs/loader.js:705:10)22:24:54 at Module.load (internal/modules/cjs/loader.js:604:32)22:24:54 at tryModuleLoad (internal/modules/cjs/loader.js:543:12)22:24:54 at Function.Module._load (internal/modules/cjs/loader.js:535:3)22:24:54 at Function.Module.runMain (internal/modules/cjs/loader.js:747:12)22:24:54 at startup (internal/bootstrap/node.js:270:19)22:24:54 at bootstrapNodeJSCore (internal/bootstrap/node.js:801:3)22:24:54 ... |
Unreliability for test-trace-events-fs-sync is believed to have been fixed. Remove flaky designation. Ref: nodejs#22812 Ref: nodejs#21038 (comment)
Trott
commented
Oct 6, 2018
merge conflict resolved |
thefourtheye
left a comment
There was a problem hiding this comment.
Do we need a node-stress-single-test, just to be sure?
refack
commented
Oct 6, 2018
Stress |
Trott
commented
Oct 6, 2018
Windows stress test failed while building: 09:26:10 c:\workspace\node-stress-single-test\nodes\win2016-1p-vs2017\deps\v8\src\heap\code-stats.cc : fatal error C1002: compiler is out of heap space in pass 2 [c:\workspace\node-stress-single-test\nodes\win2016-1p-vs2017\deps\v8\gypfiles\mksnapshot.vcxproj]09:26:10 LINK : fatal error LNK1257: code generation failed [c:\workspace\node-stress-single-test\nodes\win2016-1p-vs2017\deps\v8\gypfiles\mksnapshot.vcxproj] |
ofrobots
commented
Oct 6, 2018
via email
That seems like an infra issue - c++ compiler ran out of memory. …On Sat, Oct 6, 2018, 10:22 AM Rich Trott ***@***.***> wrote:
Windows stress test failed while building:
09:26:10 c:\workspace\node-stress-single-test\nodes\win2016-1p-vs2017\deps\v8\src\heap\code-stats.cc : fatal error C1002: compiler is out of heap space in pass 2 [c:\workspace\node-stress-single-test\nodes\win2016-1p-vs2017\deps\v8\gypfiles\mksnapshot.vcxproj]09:26:10 LINK : fatal error LNK1257: code generation failed [c:\workspace\node-stress-single-test\nodes\win2016-1p-vs2017\deps\v8\gypfiles\mksnapshot.vcxproj]
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#22856 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAE0qWmfM49QYdSWtKJCdbt6UflaBsRMks5uiObFgaJpZM4WooHB>
.
|
Trott
commented
Oct 6, 2018
Trying Windows again, hoping it compiles this time...: https://ci.nodejs.org/job/node-stress-single-test/2062/ |
Trott
commented
Oct 6, 2018
Windows stress test compile failed again. 😞 |
Trott
commented
Oct 6, 2018
Windows stress test rebuild but this time on a few different Windows variants. Hopefully if one or two fail, one or two others will successfully build and we'll see how the tests go. https://ci.nodejs.org/job/node-stress-single-test/2063/ |
refack
commented
Oct 7, 2018
That's an interesting thing to follow up on form a @nodejs/build perspective. on https://ci.nodejs.org/computer/test-azure_msft-win2016-x64-6/ |
assert.js:84thrownewAssertionError(obj);^AssertionError[ERR_ASSERTION]: Expectedvaluestobestrictly equal:
+actual-expected+''-'false\n'atChildProcess.procDisabled.once.common.mustCall(/usr/home/iojs/build/workspace/node-stress-single-test/nodes/freebsd11-x64/test/parallel/test-trace-events-category-used.js:52:10)1 in 500 on freebsd11 On https://ci.nodejs.org/job/node-stress-single-test/2063/nodes=win10-vs2017/ |
Unreliability for test-trace-events-fs-sync is believed to have been fixed. Remove flaky designation. Ref: nodejs#22812 Ref: nodejs#21038 (comment) PR-URL: nodejs#22856 Refs: nodejs#22812 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Refael Ackermann <refack@gmail.com>
Trott
commented
Oct 7, 2018
Landed in e5170d4 |
Unreliability for test-trace-events-fs-sync is believed to have been fixed. Remove flaky designation. Ref: #22812 Ref: #21038 (comment) PR-URL: #22856 Refs: #22812 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Refael Ackermann <refack@gmail.com>
Unreliability for test-trace-events-fs-sync is believed to have been fixed. Remove flaky designation. Ref: #22812 Ref: #21038 (comment) PR-URL: #22856 Refs: #22812 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Refael Ackermann <refack@gmail.com>
Unreliability for test-trace-events-fs-sync is believed to have been fixed. Remove flaky designation. Ref: #22812 Ref: #21038 (comment) PR-URL: #22856 Refs: #22812 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Refael Ackermann <refack@gmail.com>
Unreliability for test-trace-events-fs-sync is believed to have been
fixed. Remove flaky designation.
Ref: #22812
Ref: #21038 (comment)
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes