-
Notifications
You must be signed in to change notification settings - Fork 47k
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
Add xplat test variants #29734
Add xplat test variants #29734
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Comparing: b421783...22067cd Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: Expand to show
|
Should we name this either “fbsource” (to match the build branch name and repository name) or “native” (to match the flavor being tested) instead of introducing a new name / concept? (I think this would be the first time “xplat” is used in this repo.) |
} | ||
}, | ||
// TODO: this is a long running test, we should speed it up. | ||
60 * 1000, |
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.
this is the only line changed in this test
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.
🤩
Overview
We didn't have any tests that ran in persistent mode with the xplat feature flags (for either variant).
As a result, invalid test gating like in #29664 were not caught.
This PR adds test flavors for
ReactFeatureFlag-native-fb.js
in both variants.