Develop a test: restart of both instances
Scenario: restart of both instances
Given a cluster of 2 instances - i1, i2
When both instances are stopped
and both instances are started again
Then one of them should become a leader
and the other one should become a follower
If the test fails, it should be merged with an xfail
mark, and fixed in a separate PR.