Skip to content

Instantly share code, notes, and snippets.

@jbergstroem
Last active August 29, 2015 14:21
Show Gist options
  • Save jbergstroem/d16518d38ef6ddc0e697 to your computer and use it in GitHub Desktop.
Save jbergstroem/d16518d38ef6ddc0e697 to your computer and use it in GitHub Desktop.
io.js state of build flakiness

Flaky tests

Below list is a collection of relatively recent [as of early june, 2015] test failures on iojs jenkins slaves.

Timeouts

These tests fails because the test runs out of time (defaults to 60, higher on arm):

Fixed

Other issues

Fixed
  • test-child-process-spawnsync (win2008r2, win2012r2): most likely a timeout issue since it seems coupled with other tests that behaves similarly

Parallel tests

These tests are run on each vm outside of jenkins invoked by make test or .\vcbuild.bat release nosign x64 test. It calls tools/test.py with the -J flag which checks the number of cores on the host and run that amount of tests in parallel. Each vm runs the suite twice. Tests haven't been run on arm-* because of access.

  • test-child-process-spawnsync (smartos32, smartos64)
  • test-cluster-master-kill (smartos32, smartos64)
  • test-cluster-master-error (smartos32)
  • test-child-process-fork-net2 (smartos64)
  • test-debug-signal-cluster (smartos64)
  • test-fs-access (ubuntu1404-64)
Fixed
  • test-child-process-stdout-flush-exit (centos7-64, freebsd*) (fixed here)
@rvagg
Copy link

rvagg commented May 27, 2015

These are on the next branch but I don't know if they are new or not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment