launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #05359
Re: Problems with FeatureFlags and test isolation
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.
Follow ups
References