Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uptest: remove common.fileExists() #22151
Conversation
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
added
the
test
label
Aug 6, 2018
This comment has been minimized.
This comment has been minimized.
richardlau
approved these changes
Aug 6, 2018
starkwang
approved these changes
Aug 6, 2018
maclover7
approved these changes
Aug 6, 2018
targos
approved these changes
Aug 6, 2018
fesebuv
reviewed
Aug 6, 2018
fesebuv left a comment
|
Seems good to me, but I would advice to double check why some tests are failing. |
This comment has been minimized.
This comment has been minimized.
|
https://ci.nodejs.org/job/node-test-commit-custom-suites/458/default/console failed because of stale processes. Resume Build: https://ci.nodejs.org/job/node-test-pull-request/16225/ |
lpinca
approved these changes
Aug 6, 2018
cjihrig
approved these changes
Aug 6, 2018
ChALkeR
approved these changes
Aug 6, 2018
|
LGTM if tests pass. |
This comment has been minimized.
This comment has been minimized.
|
Line 36 in a4c1cf5 |
Trott
force-pushed the
Trott:existsSync
branch
from
3cdcba4
to
4d0bc78
Aug 6, 2018
This comment has been minimized.
This comment has been minimized.
|
CI with @targos's comment addressed: https://ci.nodejs.org/job/node-test-pull-request/16231/ |
BridgeAR
approved these changes
Aug 6, 2018
benjamingr
approved these changes
Aug 6, 2018
jasnell
approved these changes
Aug 6, 2018
trivikr
approved these changes
Aug 7, 2018
tniessen
approved these changes
Aug 7, 2018
fhinkel
approved these changes
Aug 8, 2018
Trott
added a commit
to Trott/io.js
that referenced
this pull request
Aug 8, 2018
This comment has been minimized.
This comment has been minimized.
|
Landed in 41ae423 |
Trott
closed this
Aug 8, 2018
This comment has been minimized.
This comment has been minimized.
|
Strangely, we have CI fails now due to this test: See #22104 (comment) |
vsemozhetbyt
referenced this pull request
Aug 8, 2018
Closed
doc: add doc for --loader option #22104
This comment has been minimized.
This comment has been minimized.
That test was added to the codebase in between the last CI for this PR (2 days ago) and it landing today. |
richardlau
added a commit
to richardlau/node-1
that referenced
this pull request
Aug 8, 2018
richardlau
referenced this pull request
Aug 8, 2018
Closed
fixup: test: remove common.fileExists() #22200
This comment has been minimized.
This comment has been minimized.
|
Fix for the additional test: #22200 |
MylesBorins
added a commit
that referenced
this pull request
Aug 8, 2018
This comment has been minimized.
This comment has been minimized.
|
Oops! Add this to the list of reasons to get https://github.com/nodejs/commit-queue happening. @nodejs/commit-queue |
targos
added a commit
that referenced
this pull request
Aug 11, 2018
targos
added a commit
that referenced
this pull request
Aug 11, 2018
targos
added a commit
that referenced
this pull request
Aug 11, 2018
This was referenced Aug 16, 2018
This comment has been minimized.
This comment has been minimized.
|
|
Trott commentedAug 6, 2018
common.fileExists() can be replaced with fs.existsSync().
fs.existsSync()was undeprecated in Node.js 6.8.0.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes