Created
December 5, 2011 10:42
-
-
Save voxik/1433183 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# spec spec/server/pipelining_spec.rb | |
which: no swiftiply in (/usr/lib/ccache:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/builddir/.local/bin:/builddir/bin) | |
FF..F. | |
1) | |
'Thin::Server HTTP pipelining should pipeline request on same socket' FAILED | |
expected "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nConnection: close\r\nServer: thin 1.3.1 codename Triple Espresso\r\n\r\n/first-1" to include "/first-1" and "/second-2" | |
./spec/server/pipelining_spec.rb:25: | |
2) | |
'Thin::Server HTTP pipelining should pipeline requests by default on HTTP 1.1' FAILED | |
expected "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\nConnection: close\r\nServer: thin 1.3.1 codename Triple Espresso\r\n\r\n/first-1" to include "/first-1" and "/second-2" | |
./spec/server/pipelining_spec.rb:39: | |
3) | |
'Thin::Server HTTP pipelining should not allow more persistent connection then maximum' FAILED | |
expected: 1, | |
got: 0 (using ==) | |
./spec/server/pipelining_spec.rb:80: | |
Finished in 0.026596 seconds | |
6 examples, 3 failures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment