pchramesh commented on issue #1999:
URL: https://github.com/apache/iggy/issues/1999#issuecomment-3065985461
Thanks.
yes the tests pass with "docker run --rm -p 8080:8080 -p 3000:3000 -p
8090:8090 apache/iggy:edge"
pytest tests/ -v
======================================================================= test
session starts
========================================================================
platform darwin -- Python 3.9.21, pytest-8.4.1, pluggy-1.6.0
--iggy/foreign/python/iggy-python-env/bin/python
configfile: pyproject.toml
plugins: xdist-3.8.0, timeout-2.4.0, asyncio-0.26.0
asyncio: mode=auto, asyncio_default_fixture_loop_scope=session,
asyncio_default_test_loop_scope=function
collected 12 items
tests/test_iggy_sdk.py::TestConnectivity::test_ping PASSED
[ 8%]
tests/test_iggy_sdk.py::TestConnectivity::test_client_not_none PASSED
[ 16%]
tests/test_iggy_sdk.py::TestStreamOperations::test_create_and_get_stream
PASSED
[ 25%]
tests/test_iggy_sdk.py::TestStreamOperations::test_list_streams PASSED
[ 33%]
tests/test_iggy_sdk.py::TestTopicOperations::test_create_and_get_topic
PASSED
[ 41%]
tests/test_iggy_sdk.py::TestTopicOperations::test_list_topics PASSED
[ 50%]
tests/test_iggy_sdk.py::TestMessageOperations::test_send_and_poll_messages
PASSED
[ 58%]
tests/test_iggy_sdk.py::TestMessageOperations::test_message_properties
PASSED
[ 66%]
tests/test_iggy_sdk.py::TestPollingStrategies::test_polling_strategies
PASSED
[ 75%]
tests/test_iggy_sdk.py::TestErrorHandling::test_duplicate_stream_creation
PASSED
[ 83%]
tests/test_iggy_sdk.py::TestErrorHandling::test_get_nonexistent_stream
PASSED
[ 91%]
tests/test_iggy_sdk.py::TestErrorHandling::test_create_topic_in_nonexistent_stream
PASSED
[100%]
======================================================================== 12
passed in 0.24s
========================================================================
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]