-
Notifications
You must be signed in to change notification settings - Fork 333
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
chore(deps) use google/uuid instead of k8s.io/apimachinery/pkg/util/uuid #2886
chore(deps) use google/uuid instead of k8s.io/apimachinery/pkg/util/uuid #2886
Conversation
8a4dd6c
to
446d9d8
Compare
Maybe the inverse change is preferred? |
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
446d9d8
to
b1d9ee8
Compare
True, updated this PR |
Codecov Report
@@ Coverage Diff @@
## master #2886 +/- ##
==========================================
+ Coverage 52.31% 52.34% +0.02%
==========================================
Files 900 900
Lines 52296 52296
==========================================
+ Hits 27361 27373 +12
+ Misses 22756 22743 -13
- Partials 2179 2180 +1
Continue to review full report at Codecov.
|
@michaelbeaumont probably should use |
Good point, I somehow didn't realize that's even an exported method. Is that written as a |
Generally, I have seen this kind of thing used in test fixtures. I don't know that there's a general policy. I expect it's ad-hoc when someone needed a stable value for testing. kuma/pkg/xds/server/callbacks/dataplane_status_tracker_test.go Lines 36 to 49 in b4ed8e6
|
Summary
Use
google/uuid
to generate UUIDs