-
Notifications
You must be signed in to change notification settings - Fork 83
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 query params issue dependent on bug in httpx<0.28 #1482
Conversation
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.
Orca Security Scan Summary
Status | Check | Issues by priority | |
---|---|---|---|
Passed | Infrastructure as Code | 0 0 0 0 | View in Orca |
Passed | Secrets | 0 0 0 0 | View in Orca |
Passed | Vulnerabilities | 0 0 0 0 | View in Orca |
Add test case to ensure a shard is created after the tenant creation Signed-off-by: Rodrigo Lopez <[email protected]>
93c1e68
to
cf15efe
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1482 +/- ##
==========================================
- Coverage 93.98% 89.94% -4.04%
==========================================
Files 221 174 -47
Lines 21332 14919 -6413
==========================================
- Hits 20048 13419 -6629
- Misses 1284 1500 +216 ☔ View full report in Codecov by Sentry. |
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.
Thank you very much for finding and raising this bug! @rlmanrique 😁
I'll push a new version with this fix now
We are running into this bug/change with httpx: encode/httpx#3433
This PR: