-
Notifications
You must be signed in to change notification settings - Fork 607
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
elasticsearch: tests against elasticsearch 8 #2420
Merged
ocelotl
merged 3 commits into
open-telemetry:main
from
xrmx:tests-against-elasticsearch-7-8
May 14, 2024
Merged
elasticsearch: tests against elasticsearch 8 #2420
ocelotl
merged 3 commits into
open-telemetry:main
from
xrmx:tests-against-elasticsearch-7-8
May 14, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xrmx
commented
Apr 15, 2024
instrumentation/opentelemetry-instrumentation-elasticsearch/tests/test_elasticsearch.py
Outdated
Show resolved
Hide resolved
xrmx
force-pushed
the
tests-against-elasticsearch-7-8
branch
from
April 15, 2024 14:21
b363792
to
ae58576
Compare
pquentin
reviewed
Apr 17, 2024
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.
The changes make sense to me.
instrumentation/opentelemetry-instrumentation-elasticsearch/test-requirements-8.txt
Outdated
Show resolved
Hide resolved
instrumentation/opentelemetry-instrumentation-elasticsearch/tests/test_elasticsearch.py
Outdated
Show resolved
Hide resolved
instrumentation/opentelemetry-instrumentation-elasticsearch/tests/test_elasticsearch.py
Outdated
Show resolved
Hide resolved
instrumentation/opentelemetry-instrumentation-elasticsearch/tests/test_elasticsearch.py
Outdated
Show resolved
Hide resolved
instrumentation/opentelemetry-instrumentation-elasticsearch/tests/test_elasticsearch.py
Outdated
Show resolved
Hide resolved
xrmx
force-pushed
the
tests-against-elasticsearch-7-8
branch
2 times, most recently
from
April 29, 2024 12:45
4b3f945
to
29f570b
Compare
xrmx
changed the title
WIP elasticsearch: tests against elasticsearch 7 and 8
WIP elasticsearch: tests against elasticsearch 8
Apr 29, 2024
xrmx
force-pushed
the
tests-against-elasticsearch-7-8
branch
4 times, most recently
from
May 2, 2024 15:26
1a619e1
to
520de9f
Compare
xrmx
commented
May 2, 2024
...ry-instrumentation-elasticsearch/src/opentelemetry/instrumentation/elasticsearch/__init__.py
Outdated
Show resolved
Hide resolved
instrumentation/opentelemetry-instrumentation-elasticsearch/tests/test_elasticsearch.py
Outdated
Show resolved
Hide resolved
instrumentation/opentelemetry-instrumentation-elasticsearch/tests/test_elasticsearch.py
Outdated
Show resolved
Hide resolved
xrmx
commented
May 6, 2024
...ry-instrumentation-elasticsearch/src/opentelemetry/instrumentation/elasticsearch/__init__.py
Show resolved
Hide resolved
xrmx
force-pushed
the
tests-against-elasticsearch-7-8
branch
2 times, most recently
from
May 6, 2024 16:33
df7438e
to
503e95d
Compare
xrmx
changed the title
WIP elasticsearch: tests against elasticsearch 8
elasticsearch: tests against elasticsearch 8
May 6, 2024
...ry-instrumentation-elasticsearch/src/opentelemetry/instrumentation/elasticsearch/__init__.py
Show resolved
Hide resolved
xrmx
force-pushed
the
tests-against-elasticsearch-7-8
branch
2 times, most recently
from
May 7, 2024 08:50
1d1c48f
to
92b2699
Compare
xrmx
force-pushed
the
tests-against-elasticsearch-7-8
branch
from
May 13, 2024 12:27
92b2699
to
16ca574
Compare
tammy-baylis-swi
approved these changes
May 14, 2024
ocelotl
approved these changes
May 14, 2024
pquentin
reviewed
May 15, 2024
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.
Thanks! LGTM too. Thanks for fixing the mock to be correct for urllib3 nodes.
shadchin
pushed a commit
to shadchin/opentelemetry-python-contrib
that referenced
this pull request
May 29, 2024
* elasticsearch: bump handled version to 6.0 After 4de0e56 * elasticsearch: tests against elasticsearch 8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Test against recent elasticsearch versions
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.