Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Experiments created from Features have a silently unset Assignment Table #2105

Closed
bosyk opened this issue Feb 8, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@bosyk
Copy link

bosyk commented Feb 8, 2024

Summary

When an Experiment is created from the Feature's experiment rule, the assignment table of the corresponding experiment is silently non-configured. This confuses users. Observed up to the build aa0207f.

Expected Behavior

When an Experiment is created from the Feature's experiment rule, then either of both applies:

  • The assignment table is selected correctly according to the rule's assignment attribute.
  • The user gets informed that the experiment assignment table needs to be set consistently by hand.

Current Behavior

When an Experiment is created from the Feature's experiment rule, the assignment table of the corresponding experiment is silently non-configured.

The Analysis Settings from the experiment look like this:
image

A click on the button "Update" shows the following error
image

This might be the expected behaviour. However, it feels like a bug, since it's first noticeable when the error in the latter screenshot is shown.

@bosyk bosyk added the bug Something isn't working label Feb 8, 2024
@lukesonnet
Copy link
Contributor

We agree that this flow is sub-optimal and have had a few discussions about how to fix it. Closing it as a duplicate of both #1943 and #1812 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants