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
[RTI-16013] Add support for OTP 27 (#123)
* Supress warnings
* Add IntelliJ to .gitinore file
* Update pipeline to run with OTP 27
* Supress warnings only for OTP 27
* Simplify pipeline
* Add comment
* Add comment
Prevent mero fail when fails a single cluster (#83)
* Added checks for failing clusters
* Added support for failing and recovering clusters
* Renamed Retry/Retries variables and added some formatting to tests
* Renamed Retries variable
* Changed mero config handling to allow addition or removal of cluster configurations
* Removed test case declarations
* Removed retry behavior. Now is not necessary as we are retrying on every heartbeat
* Reverted a small change