sudo gem check -t unicorn
fails
Failure:
test_rack_lint_big_put(RequestTest) [./test/unit/test_request.rb:178]:
<nil> expected but was
<"
followed by lots whitespace
">.
Error:
test_expand_addr(TestConfigurator):
SocketError: getaddrinfo: nodename nor servname provided, or not known
/opt/local/lib/ruby/gems/1.8/gems/unicorn-0.93.2/lib/unicorn/configurator.rb:346:in
`pack_sockaddr_in'
/opt/local/lib/ruby/gems/1.8/gems/unicorn-0.93.2/lib/unicorn/configurator.rb:346:in
`expand_addr'
./test/unit/test_configurator.rb:35:in `call'
./test/unit/test_configurator.rb:35:in `test_expand_addr'
ERROR: 98 tests, 4748 assertions, 1 failures, 1 errors
On Tue, Oct 13, 2009 at 2:53 PM, Eric Wong <[email protected]> wrote:
> Matt Mongeau <[email protected]> wrote:
>
> Hi Matt, please don't top post, thanks.
>
>> Got it working, I had a bad value in my config.
>>
>> I had
>> listen '/Users/mattmongeau/projects/test/unicorn/tmp/sockets/unicorn.sock',
>> :backlog => 1024
>> I guess I needed
>> listen
>> 'unix:/Users/mattmongeau/projects/test/unicorn/tmp/sockets/unicorn.sock',
>> :backlog => 1024
>
> Both values you had above really should just work. Assuming you've
> installed unicorn (>= 0.93.0) as a gem, can you run:
>
> gem check -t unicorn
>
> and tell me if it passes? If you installed from the tgz or git, you can
> also try running the following from the source tree:
>
> make test/unit/test_configurator.rb
>
> Thanks.
>
> --
> Eric Wong
> _______________________________________________
> mongrel-unicorn mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/mongrel-unicorn
>
_______________________________________________
mongrel-unicorn mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-unicorn