I'm having some problems with OTP 25 compatibility and redbug.
In OTP 25 the ct_slave module used in redbug unit tests is not supported, with peer recommended instead. Transitioning to peer works OK in the redbug_targ tests, but changing to peer causes problems in the redbug_dist_eunit tests:
{argument_error,{{badfun,#Fun<redbug_targ.1.43499224>},
[{erlang,apply,2,[]}]}}
I'm no expert in either the peer module or in redbug, so I'm struggling to work out what I'm doing wrong.
Branch is here - https://github.com/basho/redbug/tree/mas-otp25
Is there anything obvious that I'm missing to make this work?
I'm having some problems with OTP 25 compatibility and redbug.
In OTP 25 the
ct_slavemodule used in redbug unit tests is not supported, with peer recommended instead. Transitioning topeerworks OK in theredbug_targtests, but changing to peer causes problems in theredbug_dist_eunittests:I'm no expert in either the peer module or in redbug, so I'm struggling to work out what I'm doing wrong.
Branch is here - https://github.com/basho/redbug/tree/mas-otp25
Is there anything obvious that I'm missing to make this work?