-
Notifications
You must be signed in to change notification settings - Fork 355
fix(elasticsearch): Use wait strategy instead of deprecated decorator #915
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(elasticsearch): Use wait strategy instead of deprecated decorator #915
Conversation
|
@alexanderankin whenever you have time please take a look |
|
@alexanderankin kind reminder |
afd19bc to
3fe0eb8
Compare
3fe0eb8 to
2d39872
Compare
|
@alexanderankin please take a look |
|
lets see the tests pass on python 3.9 for the module and then merge |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #915 +/- ##
==========================================
- Coverage 78.18% 77.93% -0.25%
==========================================
Files 14 14
Lines 1210 1210
Branches 187 187
==========================================
- Hits 946 943 -3
- Misses 222 226 +4
+ Partials 42 41 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@alexanderankin Huge thanks! Tests seem to pass. The codecov and docs/build jobs fail in the main branch. |
Part of fixing #874.
Decided to remove
get_urlmethod as it's no longer used and is not part of the protocol.