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

Restore and activate nock #2564

Merged
merged 1 commit into from
Jul 23, 2020
Merged

Restore and activate nock #2564

merged 1 commit into from
Jul 23, 2020

Conversation

mdrichardson
Copy link
Contributor

@mdrichardson mdrichardson commented Jul 23, 2020

Related to: #2563

Core issue is that the -connector metadata tests break after running npm run test multiple times. This is band-aid fix that addresses the symptom but not the real problem, which I believe is nock cross-pollution between tests. Tracking that in the issue above to fix tomorrow.

Edit post-merge:

After more digging, it seems less like a nock.restore() issue and more like a multiple-nock-instances concurrency issue.

@coveralls
Copy link

coveralls commented Jul 23, 2020

Pull Request Test Coverage Report for Build 149212

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 81.6%

Totals Coverage Status
Change from base Build 149093: 0.0%
Covered Lines: 13376
Relevant Lines: 15633

💛 - Coveralls

Copy link
Member

@stevengum stevengum left a comment

Choose a reason for hiding this comment

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

:shipit:

@stevengum stevengum merged commit 93257b9 into master Jul 23, 2020
@stevengum stevengum deleted the mdrichardson/nockQuickFix branch July 23, 2020 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants