-
Notifications
You must be signed in to change notification settings - Fork 1
Test Cases for FCGI
Description: Server sends two chunks and before sending a final chunk server is killed
Description: Server sends three chunks of data and client checks if data is received in chunks or not
Description: Client requests a page and server sends two chunks and dies before completing the request, client requests same page again this time server responds with different data successfully and client checks if request was cached by ATS or not.
Description: Client requests a page and no fcgi server is present. Client should receive 500.
Description: Client requests same page twice, after completing first request server is killed, so that second request should be served from ATS cache.
Description: Simple Get request with fcgi server running.
Description: Kill the fcgi server mid serving just after receiving request and check error handling.
Description: Simple Post request with fcgi server running.
Description: Simple Get request with php-cgi
Description: Simple Post request with php-cgi