Last modified: 2014-10-10 02:42:21 UTC
Make sure it's connecting properly, run the initial populate script, and ensure some articles are in the sets.
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.