Closed Bug 781062 Opened 12 years ago Closed 6 years ago

Tweak syncstorage functional tests for stage/prod request size limits

Categories

(Cloud Services Graveyard :: Server: Sync, defect)

x86
Linux
defect
Not set
normal

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);
}
as :jbonacci points out, we should also add a new test that properly checks for the 413 result.
Whiteboard: [qa+]
I'm pretty sure this works OK now, or at the very least we're coping well without it.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Product: Cloud Services → Cloud Services Graveyard
You need to log in before you can comment on or make changes to this bug.