obrok / futile

lightweight functional/blackbox/acceptance testing package for web pages
8 stars 0 forks source link

Session timeout #8

Closed obrok closed 14 years ago

obrok commented 14 years ago

After some time the session timeouts and futile should recreate it. Instead it raises Errno::EPIPE: Broken pipe.

michalbugno commented 14 years ago

It happened to me once but I cannot reproduce. Any halp? :) (localhost didn't work for me -- no timeout)

obrok commented 14 years ago
require 'server'
f = Futile::Session.new("localhost:6666")

Then after a while it times out and I have to invoke the constructor again to get going.

michalbugno commented 14 years ago

Maybe fixed ;)

obrok commented 14 years ago

Fixed AFAICT, closing