-
Notifications
You must be signed in to change notification settings - Fork 258
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
refactor: drop check_identity
from ExecutionSpec
#1414
Comments
/bounty 100 |
|
I would like to try it. |
@tusharmath tests fail on removing it from the execution_spec.rs and the .md files.
|
/attempt #1414
|
@35C4n0r: You're good to go! |
How many of such tests fail? Ideally they shouldn't fail. |
@tusharmath around |
@tusharmath the tests fail, in all of them (graphql and json server) there are either changes in the order of the parameters, methods or type declarations + schema --> schema @server @upstream, ig this is becuse these tests were not written with identity check in mind, should I try to create a script which fixes the test mds |
@35C4n0r are you still on it? |
@ssddOnTop Sure, feel free to use the code here e2e3e37#diff-e47f835532ae836901521cecc2e77863f98286e977c1920b9ca545a9d4291aa0 |
/attempt
|
Here are some steps and pointers to help you get started on resolving this issue:
|
Action required: Issue inactive for 30 days. |
Issue closed after 7 days of inactivity. |
CheckIdentity should be enabled for all specifications, we don't need this configuration in ExecutionSpec.
The text was updated successfully, but these errors were encountered: