Commit 7d5d790
committed
rabbitmq_ct_helpers: Change how Mnesia/Khepri is selected
[Why]
With `khepr_db` enabled by default, we need another way to disable it to
select Mnesia instead.
[How]
For Khepri, we force the `khepri_db` feature flag. For Mnesia, we force
an empty list, meaning all stable feature flags are disabled by default.
Testsuites will have to enable whatever feature flags they need, though
they should already do that.
While here, change `rjms_topic_selector_SUITE` to only choose Khepri
without specifying any feature flags.1 parent a56c0bd commit 7d5d790
File tree
2 files changed
+17
-37
lines changed- deps
- rabbitmq_ct_helpers/src
- rabbitmq_jms_topic_exchange/test
2 files changed
+17
-37
lines changedLines changed: 16 additions & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
218 | 219 | | |
219 | | - | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
228 | 229 | | |
229 | | - | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
999 | 999 | | |
1000 | 1000 | | |
1001 | 1001 | | |
1002 | | - | |
1003 | | - | |
1004 | | - | |
| 1002 | + | |
1005 | 1003 | | |
1006 | 1004 | | |
1007 | 1005 | | |
1008 | 1006 | | |
1009 | | - | |
1010 | | - | |
1011 | | - | |
1012 | | - | |
| 1007 | + | |
| 1008 | + | |
1013 | 1009 | | |
1014 | 1010 | | |
1015 | 1011 | | |
1016 | 1012 | | |
1017 | 1013 | | |
1018 | 1014 | | |
1019 | | - | |
1020 | | - | |
1021 | | - | |
1022 | | - | |
1023 | | - | |
1024 | | - | |
1025 | | - | |
1026 | | - | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
1027 | 1020 | | |
1028 | 1021 | | |
1029 | | - | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
1030 | 1025 | | |
1031 | 1026 | | |
1032 | | - | |
1033 | | - | |
1034 | | - | |
1035 | | - | |
1036 | | - | |
1037 | | - | |
1038 | | - | |
1039 | | - | |
1040 | | - | |
1041 | | - | |
1042 | | - | |
1043 | | - | |
1044 | | - | |
1045 | | - | |
1046 | | - | |
1047 | 1027 | | |
1048 | 1028 | | |
1049 | 1029 | | |
1050 | 1030 | | |
1051 | 1031 | | |
1052 | | - | |
| 1032 | + | |
1053 | 1033 | | |
1054 | 1034 | | |
1055 | 1035 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments