@@ -76,7 +76,6 @@ groups() ->
76
76
status_with_alarm ,
77
77
pid_file_and_await_node_startup_in_khepri ,
78
78
await_running_count_in_khepri ,
79
- start_with_invalid_schema_in_path ,
80
79
persistent_cluster_id ,
81
80
stop_start_cluster_node ,
82
81
restart_cluster_node ,
@@ -337,7 +336,7 @@ restart_cluster_node(Config) ->
337
336
assert_clustered ([Rabbit , Hare ]).
338
337
339
338
join_and_part_cluster_in_khepri (Config ) ->
340
- [Rabbit , Hare , Bunny ] = cluster_members (Config ),
339
+ [Rabbit , Bunny , Hare ] = cluster_members (Config ),
341
340
assert_not_clustered (Rabbit ),
342
341
assert_not_clustered (Hare ),
343
342
assert_not_clustered (Bunny ),
@@ -447,38 +446,38 @@ join_to_start_interval(Config) ->
447
446
assert_clustered ([Rabbit , Hare ]).
448
447
449
448
join_cluster_in_minority (Config ) ->
450
- [Rabbit , Hare , Bunny ] = cluster_members (Config ),
449
+ [Rabbit , Bunny , Hare ] = cluster_members (Config ),
451
450
assert_not_clustered (Rabbit ),
452
451
assert_not_clustered (Hare ),
453
452
assert_not_clustered (Bunny ),
454
453
455
- stop_join_start (Config , Bunny , Rabbit ),
454
+ stop_join_start (Config , Rabbit , Bunny ),
456
455
assert_clustered ([Rabbit , Bunny ]),
457
- ok = rabbit_ct_broker_helpers :stop_node (Config , Bunny ),
456
+ ok = rabbit_ct_broker_helpers :stop_node (Config , Rabbit ),
458
457
459
458
ok = stop_app (Config , Hare ),
460
- ? assertEqual (ok , join_cluster (Config , Hare , Rabbit , false )),
459
+ ? assertEqual (ok , join_cluster (Config , Hare , Bunny , false )),
461
460
462
- ok = rabbit_ct_broker_helpers :start_node (Config , Bunny ),
461
+ ok = rabbit_ct_broker_helpers :start_node (Config , Rabbit ),
463
462
? assertEqual (ok , join_cluster (Config , Hare , Rabbit , false )),
464
463
? assertEqual (ok , start_app (Config , Hare )),
465
464
466
465
assert_clustered ([Rabbit , Bunny , Hare ]).
467
466
468
467
join_cluster_with_rabbit_stopped (Config ) ->
469
- [Rabbit , Hare , Bunny ] = cluster_members (Config ),
468
+ [Rabbit , Bunny , Hare ] = cluster_members (Config ),
470
469
assert_not_clustered (Rabbit ),
471
470
assert_not_clustered (Hare ),
472
471
assert_not_clustered (Bunny ),
473
472
474
- stop_join_start (Config , Bunny , Rabbit ),
473
+ stop_join_start (Config , Rabbit , Bunny ),
475
474
assert_clustered ([Rabbit , Bunny ]),
476
- ok = stop_app (Config , Bunny ),
475
+ ok = stop_app (Config , Rabbit ),
477
476
478
477
ok = stop_app (Config , Hare ),
479
- ? assertEqual (ok , join_cluster (Config , Hare , Rabbit , false )),
478
+ ? assertEqual (ok , join_cluster (Config , Hare , Bunny , false )),
480
479
481
- ok = start_app (Config , Bunny ),
480
+ ok = start_app (Config , Rabbit ),
482
481
? assertEqual (ok , join_cluster (Config , Hare , Rabbit , false )),
483
482
? assertEqual (ok , start_app (Config , Hare )),
484
483
@@ -1119,7 +1118,7 @@ await_running_count_in_khepri(Config) ->
1119
1118
await_running_count , [5 , 1000 ])).
1120
1119
1121
1120
start_nodes_in_reverse_order (Config ) ->
1122
- [Rabbit , Hare , Bunny ] = cluster_members (Config ),
1121
+ [Rabbit , Bunny , Hare ] = cluster_members (Config ),
1123
1122
assert_not_clustered (Rabbit ),
1124
1123
assert_not_clustered (Hare ),
1125
1124
assert_not_clustered (Bunny ),
@@ -1142,7 +1141,7 @@ start_nodes_in_reverse_order(Config) ->
1142
1141
1143
1142
% % Test booting nodes in the wrong order for Mnesia. Interesting...
1144
1143
start_nodes_in_stop_order (Config ) ->
1145
- [Rabbit , Hare , Bunny ] = cluster_members (Config ),
1144
+ [Rabbit , Bunny , Hare ] = cluster_members (Config ),
1146
1145
assert_not_clustered (Rabbit ),
1147
1146
assert_not_clustered (Hare ),
1148
1147
assert_not_clustered (Bunny ),
@@ -1167,7 +1166,7 @@ start_nodes_in_stop_order(Config) ->
1167
1166
end .
1168
1167
1169
1168
start_nodes_in_stop_order_in_khepri (Config ) ->
1170
- [Rabbit , Hare , Bunny ] = cluster_members (Config ),
1169
+ [Rabbit , Bunny , Hare ] = cluster_members (Config ),
1171
1170
assert_not_clustered (Rabbit ),
1172
1171
assert_not_clustered (Hare ),
1173
1172
assert_not_clustered (Bunny ),
@@ -1190,7 +1189,7 @@ start_nodes_in_stop_order_in_khepri(Config) ->
1190
1189
1191
1190
% % TODO test force_boot with Khepri involved
1192
1191
start_nodes_in_stop_order_with_force_boot (Config ) ->
1193
- [Rabbit , Hare , Bunny ] = cluster_members (Config ),
1192
+ [Rabbit , Bunny , Hare ] = cluster_members (Config ),
1194
1193
assert_not_clustered (Rabbit ),
1195
1194
assert_not_clustered (Hare ),
1196
1195
assert_not_clustered (Bunny ),
0 commit comments