The Wayback Machine - https://web.archive.org/web/20220421115541/https://github.com/nodejs/node/pull/10315
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

test: refactor test-timers-this #10315

Closed
wants to merge 1 commit into from
Closed

test: refactor test-timers-this #10315

wants to merge 1 commit into from

Conversation

Copy link
Member

@Trott Trott commented Dec 17, 2016

  • use common.mustCall() and eliminate exit handler
  • provide timer durtion of 1ms where previously omitted
  • var -> const
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

* use common.mustCall() and eliminate exit handler
* provide timer durtion of 1ms where previously omitted
* var -> const
@Trott Trott added test timers labels Dec 17, 2016
@nodejs-github-bot nodejs-github-bot added test lts-watch-v6.x labels Dec 17, 2016
Copy link
Member

@Fishrock123 Fishrock123 left a comment

@Trott
Copy link
Member Author

@Trott Trott commented Dec 20, 2016

The two test failures appear unrelated but are troublingly similar:

https://ci.nodejs.org/job/node-test-binary-arm/5361/RUN_SUBSET=4,label=pi1-raspbian-wheezy/console:

not ok 107 parallel/test-npm-install
  ---
  duration_ms: 180.179
  severity: fail
  stack: |-
    timeout

https://ci.nodejs.org/job/node-test-binary-arm/5361/RUN_SUBSET=4,label=pi2-raspbian-wheezy/console:

not ok 107 parallel/test-npm-install
  ---
  duration_ms: 120.241
  severity: fail
  stack: |-
    timeout

I'm going to run CI again out of an abundance of caution.

@Trott
Copy link
Member Author

@Trott Trott commented Dec 21, 2016

@Trott
Copy link
Member Author

@Trott Trott commented Dec 21, 2016

And CI was restarted in the middle of that last run or something and data was lost all over the place.

Let's try again: CI: https://ci.nodejs.org/job/node-test-pull-request/5503/

@Trott
Copy link
Member Author

@Trott Trott commented Dec 21, 2016

Hooray, CI is green.

Trott added a commit to Trott/io.js that referenced this issue Dec 21, 2016
* use common.mustCall() and eliminate exit handler
* provide timer durtion of 1ms where previously omitted
* var -> const

PR-URL: nodejs#10315
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
@Trott
Copy link
Member Author

@Trott Trott commented Dec 21, 2016

Landed in 6cb33c0

@Trott Trott closed this Dec 21, 2016
targos pushed a commit that referenced this issue Dec 28, 2016
* use common.mustCall() and eliminate exit handler
* provide timer durtion of 1ms where previously omitted
* var -> const

PR-URL: #10315
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
evanlucas pushed a commit that referenced this issue Jan 3, 2017
* use common.mustCall() and eliminate exit handler
* provide timer durtion of 1ms where previously omitted
* var -> const

PR-URL: #10315
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
evanlucas pushed a commit that referenced this issue Jan 4, 2017
* use common.mustCall() and eliminate exit handler
* provide timer durtion of 1ms where previously omitted
* var -> const

PR-URL: #10315
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
MylesBorins pushed a commit that referenced this issue Jan 22, 2017
* use common.mustCall() and eliminate exit handler
* provide timer durtion of 1ms where previously omitted
* var -> const

PR-URL: #10315
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
MylesBorins pushed a commit that referenced this issue Jan 23, 2017
* use common.mustCall() and eliminate exit handler
* provide timer durtion of 1ms where previously omitted
* var -> const

PR-URL: #10315
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
MylesBorins pushed a commit that referenced this issue Jan 24, 2017
* use common.mustCall() and eliminate exit handler
* provide timer durtion of 1ms where previously omitted
* var -> const

PR-URL: #10315
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
MylesBorins pushed a commit that referenced this issue Jan 24, 2017
* use common.mustCall() and eliminate exit handler
* provide timer durtion of 1ms where previously omitted
* var -> const

PR-URL: #10315
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
@MylesBorins MylesBorins mentioned this pull request Jan 24, 2017
@MylesBorins MylesBorins mentioned this pull request Jan 24, 2017
MylesBorins pushed a commit that referenced this issue Jan 31, 2017
* use common.mustCall() and eliminate exit handler
* provide timer durtion of 1ms where previously omitted
* var -> const

PR-URL: #10315
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
MylesBorins pushed a commit that referenced this issue Feb 1, 2017
* use common.mustCall() and eliminate exit handler
* provide timer durtion of 1ms where previously omitted
* var -> const

PR-URL: #10315
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
@Trott Trott deleted the timer-this branch Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test timers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.