Open
Bug 1854189
Opened 1 year ago
Updated 8 days ago
Nimbus API checks pref-based cache after Nimbus is initialized
Categories
(Firefox :: Nimbus Desktop Client, defect, P3)
Firefox
Nimbus Desktop Client
Tracking
()
NEW
People
(Reporter: beth, Unassigned)
References
Details
Two members of the Nimbus API mistakenly hit the pref-based cache (nimbus.syncdatastore., nimbus.syncdefaultsstore.) even after Nimbus has initialized (getExperimentForFeature
, getRolloutForFeature
). These methods should be updated to only check the cache if the Nimbus store is not yet ready.
This should also solve the problem of experiment data being left in prefs causing tests to fail.
Reporter | ||
Comment 1•4 months ago
|
||
I think this dependency relation is reversed
You need to log in
before you can comment on or make changes to this bug.
Description
•