You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 topeer
works OK in theredbug_targ
tests, but changing to peer causes problems in theredbug_dist_eunit
tests: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?
The text was updated successfully, but these errors were encountered: