Tests brake after each 2nd run
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DEFUNCT: Mailman 3 Web UI |
Fix Committed
|
Undecided
|
Florian Fuchs |
Bug Description
Running
python manage.py test
the first run is fine - all following attempt will fail - i assume our testing mailman instance is somehow shut down.
e.g.
File "/home/
Failed example:
response = c.get(url)
Exception raised:
Traceback (most recent call last):
File "/usr/local/
File "<doctest mailman_
response = c.get(url)
File "/usr/local/
response = super(Client, self).get(path, data=data, **extra)
File "/usr/local/
return self.request(**r)
File "/usr/local/
response = callback(request, *callback_args, **callback_kwargs)
File "/home/
the_list = c.get_list(
File "/home/
File "/home/
response, content = Http().request(url, method, data, headers)
File "/usr/lib/
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "/usr/lib/
(response, content) = self._conn_
File "/usr/lib/
File "/usr/lib/
raise socket.error, msg
error: [Errno 111] Connection refused
Related branches
Changed in mailmanweb: | |
assignee: | nobody → Florian Fuchs (flo-fuchs) |
status: | New → In Progress |
Changed in mailmanweb: | |
status: | In Progress → Fix Committed |
Test setup config still uses [qrunner.*] section names (new: [runner.*]