-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
chore: Stub /features call in tests #25104
Conversation
/ok-to-test |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/5461734761. |
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.
Approving Cypress changes!
@rahulbarwal - adding you as FYI - since you added the the fixtures that are removed now in this PR. |
This comment was marked as outdated.
This comment was marked as outdated.
/build-deploy-preview skip-tests=true |
Deploying Your Preview: https://github.com/appsmithorg/appsmith/actions/runs/5463017180. |
7c61af0
/ok-to-test |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/5463089382. |
Deploy-Preview-URL: https://ce-25104.dp.appsmith.com |
This comment was marked as outdated.
This comment was marked as outdated.
# Conflicts: # app/server/appsmith-server/src/main/resources/features/init-flags.xml
/ok-to-test |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/5463922873. |
This reverts commit b4b2e4b.
/ok-to-test |
Tests running at: https://github.com/appsmithorg/appsmith/actions/runs/5464492423. |
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/5464492423. |
We missed a race condition in: #25104 which caused some test cases to fail. This would rarely happen to any new apps in production but to ensure backwards compatibility we are updating the code itself
This change will stub the call to
users/features
to get the feature flags. By default it will return an empty list and rely on the client default flag list to enable/disable features