-
-
Notifications
You must be signed in to change notification settings - Fork 465
Seed experiments when creating a personal team only for new non-migratory teams #951
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
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
dadmobile
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't figured out what is happening but this doesn't work for me. The only hint I have so far is that after creating a team I find that he org directory doesn't exist for a while. I wonder if this is causing experiments to fail being created?
Okay the issue was very weird, there was an older call to see if any experiments exist with Experiment.get_all() but since the request to create "Team B" is done when user is on "Team A", it checked the experiments of Team A to determine and was also trying to create the experiment within "Team A". This should be fixed now as I temporarily modify the context var in the request |
No description provided.