Uh oh!
There was an error while loading. Please reload this page.
test: continue normalizing fixtures use - #14716
Conversation
There was a problem hiding this comment.
I had to add this because the common package is not used after this change and therefore it conflicted withno-unused-vars
There was a problem hiding this comment.
You can just use require('../common').
Trott
left a comment
There was a problem hiding this comment.
Pretty sure an encoding needs to be sent to readKey() if you want a string rather than a buffer. Probably best to keep the tests behavior the same, so we probably want to do that...
targos
commented
Aug 10, 2017
@Trott this is also true for |
Trott
commented
Aug 10, 2017
db04014 to
80c5d6aComparemaasencioh
commented
Aug 11, 2017
I solved the conflicts with master and after that I have this error: Any idea why if I don't modify this file I got an error there? |
jasnell
commented
Aug 23, 2017
It's because you modified this file: test/fixtures/module-require-symlink/symlinked.js Generally, I would not change any of the files in the actual fixtures directory. |
maasencioh
commented
Aug 24, 2017
indeed @jasnell , I had a typo in there, now all the test are passing, but I don't know if you want me to revert the ones in fixtures then? |
jasnell
commented
Aug 24, 2017
So long as all of the tests are passing, then it should be fine with the fixtures files edits. Those just tend to be very touchy with a number of the tests so it's best to be cautious. We'll get a good CI run and see where we're at. I really appreciate you doing this btw! |
maasencioh
commented
Aug 24, 2017
it's a great pleasure, I didn't have time to touch all the ones in parallel, but it's on my bucket list! |
tniessen
left a comment
There was a problem hiding this comment.
I know we are not too strict about this in other test files, but if you get to test/parallel, remember to keep the imports in ASCII order.
BridgeAR
commented
Aug 28, 2017
Landed in 9a5c3cf |
maasencioh
commented
Aug 28, 2017
sorry to @tniessen , I didn't knew it but I'll have it in mind for next pr, thank you! |
PR-URL: nodejs/node#14716 Refs: nodejs/node#14332 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
PR-URL: nodejs/node#14716 Refs: nodejs/node#14332 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Continues with the job proposed by @jasnell (there's still 217 occurrences in
test/parallel)Refs: #14332
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test