-
Notifications
You must be signed in to change notification settings - Fork 641
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
Decide what to do w/ elastic instrumentation for version 7+ #620
Comments
It should be pretty easy to mock the API check request and ensure it returns with |
More context from Alex's PR and slack, the tox output shows:
and the error messages (for the ones that failed and didn't hang) say
I agree it should be easy to mock. But will that fix the hanging |
Yeah we'll need to dig deeper. Mocking and making it accept the connection would be the first step anyway. |
This issue was marked stale due to lack of activity. It will be closed in 30 days. |
The elastic instrumentation fails as of version 7.14.0, this was blocking CI due to some failures in the multithreaded tests that hangs indefinitely. The tests have been removed from tox, this issue is to decide what to do next.
More context:
https://github.com/elastic/elasticsearch-py/releases/tag/v7.14.0
https://elasticsearch-py.readthedocs.io/en/v7.14.0/transports.html#product-check-on-first-request
The text was updated successfully, but these errors were encountered: