-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error parsing test results, string length exceeds max limits #1149
Comments
@hobbs131 thanks so much for this report! :) |
Created a new server release v4.32.0 that increases the max payload size 2.5x over the default. If you continue to run into issues with the payload size, please let me know and I can revisit it. Thanks! |
Really appreciate the fast response! Just ran tests — we're still seeing this error with the payload size increase. |
Argh, sorry you're still seeing the issue! I'll update the server to make the max payload size configurable so you can hopefully find a value that works for your needs :) |
No worries and thank you! One thing to note: after switching to the new release, several users saw UI issues such as below. This was able to be resolved by a hard refresh, but we reverted in the meantime to avoid this confusion. Hopefully making the payload size configurable with the old default value of |
In the next release, there will be a server environment variable Thanks for the heads up about the UI weirdness - I'll investigate! |
Newly-released server version |
@craigatk Hello!
I've seen this error below for the past few months on our reports.
It appears to be related to the upgrade of Jackson to 2.5.X, where a data size constraint was introduced to prevent malicious input — see this comment for more detail.
Happy to help if this is something you'd like to address 😄
The text was updated successfully, but these errors were encountered: