Re: LiveServerTestCase non-deterministic Remote end closed connection without response

2018-11-17 Thread AdrianB
I'm also seeing this with a slightly simpler scenario that also involves a requests.get inside a LiveServerTestCase. Success/failure is random with failures reporting the same ConnectionError message. Any ideas? -- You received this message because you are subscribed to the Google Groups "Djan

Re: LiveServerTestCase non-deterministic Remote end closed connection without response

2018-10-30 Thread amiranda
Any updates on this issue? I'm having the same issue right now. El jueves, 6 de septiembre de 2018, 0:43:44 (UTC+2), Rares Vernica escribió: > > Hello, > > I have a test script starting a live server using LiveServerTestCase. The > test script issues requests to the server using requests.Session.

LiveServerTestCase non-deterministic Remote end closed connection without response

2018-09-05 Thread Rares Vernica
Hello, I have a test script starting a live server using LiveServerTestCase. The test script issues requests to the server using requests.Session. At random points in the script the Django server decides to close the connection without a response. Here are some more details. My test script is