Looking into this a bit with Deryck, i suspect part of the problem is that the feature flag code is pretty careful to only read from the database just once per featurecontroller lifetime (ie per web request) and updates into the database are not causing it to flush its cache. If that's correct it should be easy to fix. It's odd that it depends on unisolated behaviour between tests though.
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

