HomePhabricator

Updated mediawiki/extensions Project: mediawiki/extensions/Flow…

Description

Updated mediawiki/extensions Project: mediawiki/extensions/Flow 2dd55bdf6831b4dbe45d1c023c2ee4f9ae0d351f

Reset container prior to running PurgeAction

While this works in development environments without squid, once it is enabled
the TitleSquidURLs hook will end up calling the container and initializing the
memcache services. With the new Pimple 2.x that is an exception and needs to
be handled. I don't have any good way to rearrange or adjust the hook, so
instead we are going to use Container::reset() to go back to the initial state.

This also means the PurgeAction was not complete before, storage.workflow would
hold onto the old memcache and the other storage implementations receive
the memcached that PurgeAction was putting in place.

Bug: T91901
Change-Id: I7d6df59683361211ab1ae7f7ae6e11e7195963df

Details

Provenance
jenkins-botAuthored on
Gerrit Code ReviewCommitted on Mar 11 2015, 8:52 PM
Parents
rMEXT99a207d7c2a6: Updated mediawiki/extensions Project: mediawiki/extensions/Flow…
Branches
Unknown
Tags
Unknown
ChangeId
I7d6df59683361211ab1ae7f7ae6e11e7195963df

Event Timeline

Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT4fae3e069bb5: Updated mediawiki/extensions Project: mediawiki/extensions/Flow… (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).Mar 11 2015, 8:52 PM