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

3 tests fail randomly #2320

Open
bmwiedemann opened this issue Oct 2, 2023 · 0 comments
Open

3 tests fail randomly #2320

bmwiedemann opened this issue Oct 2, 2023 · 0 comments

Comments

@bmwiedemann
Copy link

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:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant