moto/tests/test_sqs
David Laban d560ff002d
Remove microsleep (#1903)
Use `threading.Condition` instead of `sleep()` to prevent high cpu usage while SQS long polling on an empty queue. 

Ref: #871
Ref: #1916

Co-authored-by: Brian Pandola <bpandola@gmail.com>
2022-11-05 06:09:58 -07:00
..
__init__.py Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_integration.py Remove deprecated decorators + boto dependency (#4378) 2022-01-18 14:18:57 -01:00
test_server.py Remove microsleep (#1903) 2022-11-05 06:09:58 -07:00
test_sqs_cloudformation.py MultiAccount support (#5192) 2022-08-13 09:49:43 +00:00
test_sqs_integration.py Remove unnecessary dependencies EC2/SQS (#4094) 2021-07-29 06:38:16 +01:00
test_sqs_multiaccount.py MultiAccount support (#5192) 2022-08-13 09:49:43 +00:00
test_sqs.py SQS: Ensure we use the correct queue names in tests (#5632) 2022-11-02 14:49:44 -01:00