Skip to content
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 test that limits max size of router json schema #5133

Closed
BrynCooke opened this issue May 10, 2024 · 0 comments · Fixed by #5137
Closed

Add test that limits max size of router json schema #5133

BrynCooke opened this issue May 10, 2024 · 0 comments · Fixed by #5137
Assignees

Comments

@BrynCooke
Copy link
Contributor

We have the potential that adding to the router config will cause the json schema to bloat over time.
Set a hard limit it to 500kb. So that we know to take action if this happens.

BrynCooke pushed a commit that referenced this issue May 10, 2024
Modify test to verify that the generated schema is less than 500k
Fixes #5133
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant