Skip to content
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

disable elasticcachesearch7 #619

Merged
merged 1 commit into from
Aug 12, 2021
Merged

disable elasticcachesearch7 #619

merged 1 commit into from
Aug 12, 2021

Conversation

codeboten
Copy link
Contributor

this tox task appears to be hanging. This is what I saw when I ran it locally:


test_elasticsearch.py::TestElasticsearchIntegration::test_dsl_create FAILED                                                                        [  8%]
test_elasticsearch.py::TestElasticsearchIntegration::test_dsl_index FAILED                                                                         [ 16%]
test_elasticsearch.py::TestElasticsearchIntegration::test_dsl_search FAILED                                                                        [ 25%]
test_elasticsearch.py::TestElasticsearchIntegration::test_instrumentor FAILED                                                                      [ 33%]
test_elasticsearch.py::TestElasticsearchIntegration::test_multithread 

@codeboten codeboten requested review from a team, owais and srikanthccv and removed request for a team August 12, 2021 16:32
@codeboten
Copy link
Contributor Author

Issue to decide what to do w/ elastic7: #620

@codeboten codeboten added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Aug 12, 2021
Copy link
Contributor

@NathanielRN NathanielRN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Added a comment to add a comment about the issue?

@@ -171,8 +171,8 @@ deps =
elasticsearch5: elasticsearch>=5.0,<6.0
elasticsearch6: elasticsearch-dsl>=6.0,<7.0
elasticsearch6: elasticsearch>=6.0,<7.0
elasticsearch7: elasticsearch-dsl>=7.0,<8.0
elasticsearch7: elasticsearch>=7.0,<8.0
; elasticsearch7: elasticsearch-dsl>=7.0,<8.0
Copy link
Contributor

@NathanielRN NathanielRN Aug 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
; elasticsearch7: elasticsearch-dsl>=7.0,<8.0
; FIXME: Elasticsearch >=7 causes CI workflow tests to hang, see open-telemetry/opentelemetry-python-contrib#620
; elasticsearch7: elasticsearch-dsl>=7.0,<8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants