Closed
Bug 1504617
Opened 7 years ago
Closed 7 years ago
Travis builds failing with "ConnectionError: Error 111 connecting to localhost:6379"
Categories
(Tree Management :: Treeherder, enhancement, P1)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
Details
Attachments
(1 file)
All Travis builds have started failing with:
"""
E ConnectionError: Error 111 connecting to localhost:6379. Connection refused.
../../../venv/lib/python2.7/site-packages/django_redis/cache.py:39: ConnectionError
"""
It looks like Redis server is no longer running by default, which appears to be due to:
https://github.com/travis-ci/travis-cookbooks/pull/999
We'll need to start it manually ourselves now.
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/bb86b7fb6be6edd98406c22e32e6a5363f675ef7
Bug 1504617 - Travis: Explicitly start redis-server (#4227)
Since the service is no longer started by default in the base Travis
image as of travis-ci/travis-cookbooks#999.
Fixes:
```
ConnectionError: Error 111 connecting to localhost:6379. Connection refused.
```
(eg https://travis-ci.org/mozilla/treeherder/jobs/450605269#L880)
| Assignee | ||
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Component: Treeherder: Docs & Development → TreeHerder
You need to log in
before you can comment on or make changes to this bug.
Description
•