Skip to content

Instantly share code, notes, and snippets.

@rkh
Created March 17, 2013 17:17
Show Gist options
  • Save rkh/5182575 to your computer and use it in GitHub Desktop.
Save rkh/5182575 to your computer and use it in GitHub Desktop.
# Running tests:
.........................................................E.................
Finished tests in 24.162502s, 3.1040 tests/s, 7.8220 assertions/s.
1) Error:
test_after_reply(TestRackServer):
IOError: stream closed
/Users/konstantin/Workspace/puma/lib/puma/server.rb:575:in `write'
/Users/konstantin/Workspace/puma/lib/puma/server.rb:575:in `<<'
/Users/konstantin/Workspace/puma/lib/puma/server.rb:575:in `stop'
/Users/konstantin/Workspace/puma/test/test_rack_server.rb:55:in `stop'
/Users/konstantin/Workspace/puma/test/test_rack_server.rb:120:in `test_after_reply'
2) Error:
test_after_reply(TestRackServer):
IOError: closed stream
/Users/konstantin/Workspace/puma/lib/puma/server.rb:575:in `write'
/Users/konstantin/Workspace/puma/lib/puma/server.rb:575:in `<<'
/Users/konstantin/Workspace/puma/lib/puma/server.rb:575:in `stop'
/Users/konstantin/Workspace/puma/test/test_rack_server.rb:60:in `teardown'
75 tests, 189 assertions, 0 failures, 2 errors, 0 skips
rake aborted!
Command failed with status (2): [/Users/konstantin/.rbenv/versions/1.9.3-p2...]
Tasks: TOP => test:all => test
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment