basho / cuttlefish

never lose your childlike sense of wonder baby cuttlefish, promise me?
Apache License 2.0
205 stars 124 forks source link

Fix OTP comparison #223

Closed kesslerm closed 7 years ago

kesslerm commented 7 years ago

OTP 17 dropped the leading 'R' from the version number. Fix cuttlefish:otp/2 to order 'R16' before '17'. This function appeared to work correctly on R16, but failed on OTP 17 and above.

New test cases added, and changed unit tests that set 'vm_args.-env ERLMAX*' to only do this on R15 and below.

kesslerm commented 7 years ago

215 (RIAK-1927) should be merged instead, after minor changes