-
Notifications
You must be signed in to change notification settings - Fork 4k
🧪Introduce a4a-no-signing experiment diversion #28690
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
|
Hey @Jiaming-X! These files were changed: Hey @jeffkaufman! These files were changed: |
| this.startValidationFlow_(fetchResponse, checkStillCurrent) | ||
| getExperimentBranch(this.win, NO_SIGNING_EXP.id) === | ||
| NO_SIGNING_EXP.control | ||
| ? this.streamResponse_(fetchResponse) |
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.
should it be the reverse?
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.
Yikes, good catch. No idea why the tests passed.
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.
Oh I think its because this returns undefined
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.
ye, actually should change control to experiment, as @powerivq pointed out in the other 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.
done.
extensions/amp-a4a/0.1/amp-a4a.js
Outdated
| .then((fetchResponse) => | ||
| this.startValidationFlow_(fetchResponse, checkStillCurrent) | ||
| getExperimentBranch(this.win, NO_SIGNING_EXP.id) === | ||
| NO_SIGNING_EXP.control |
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.
NO_SIGNING_EXP.experiment here?
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.
yep, done.
Adds diversion point, experiment will not be launched until logic is complete.
Part of #27189