summaryrefslogtreecommitdiff
path: root/test/support/cluster.ex
AgeCommit message (Collapse)Author
2023-12-20Fix invalid string comparison for OTP versions and replace with configMark Felder
Old way was wrong for multiple reasons. If we do this as a config value it fixes :slave.start/3 being picked up as a compile warning on OTP26. Also if we want to do any real clustering we'll need something like this to support OTP25 and older.
2023-12-20Backwards compatibility for OTPMark Felder
2023-12-20OTP26: Chase the :slave.start/3 deprecationMark Felder
2023-01-02Revert "Merge branch 'copyright-bump' into 'develop'"lain
This reverts merge request !3825
2023-01-01Bump copyright yearmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-25Copyright bump for 2022Sean King
2020-07-09Re-enable the federated tests, increase timeoutstwf
2019-11-26Add federated test infrastructureChris McCord