Changes between Version 2 and Version 3 of Ticket #27596


Ignore:
Timestamp:
Dec 13, 2016, 10:05:17 AM (7 years ago)
Author:
Tim Graham
Comment:

Could you please bisect to find the commit where the behavior changed?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27596 – Description

    v2 v3  
    11I get the following error when using LiveServerTestCase along with lettuce:
    2 
     2{{{
    33Traceback (most recent call last):
    44  File "./manage.py", line 22, in <module>
     
    1919    raise cls.server_thread.error
    2020socket.error: [Errno 98] Address already in use
    21 
     21}}}
    2222To reproduce the bug I've attached my Django project that can be run.
    2323
Back to Top