You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit tests complete. Or the developer guide tells me I'm supposed to start something else up before running them.
What is your host/environment?
platform darwin -- Python 3.9.6, pytest-7.4.3, pluggy-1.3.0
Apple M2 Max
macOS Sonoma 14.2
Do you have any additional context?
When interrupting with Ctrl-C, I get
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! KeyboardInterrupt !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
/Users/danielwiddis/git/opensearch-sdk-py/src/opensearch_sdk_py/transport/stream_input.py:58: KeyboardInterrupt
(to show a full traceback on KeyboardInterrupt use --full-trace)
=============================================================== 39 passed in 299.74s (0:04:59) ===============================================================
Task exception was never retrieved
future: <Task finished name='Task-40' coro=<AsyncHost.on_connection() done, defined at /Users/danielwiddis/git/opensearch-sdk-py/src/opensearch_sdk_py/server/async_host.py:44> exception=KeyboardInterrupt()>
The text was updated successfully, but these errors were encountered:
What is the bug?
Following a complete uninstall and reinstall of many programs via homebrew, I reinstalled packages per the development guide.
Running
poetry run pytest -v
hangs at about 28% complete, with the log at this point:How can one reproduce the bug?
Start with a clean install on macOS and follow installation steps at https://github.com/opensearch-project/opensearch-sdk-py/blob/main/DEVELOPER_GUIDE.md#building-and-testing
What is the expected behavior?
Unit tests complete. Or the developer guide tells me I'm supposed to start something else up before running them.
What is your host/environment?
platform darwin -- Python 3.9.6, pytest-7.4.3, pluggy-1.3.0
Apple M2 Max
macOS Sonoma 14.2
Do you have any additional context?
When interrupting with Ctrl-C, I get
The text was updated successfully, but these errors were encountered: