Skip to content

Commit 56b7990

Browse files
committed
Bazel fixes following renaming of test suites
1 parent 5b28282 commit 56b7990

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

deps/rabbitmq_mqtt/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ rabbitmq_integration_suite(
226226
)
227227

228228
rabbitmq_integration_suite(
229-
name = "shared_SUITE",
229+
name = "mqtt_shared_SUITE",
230230
size = "large",
231231
additional_beam = [
232232
":test_util_beam",

deps/rabbitmq_web_mqtt/BUILD.bazel

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ eunit(
103103
broker_for_integration_suites()
104104

105105
rabbitmq_integration_suite(
106-
name = "config_schema_SUITE",
106+
name = "web_mqtt_config_schema_SUITE",
107107
)
108108

109109
rabbitmq_integration_suite(
110-
name = "command_SUITE",
110+
name = "web_mqtt_command_SUITE",
111111
additional_beam = [
112112
"test/rabbit_web_mqtt_test_util.beam",
113113
],
@@ -117,15 +117,31 @@ rabbitmq_integration_suite(
117117
)
118118

119119
rabbitmq_integration_suite(
120-
name = "proxy_protocol_SUITE",
120+
name = "web_mqtt_proxy_protocol_SUITE",
121121
additional_beam = [
122122
"test/src/rabbit_ws_test_util.beam",
123123
"test/src/rfc6455_client.beam",
124124
],
125125
)
126126

127127
rabbitmq_integration_suite(
128-
name = "system_SUITE",
128+
name = "web_mqtt_shared_SUITE",
129+
additional_beam = [
130+
"test/src/rabbit_ws_test_util.beam",
131+
"test/src/rfc6455_client.beam",
132+
],
133+
)
134+
135+
rabbitmq_integration_suite(
136+
name = "web_mqtt_system_SUITE",
137+
additional_beam = [
138+
"test/src/rabbit_ws_test_util.beam",
139+
"test/src/rfc6455_client.beam",
140+
],
141+
)
142+
143+
rabbitmq_integration_suite(
144+
name = "web_mqtt_v5_SUITE",
129145
additional_beam = [
130146
"test/src/rabbit_ws_test_util.beam",
131147
"test/src/rfc6455_client.beam",

0 commit comments

Comments
 (0)