Reputation: 2170
I ran A/B test for one version (1.14) of my app. There were few parameters and 3 groups (including control group).
After starting the A/B test I've released versions 1.15, 1.16 and 1.17 of the app.
Test found the leader. My expectation is that after rolling out the leader its config will be applied on all users with that version (only for 1.14).
But actual result is:
I install release and debug application of that version (1.14) and see that changed parameters doesn't apply.
So looks like nothing happened.
Notice: now I have another running A/B test for versions 1.15, 1.16 and 1.17 based on same parameters as finished A/B test.
Upvotes: 3
Views: 970
Reputation: 363
this is actually not an option any more. when you roll out, you can no longer change individual parameters, as this would essentially make your experiment data obsolete. the values should all roll out correctly in newer versions.
Upvotes: 1