Skip to content

Commit 8358b22

Browse files
gomoripetimichaelklishin
authored andcommitted
CQv1: Fix no_del regression test errors following rebase
This change is equivalent with the reverse of commit f1ae007 (cherry picked from commit f92df41)
1 parent 49239c1 commit 8358b22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps/rabbit/test/classic_queue_prop_SUITE.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ reg_v1_no_del_jif(Config) ->
12151215
end.
12161216

12171217
do_reg_v1_no_del_jif(Config) ->
1218-
St0 = #cq{name=prop_classic_queue_v1, version=1,
1218+
St0 = #cq{name=prop_classic_queue_v1, mode=lazy, version=1,
12191219
config=minimal_config(Config)},
12201220

12211221
Res1 = cmd_setup_queue(St0),
@@ -1273,7 +1273,7 @@ reg_v1_no_del_idx(Config) ->
12731273
end.
12741274

12751275
do_reg_v1_no_del_idx(Config) ->
1276-
St0 = #cq{name=prop_classic_queue_v1, version=1,
1276+
St0 = #cq{name=prop_classic_queue_v1, mode=lazy, version=1,
12771277
config=minimal_config(Config)},
12781278

12791279
Res1 = cmd_setup_queue(St0),
@@ -1341,7 +1341,7 @@ reg_v1_no_del_idx_unclean(Config) ->
13411341
end.
13421342

13431343
do_reg_v1_no_del_idx_unclean(Config) ->
1344-
St0 = #cq{name=prop_classic_queue_v1, version=1,
1344+
St0 = #cq{name=prop_classic_queue_v1, mode=lazy, version=1,
13451345
config=minimal_config(Config)},
13461346

13471347
Res1 = cmd_setup_queue(St0),

0 commit comments

Comments
 (0)