Skip to content

Library Integration tests are hanging. #59

@ernstleierzopf

Description

@ernstleierzopf

Subject of the issue

Recent changes in DetectMateService break tests in library_integration.
Recreated old branch adapt_library_integration_tests where integration tests work.

See differences in PR #58 to fix issue

Your environment

  • DetectMateLibrary@workflow-actions-branching or @main
  • DetectMateService@main or development -> tests hang
  • DetectMateService@adapt_library_integration_tests -> integration tests work

Steps to reproduce

cd DetectMateLibrary && git checkout workflow-actions-branching && cd ../DetectMateService && git checkout main
uv run pytest -> stuck -> sudo pkill pytest

git checkout adapt_library_integration_tests
rm -r .venv/lib/python3.12/site-packages/detectmatelibrary
cp -r ../DetectMateLibrary/src/* .venv/lib/python3.12/site-packages
uv run --no-sync pytest

Expected behaviour

Tests should be started and not hang

Actual behaviour

Tests are hanging

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions