Closed
Bug 781062
Opened 13 years ago
Closed 7 years ago
Tweak syncstorage functional tests for stage/prod request size limits
Categories
(Cloud Services Graveyard :: Server: Sync, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rfkelly, Assigned: rfkelly)
Details
(Whiteboard: [qa+])
Currently the "test_batch" functional test cannot be run against stage/prod, they give a "413 Request Entity Too Large" error. We need to adjust the test so that it stays under the configured size limits.
The current rule is:
if ($content_length > 30000000) {
connection.close("413 Request Entity Too Large\r\n", 0);
}
| Assignee | ||
Comment 1•13 years ago
|
||
as :jbonacci points out, we should also add a new test that properly checks for the 413 result.
Updated•13 years ago
|
Whiteboard: [qa+]
| Assignee | ||
Comment 2•7 years ago
|
||
I'm pretty sure this works OK now, or at the very least we're coping well without it.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•