Skip to content

test: remove test/gc, integrate into parallel - #22001

Closed
addaleax wants to merge 2 commits into
nodejs:masterfrom
addaleax:no-gc-tests
Closed

test: remove test/gc, integrate into parallel#22001
addaleax wants to merge 2 commits into
nodejs:masterfrom
addaleax:no-gc-tests

Conversation

@addaleax

Copy link
Copy Markdown
Member

There’s no reason to have a separate addon just for
testing GC anymore.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

/cc @nodejs/build-files @nodejs/testing

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-botnodejs-github-bot added build Issues and PRs related to build files or the CI. windows Issues and PRs related to the Windows platform. labels Jul 27, 2018
There’s no reason to have a separate addon just for
testing GC anymore.
@addaleax

addaleax commented Jul 27, 2018

Copy link
Copy Markdown
MemberAuthor

@addaleaxaddaleax added test Issues and PRs related to the tests. and removed windows Issues and PRs related to the Windows platform. labels Jul 27, 2018

@refackrefack left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕺
Removing obsolete code is my favorite kind of change

@maclover7

Copy link
Copy Markdown
Contributor

Can you remove the gc entry from IGNORED_SUITES and the test directories docs

@addaleax

Copy link
Copy Markdown
MemberAuthor

@maclover7 Done :)

@maclover7

Copy link
Copy Markdown
Contributor

@maclover7maclover7 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 29, 2018
@addaleax

Copy link
Copy Markdown
MemberAuthor

@addaleax

Copy link
Copy Markdown
MemberAuthor

Landed in 02badc4

@addaleaxaddaleax closed this Aug 1, 2018
addaleax added a commit that referenced this pull request Aug 1, 2018
There’s no reason to have a separate addon just for
testing GC anymore.
PR-URL: #22001
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@addaleax
addaleax deleted the no-gc-tests branch August 1, 2018 16:10
targos pushed a commit that referenced this pull request Aug 1, 2018
There’s no reason to have a separate addon just for
testing GC anymore.
PR-URL: #22001
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@rvaggrvagg mentioned this pull request Aug 13, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.buildIssues and PRs related to build files or the CI.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

@addaleax@nodejs-github-bot@maclover7@refack@jasnell@benjamingr@cjihrig@richardlau@BridgeAR@trivikr