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: remove superfluous check in pummel/test-timers #34488

Merged
merged 0 commits into from Jul 25, 2020

Conversation

Trott
Copy link
Member

@Trott Trott commented Jul 23, 2020

If setTimeout is not a function, this test and most other tests would
fail. There is no need to check it.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Jul 23, 2020
@nodejs-github-bot
Copy link
Collaborator

@Trott Trott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 24, 2020
@Trott
Copy link
Member Author

Trott commented Jul 24, 2020

@nodejs/testing @nodejs/timers

@Trott
Copy link
Member Author

Trott commented Jul 24, 2020

@nodejs/testing @nodejs/timers

Pinging because this could use a second approval.

@Trott

This comment has been minimized.

@Trott
Copy link
Member Author

Trott commented Jul 24, 2020

@rexagod
Copy link
Member

rexagod commented Jul 24, 2020

This seems to be a problem with node-test-commit-custom-suites-freestyle itself. I ran https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/15582 with the same parameters without these changes (i.e., pummel on master), which reported similar error log.

@richardlau
Copy link
Member

Sorry, that's my fault, I've been editing the job so that it can also run on IBM i.

I've restarted the pummel CI: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/15583/

@Trott
Copy link
Member Author

Trott commented Jul 25, 2020

Landed in de19224

@Trott Trott closed this Jul 25, 2020
@Trott Trott merged commit de19224 into nodejs:master Jul 25, 2020
@Trott Trott deleted the no-func-check branch July 25, 2020 04:26
MylesBorins pushed a commit that referenced this pull request Jul 27, 2020
If setTimeout is not a function, this test and most other tests would
fail. There is no need to check it.

PR-URL: #34488
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
@ruyadorno ruyadorno mentioned this pull request Jul 28, 2020
addaleax pushed a commit that referenced this pull request Sep 22, 2020
If setTimeout is not a function, this test and most other tests would
fail. There is no need to check it.

PR-URL: #34488
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
addaleax pushed a commit that referenced this pull request Sep 22, 2020
If setTimeout is not a function, this test and most other tests would
fail. There is no need to check it.

PR-URL: #34488
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
@codebytere codebytere mentioned this pull request Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants