This server release fixes ingestion of large test result reports. Uploading very large tuist inspect test outputs could fail with a Too many form fields error because the server looked up existing test cases using one bound parameter per test case ID. The lookup now sends all IDs as a single Array(UUID) parameter, so the request size stays flat regardless of report size. The batch size is also reduced so the encoded parameter stays within the per-field value limit. You can now upload large test result reports without seeing 500 errors.
Hive
Server 1.202.1
Published
May 28, 2026 · 12:12 UTC
Repository
tuist/tuist