-
Notifications
You must be signed in to change notification settings - Fork 292
Closed
Labels
Area: SDKGeneral SDK issues that don't clearly map to other areas (e.g.: helper methods)General SDK issues that don't clearly map to other areas (e.g.: helper methods)Size: LThe issue is complex but it is well understood, it will take 4 to 8 days to completeThe issue is complex but it is well understood, it will take 4 to 8 days to completebacklogThe issue is out of scope for the current iteration but it will be evaluated in a future release.The issue is out of scope for the current iteration but it will be evaluated in a future release.blockedCurrent progress is blocked on something else.Current progress is blocked on something else.
Description
This is a tracking issue that I'll address after we decide how we want to an SDK-wide issue that impacts this
Issues
nock-helperbreaks nock for other tests because it overrides pieces of Node'shttpmodule. Caused this issue- I believe we call
nock.restore()andnock.cleanAll()in ways that will make running tests in parallel very difficult or impossible
To Fix
- Remove
nock-helperand replace calls to it with the appropriatenockmethod. - Ensure we don't call
nock.cleanAll()andnock.restore()more than absolutely necessary
Metadata
Metadata
Assignees
Labels
Area: SDKGeneral SDK issues that don't clearly map to other areas (e.g.: helper methods)General SDK issues that don't clearly map to other areas (e.g.: helper methods)Size: LThe issue is complex but it is well understood, it will take 4 to 8 days to completeThe issue is complex but it is well understood, it will take 4 to 8 days to completebacklogThe issue is out of scope for the current iteration but it will be evaluated in a future release.The issue is out of scope for the current iteration but it will be evaluated in a future release.blockedCurrent progress is blocked on something else.Current progress is blocked on something else.