Skip to content
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

flaky: test.parallel/test-trace-events-fs-sync #22238

Closed
refack opened this issue Aug 10, 2018 · 1 comment
Closed

flaky: test.parallel/test-trace-events-fs-sync #22238

refack opened this issue Aug 10, 2018 · 1 comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. flaky-test Issues and PRs related to the tests with unstable failures on the CI. trace_events Issues and PRs related to V8, Node.js core, and userspace code trace events.

Comments

@refack
Copy link
Contributor

refack commented Aug 10, 2018

I've seen it fail on linuxONE (maybe because it runs more often than others because of the lite job). All are SIGSEGV but event varies (e.g. chmod / symlink / mkdtemp / ...).

assert.js:84
  throw new AssertionError(obj);
  ^

AssertionError [ERR_ASSERTION]: fs.sync.chmod:
{ status: null,
  signal: 'SIGSEGV',
  output: [ null, '', '' ],
  pid: 57470,
  stdout: '',
  stderr: '' }
    at Object.<anonymous> (/data/iojs/build/workspace/node-test-commit-linuxone/nodes/rhel72-s390x/test/parallel/test-trace-events-fs-sync.js:139:10)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
    at startup (internal/bootstrap/node.js:257:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:594:3)

@nodejs/testing @nodejs/trace-events

@refack refack added flaky-test Issues and PRs related to the tests with unstable failures on the CI. trace_events Issues and PRs related to V8, Node.js core, and userspace code trace events. labels Aug 10, 2018
@addaleax
Copy link
Member

addaleax commented Aug 10, 2018

I think this is a duplicate of #21038

@addaleax addaleax added the duplicate Issues and PRs that are duplicates of other issues or PRs. label Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. flaky-test Issues and PRs related to the tests with unstable failures on the CI. trace_events Issues and PRs related to V8, Node.js core, and userspace code trace events.
Projects
None yet
Development

No branches or pull requests

2 participants