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

Fix Qdrant tests on CI #1337

Open
burnash opened this issue May 7, 2024 · 1 comment
Open

Fix Qdrant tests on CI #1337

burnash opened this issue May 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@burnash
Copy link
Collaborator

burnash commented May 7, 2024

Background

These tests:

fail with the following exception:

qdrant_client.http.exceptions.UnexpectedResponse: Unexpected Response: 503 (Service Unavailable)

Example actions:

Task

Make sure the CI is not failing. Investigate the cause of the exception. If it is not possible to fix the cluster, run the Qdrant in docker (see Weaviate for example: https://github.com/dlt-hub/dlt/blob/devel/.github/weaviate-compose.yml) and connect the tests to the dockerized instance.

@burnash burnash added the bug Something isn't working label May 7, 2024
@sh-rp
Copy link
Collaborator

sh-rp commented May 8, 2024

NOTE: To re-enable the failing tests remove them from SKIPPED_TESTS in docs/tools/prepare_examples_tests.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: In Progress
Development

No branches or pull requests

2 participants