calm-balloon-91650
06/20/2025, 10:32 AMb
Will now every single user get b
? Or will only users who were part of the test get b
?strong-mouse-55694
06/20/2025, 7:46 PMcalm-balloon-91650
06/27/2025, 7:31 AMcalm-balloon-91650
06/27/2025, 7:31 AMgreen-church-13845
06/27/2025, 9:32 AMvariant A = baseline
and variant B
. Variant B shows significantly better results during the test period, whereupon we stop the test with status Won, select variant B as the winner and activate a temporary rollout.
We only selected a single condition for user targeting: appversion >= 34
.
Statements
1. after the end of the test, no new users are assigned to the two variants
2. after the end of the test, all users who were assigned to one of the two variants during the test period now see variant B
3. all users who were not assigned to either variant during the test period and now have an appversion >= 34
will see variant A = baseline
after the test is completed
4. all users who were not assigned to either of the two variants during the test period and now have an appversion < 34
will see variant A = baseline
after the end of the test
5. only if the default value of the corresponding feature flag is changed in the base code, variant B
is also rolled out for all users who were not assigned to either variant during the test period
6. the temporary rollout does not have to be stopped manually in Growthbook
Points 3-6 in particular are questionable for us.
Thanks for your help 🙏strong-mouse-55694
06/27/2025, 6:19 PM