-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[WIP] Reduce schema calls on object creation #7283
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
Danger run resulted in 1 warning; to find out more, see the checks page. Generated by 🚫 dangerJS |
Codecov Report
@@ Coverage Diff @@
## master #7283 +/- ##
==========================================
- Coverage 93.93% 83.99% -9.94%
==========================================
Files 181 181
Lines 13209 13222 +13
==========================================
- Hits 12408 11106 -1302
- Misses 801 2116 +1315
Continue to review full report at Codecov.
|
|
New Pull Request Checklist
Issue Description
In a single server instance environment there shouldn't be a query to the
_SCHEMA
with the new SchemaCache on object creation.Fix the flaky test
Related issue: FILL_THIS_OUT
Approach
I tried to do this the first time but couldn't get it right.
TODOs before merging