-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
smartosIssues and PRs related to the SmartOS platform.Issues and PRs related to the SmartOS platform.testIssues and PRs related to the tests.Issues and PRs related to the tests.timersIssues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
Description
Seeing flaky results in LTS
https://ci.nodejs.org/job/node-test-commit-smartos/813/
# [FAIL] Interval fired 5/5 times.
# /home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos14-64/test/parallel/test-timers-unrefd-interval-still-fires.js:14
# throw new Error('Test timed out. keepOpen was not canceled.');
# ^
#
# Error: Test timed out. keepOpen was not canceled.
# at null._onTimeout (/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos14-64/test/parallel/test-timers-unrefd-interval-still-fires.js:14:9)
# at Timer.listOnTimeout (timers.js:92:15)
https://ci.nodejs.org/job/node-test-commit-smartos/810/
not ok 757 test-timers-unrefd-interval-still-fires.js
# [FAIL] Interval fired 4/5 times.
# /home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos14-64/test/parallel/test-timers-unrefd-interval-still-fires.js:14
# throw new Error('Test timed out. keepOpen was not canceled.');
# ^
#
# Error: Test timed out. keepOpen was not canceled.
# at null._onTimeout (/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos14-64/test/parallel/test-timers-unrefd-interval-still-fires.js:14:9)
# at Timer.listOnTimeout (timers.js:92:15)
Passes on job 811 and 812 though.
Running one more time to see if it fails again
Metadata
Metadata
Assignees
Labels
smartosIssues and PRs related to the SmartOS platform.Issues and PRs related to the SmartOS platform.testIssues and PRs related to the tests.Issues and PRs related to the tests.timersIssues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.