-
Notifications
You must be signed in to change notification settings - Fork 534
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
fix!(ioredis): net.peer.ip -> db.connection_string #917
fix!(ioredis): net.peer.ip -> db.connection_string #917
Conversation
Codecov Report
@@ Coverage Diff @@
## main #917 +/- ##
==========================================
- Coverage 95.91% 95.68% -0.23%
==========================================
Files 13 16 +3
Lines 856 996 +140
Branches 178 198 +20
==========================================
+ Hits 821 953 +132
- Misses 35 43 +8
|
@open-telemetry/javascript-approvers is this by any chance a known issue that CI is hanging on |
cc @rauno56 since i think you worked a little bit on the ioredis tests ? |
Not that I'm aware of |
what do you know, when I fixed the code, it fixed CI 😭 sorry for the noise |
😮 |
@dyladan - the name of the PR starts with |
According to this it should have treated it as breaking https://github.com/googleapis/release-please#how-should-i-write-my-commits |
BEGIN_COMMIT_OVERRIDE
fix(ioredis)!: net.peer.ip -> db.connection_string
END_COMMIT_OVERRIDE
This is split out of #913 because ioredis tests seem to hang CI.