Page MenuHomePhabricator

Configure Redis on Beta for GettingStarted
Closed, ResolvedPublic

Description

Make sure it's connecting properly, run the initial populate script, and ensure some articles are in the sets.


Version: master
Severity: normal

Details

Reference
bz59838

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:30 AM
bzimport set Reference to bz59838.

Change 163547 had a related patch set uploaded by Mattflaschen:
Change how GettingStarted Redis server IP is determined

https://gerrit.wikimedia.org/r/163547

Change 164027 had a related patch set uploaded by Mattflaschen:
Have production and Labs Redis sessions use same structure.

https://gerrit.wikimedia.org/r/164027

Change 163547 abandoned by Mattflaschen:
Change how GettingStarted Redis server IP is determined

Reason:
Ori's patch goes most of the way. However, Labs does not yet set sessionRedis, which is what we use.

I've put up https://gerrit.wikimedia.org/r/164027 , which standardizes Labs and production to both set this, and factors out the common code to CommonSettings.php.

That obsoletes this.

https://gerrit.wikimedia.org/r/163547

Change 164027 merged by jenkins-bot:
Have production and Labs Redis sessions use same structure.

https://gerrit.wikimedia.org/r/164027

Fixed (including the one-time populate step), tested and working on Beta Labs.

Try http://en.wikipedia.beta.wmflabs.org/wiki/Main_Page?gettingStartedReturn=true

You should see two choices, one of which is "Edit a suggested article" (this uses the Redis functionality).

The tests should start working without further intervention.

(In reply to Matthew Flaschen from comment #5)

You should see two choices, one of which is "Edit a suggested article" (this
uses the Redis functionality).

Well, that's protected to require autoconfirmed (if you're logged out if will show only the suggestions button, which is intentional), so:

http://en.wikipedia.beta.wmflabs.org/wiki/0.8281125905953836?gettingStartedReturn=true

is a more fool-proof example.