Skip to content

Commit 9a99480

Browse files
authored
Merge pull request #6821 from rabbitmq/rabbit-db-modules
Move missing Mnesia-specific code to rabbit_db_* modules
2 parents 55e3569 + 9cf10ed commit 9a99480

File tree

88 files changed

+7534
-2347
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+7534
-2347
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 50 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -513,15 +513,12 @@ rabbitmq_integration_suite(
513513
],
514514
)
515515

516-
rabbitmq_suite(
516+
rabbitmq_integration_suite(
517517
name = "mirrored_supervisor_SUITE",
518518
size = "small",
519519
additional_srcs = [
520520
"test/mirrored_supervisor_SUITE_gs.erl",
521-
],
522-
deps = [
523-
"//deps/rabbit_common:erlang_app",
524-
],
521+
]
525522
)
526523

527524
rabbitmq_suite(
@@ -1093,6 +1090,54 @@ rabbitmq_integration_suite(
10931090
size = "small",
10941091
)
10951092

1093+
rabbitmq_integration_suite(
1094+
name = "exchanges_SUITE",
1095+
size = "small",
1096+
additional_beam = [
1097+
":quorum_queue_utils",
1098+
],
1099+
)
1100+
1101+
rabbitmq_integration_suite(
1102+
name = "bindings_SUITE",
1103+
size = "small",
1104+
)
1105+
1106+
rabbitmq_integration_suite(
1107+
name = "rabbit_db_queue_SUITE",
1108+
size = "small",
1109+
)
1110+
1111+
rabbitmq_integration_suite(
1112+
name = "rabbit_db_maintenance_SUITE",
1113+
size = "small",
1114+
)
1115+
1116+
rabbitmq_integration_suite(
1117+
name = "rabbit_db_topic_exchange_SUITE",
1118+
size = "small",
1119+
)
1120+
1121+
rabbitmq_integration_suite(
1122+
name = "rabbit_db_exchange_SUITE",
1123+
size = "small",
1124+
)
1125+
1126+
rabbitmq_integration_suite(
1127+
name = "rabbit_db_binding_SUITE",
1128+
size = "small",
1129+
)
1130+
1131+
rabbitmq_integration_suite(
1132+
name = "rabbit_db_msup_SUITE",
1133+
size = "small",
1134+
)
1135+
1136+
rabbitmq_integration_suite(
1137+
name = "rabbit_db_policy_SUITE",
1138+
size = "small",
1139+
)
1140+
10961141
assert_suites()
10971142

10981143
filegroup(

0 commit comments

Comments
 (0)