-
Notifications
You must be signed in to change notification settings - Fork 154
tests(all): bump go-vcr to v3.2.0 #4909
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
base: master
Are you sure you want to change the base?
Conversation
61681b3
to
d5a9323
Compare
d5a9323
to
62cd17c
Compare
0ae9b33
to
8f72ace
Compare
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## master #4909 +/- ##
===========================================
- Coverage 75.45% 56.27% -19.19%
===========================================
Files 202 308 +106
Lines 44323 77924 +33601
===========================================
+ Hits 33444 43850 +10406
- Misses 9653 32663 +23010
- Partials 1226 1411 +185 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
eaf798a
to
7a193a5
Compare
# Conflicts: # go.mod # Conflicts: # internal/namespaces/baremetal/v1/testdata/test-baremetal-list-offer-simple.golden
rdb cassette that drifted again
b36e64b
to
a8f870d
Compare
@@ -1,41 +1,3 @@ | |||
--- |
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.
Why this interaction is not preserved?
@@ -1,44 +1,3 @@ | |||
--- | |||
version: 1 |
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.
Why is this interaction not preserved?
go-vcr
introduced a very helpfulSkipRequestLatency
option on the recorder in version 3. This will allow us to replay cassettes a lot faster because interactions will not simulate the requests' duration anymore.This is a breaking change however, and we should re-record all cassettes with the new version.
The following changes had to be made in the tests: