daphne/tests
Coread 863b1cebdd Requeue next message immediately to avoid wait queue race condition (#532)
Changes the strategy so that after a message has been put on the wait queue, it is then checked to see if it became the next message during this time and if so, immediately flushed. Will hopefully fix #451.
2017-02-22 11:00:50 -08:00
..
__init__.py Separate tests into own directory. (#531) 2017-02-16 10:22:23 -08:00
a_file Separate tests into own directory. (#531) 2017-02-16 10:22:23 -08:00
models.py Separate tests into own directory. (#531) 2017-02-16 10:22:23 -08:00
settings.py Separate tests into own directory. (#531) 2017-02-16 10:22:23 -08:00
test_binding.py Separate tests into own directory. (#531) 2017-02-16 10:22:23 -08:00
test_delay.py Separate tests into own directory. (#531) 2017-02-16 10:22:23 -08:00
test_generic.py Separate tests into own directory. (#531) 2017-02-16 10:22:23 -08:00
test_handler.py Separate tests into own directory. (#531) 2017-02-16 10:22:23 -08:00
test_http.py Separate tests into own directory. (#531) 2017-02-16 10:22:23 -08:00
test_management.py Separate tests into own directory. (#531) 2017-02-16 10:22:23 -08:00
test_request.py Separate tests into own directory. (#531) 2017-02-16 10:22:23 -08:00
test_routing.py Separate tests into own directory. (#531) 2017-02-16 10:22:23 -08:00
test_sessions.py Requeue next message immediately to avoid wait queue race condition (#532) 2017-02-22 11:00:50 -08:00
test_worker.py Separate tests into own directory. (#531) 2017-02-16 10:22:23 -08:00