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
When running the test suite, tests/test_kinesis.py::test_kinesis_stream_operations seems to stall forever, while it is just downloading the LocalStack OCI image, which certainly takes some time, especially on a slow internet connection.
Proposal
Having a good informational message emitted by pytest before invoking the (implicit) docker pull operation will certainly be nice, in order to inform users better about what's currently going on, and that the duration of the next step will depend on the speed of the internet connection.
The text was updated successfully, but these errors were encountered:
amotl
changed the title
Bad usability when running software tests
Bad usability when running software tests the first time
Aug 16, 2024
Problem
When running the test suite,
tests/test_kinesis.py::test_kinesis_stream_operations
seems to stall forever, while it is just downloading the LocalStack OCI image, which certainly takes some time, especially on a slow internet connection.Proposal
Having a good informational message emitted by pytest before invoking the (implicit)
docker pull
operation will certainly be nice, in order to inform users better about what's currently going on, and that the duration of the next step will depend on the speed of the internet connection.The text was updated successfully, but these errors were encountered: