Closed
Bug 736673
Opened 13 years ago
Closed 13 years ago
Redis version in vagrant image is out of date
Categories
(addons.mozilla.org Graveyard :: Code Quality, defect, P4)
addons.mozilla.org Graveyard
Code Quality
Tracking
(Not tracked)
RESOLVED
FIXED
2012-05-24
People
(Reporter: wraithan, Assigned: kumar)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:11.0) Gecko/20100101 Firefox/11.0
Build ID: 20120228210006
Steps to reproduce:
I attempted to submit an add-on to my copy of Zamboni that I have running via vagrant.
Actual results:
A long traceback resulting in: "ResponseError: unknown command 'HINCRBY'".
Expected results:
This command became available in v1.3.10 of Redis. This version of Redis needs to either be bundled with the image that is distributed or vagrant should upgrade to this version at least. Preferably it should upgrade to the version of Redis used in production for AMO
Comment 1•13 years ago
|
||
Co-opting this bug as its seems to be the same issue that I was talking with kumar about on irc.
sudo apt-get install redis-server doesn't upgrade to a higher version which you would expect it to if it was the version being too low.
redis-server --version /etc/redis/redis.conf and other variants fail, sometimes with a config error so it could that instead.
Assignee: nobody → kumar.mcmillan
Status: UNCONFIRMED → NEW
Component: Developer Pages → Code Quality
Ever confirmed: true
QA Contact: developers → code-quality
| Assignee | ||
Updated•13 years ago
|
Priority: -- → P4
Target Milestone: --- → 6.5.5
| Assignee | ||
Updated•13 years ago
|
Target Milestone: 2012-05-17 → 2012-05-24
| Assignee | ||
Comment 2•13 years ago
|
||
I'm running out of time for this up against the other upcoming milestones. If anyone ends up working on it while getting a vagrant env going then please submit a patch or command line instructions for what you did.
Target Milestone: 2012-05-24 → Future
Comment 3•13 years ago
|
||
The latest version of redis-server provided by 10.04 lts is 1.2.0[1], redis-server from this ppa[2] works fine for me:
sudo add-apt-repository ppa:cmsj/redis-stable
sudo apt-get update
sudo apt-get install redis-server
[1]: http://packages.ubuntu.com/lucid/redis-server
[2]: https://launchpad.net/~cmsj/+archive/redis-stable
| Assignee | ||
Comment 4•13 years ago
|
||
Thanks Hector! I updated the vagrant scripts for that https://github.com/mozilla/zamboni/commit/d719c65d2b4ae8304b8acafb43a078360b1a9dd4 It seems to be working.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: Future → 2012-05-24
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•