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: improve test-npm-install #5613

Closed
wants to merge 1 commit into from

Conversation

santigimeno
Copy link
Member

Pull Request check-list

Please make sure to review and check all of these items:

  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with
    this change (including linting)?
  • Is the commit message formatted according to CONTRIBUTING.md?
  • If this change fixes a bug (or a performance problem), is a regression
    test (or a benchmark) included?
  • Is a documentation update included (if this change modifies
    existing APIs, or introduces new ones)?

    Affected core subsystem(s)

test

Description of change

Make npm install a dependency that is defined as a relative path, so it
avoids any network interaction.

Ref: #5166 (comment)

Make npm install a dependency that is defined as a relative path, so it
avoids any network interaction.
@MylesBorins MylesBorins added test Issues and PRs related to the tests. npm Issues and PRs related to the npm client dependency or the npm registry. labels Mar 9, 2016
@Trott
Copy link
Member

Trott commented Mar 9, 2016

@jasnell
Copy link
Member

jasnell commented Mar 11, 2016

LGTM

@claudiorodriguez
Copy link
Contributor

LGTM, CI failure doesn't seem related

jasnell pushed a commit that referenced this pull request Mar 14, 2016
Make npm install a dependency that is defined as a relative path, so it
avoids any network interaction.

PR-URL: #5613
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Claudio Rodriguez <[email protected]>
@jasnell
Copy link
Member

jasnell commented Mar 14, 2016

Landed in fbe0b44

@jasnell jasnell closed this Mar 14, 2016
evanlucas pushed a commit that referenced this pull request Mar 14, 2016
Make npm install a dependency that is defined as a relative path, so it
avoids any network interaction.

PR-URL: #5613
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Claudio Rodriguez <[email protected]>
@evanlucas evanlucas mentioned this pull request Mar 14, 2016
rvagg pushed a commit that referenced this pull request Mar 16, 2016
Make npm install a dependency that is defined as a relative path, so it
avoids any network interaction.

PR-URL: #5613
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Claudio Rodriguez <[email protected]>
@MylesBorins
Copy link
Contributor

Going to let this sit a little bit before merging into lts

MylesBorins pushed a commit that referenced this pull request Mar 30, 2016
Make npm install a dependency that is defined as a relative path, so it
avoids any network interaction.

PR-URL: #5613
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Claudio Rodriguez <[email protected]>
MylesBorins pushed a commit that referenced this pull request Mar 30, 2016
Make npm install a dependency that is defined as a relative path, so it
avoids any network interaction.

PR-URL: #5613
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Claudio Rodriguez <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
npm Issues and PRs related to the npm client dependency or the npm registry. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants