-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: changed test-http2-respond-file-range to use fixturesDir direct… #15852
Conversation
…ly from fixtures module.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change looks good.
@michirue if you have a chance, would you be able to clean up the commit message so that the first line if less than 50 characters?
If not, maybe whoever lands this could clean it up when they do.
@@ -14,7 +15,7 @@ const { | |||
HTTP2_HEADER_LAST_MODIFIED | |||
} = http2.constants; | |||
|
|||
const fname = path.resolve(common.fixturesDir, 'printA.js'); | |||
const fname = path.resolve(fixturesDir, 'printA.js'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: this could be fixtures.fixturesPath('printA.js')
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, it would be fixtures.path('printA.js')
Failures are unrelated landing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Landed as d60f9b7. |
Changed test-http2-respond-file-range to use fixtures.path directly instead of passing through the common module. PR-URL: #15852 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ryan Graham <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Changed test-http2-respond-file-range to use fixtures.path directly instead of passing through the common module. PR-URL: nodejs/node#15852 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ryan Graham <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Changed test-http2-respond-file-range to use fixtures.path directly instead of passing through the common module. PR-URL: #15852 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ryan Graham <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
…ly from fixtures module.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)