vmpooler/lib
Samuel 0b5abd9bd3 Fix no implicit conversion to rational from nil (#239)
* Fix no implicit conversion to rational from nil
Before this change if the boottime was nil, the check_ready
loop would exit on Time.now - host['boottime'] with a TypeError
in jruby. The boottime is nil when the power is Off so moving that check
earlier should catch that bug.

* set test data properly
2017-10-17 17:51:02 -05:00
..
vmpooler Fix no implicit conversion to rational from nil (#239) 2017-10-17 17:51:02 -05:00
vmpooler.rb (POOLER-52) Add a generic connection pool 2017-05-17 13:52:28 -07:00