-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Make test_otel more robust to elastic-transport changes #2470
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
This should not be passing. And indeed, it fails: https://buildkite.com/elastic/elasticsearch-py-integration-tests/builds/1078. Phew. |
This should work now that elastic/elastic-transport-python#153 was merged. buildkite test this please (did not work, I retried in the Buildkite UI instead) |
Merging to fix the main and 8.13 branches. |
(cherry picked from commit ce50d9e)
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.
Completely missed this, LGTM. I think is is the first time I've seen items() comparison that is not equality 😅
Depends on elastic/elastic-transport-python#153