We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building python-elasticsearch on a fast (DDR5-generation) machine, it fails tests often. On an older machine, it passes.
Elasticsearch version (bin/elasticsearch --version): NA
bin/elasticsearch --version
elasticsearch-py version (elasticsearch.__versionstr__): 8.10.0
elasticsearch-py
elasticsearch.__versionstr__
Please make sure the major version matches the Elasticsearch server you are running.
Description of the problem including expected versus actual behavior:
Steps to reproduce:
on Debian or openSUSE:
osc checkout openSUSE:Factory/python-elasticsearch && cd $_ osc build --clean --noservice --vm-type=kvm -j1 standard
We just run pytest there.
result:
FAILED test_elasticsearch/test_async/test_transport.py::TestTransport::test_sniff_uses_sniff_timeout FAILED test_elasticsearch/test_async/test_transport.py::TestTransport::test_sniff_on_node_failure_triggers[exception-extra_value0] FAILED test_elasticsearch/test_async/test_transport.py::TestTransport::test_sniff_on_node_failure_triggers[status-500] =========== 3 failed, 221 passed, 121 skipped, 28 warnings in 1.94s ============
full log: https://rb.zq1.de/temp/python-elasticsearch-build-log.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When building python-elasticsearch on a fast (DDR5-generation) machine, it fails tests often. On an older machine, it passes.
Elasticsearch version (
bin/elasticsearch --version
):NA
elasticsearch-py
version (elasticsearch.__versionstr__
):8.10.0
Please make sure the major version matches the Elasticsearch server you are running.
Description of the problem including expected versus actual behavior:
Steps to reproduce:
on Debian or openSUSE:
We just run pytest there.
result:
full log: https://rb.zq1.de/temp/python-elasticsearch-build-log.txt
The text was updated successfully, but these errors were encountered: