Revert "Default all `rabbitmq_integration_suite` to flaky in bazel"
This reverts commit 70cb8147b2
.
This commit is contained in:
parent
c8c055e158
commit
8c7e7e0656
|
@ -344,6 +344,7 @@ rabbitmq_integration_suite(
|
|||
},
|
||||
"cluster_size_3": {
|
||||
"groups": ["cluster_size_3"],
|
||||
"flaky": True,
|
||||
},
|
||||
},
|
||||
)
|
||||
|
@ -358,6 +359,7 @@ rabbitmq_integration_suite(
|
|||
PACKAGE,
|
||||
name = "clustering_management_SUITE",
|
||||
size = "large",
|
||||
flaky = True,
|
||||
matrix = ct_group_matrix([
|
||||
"unclustered_2_nodes",
|
||||
"unclustered_3_nodes",
|
||||
|
@ -373,7 +375,6 @@ rabbitmq_integration_suite(
|
|||
data = [
|
||||
"test/definition_import_SUITE_data/case1.json",
|
||||
],
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
|
@ -404,6 +405,7 @@ rabbitmq_integration_suite(
|
|||
additional_beam = [
|
||||
":quorum_queue_utils",
|
||||
],
|
||||
flaky = True,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
|
@ -474,6 +476,7 @@ rabbitmq_integration_suite(
|
|||
additional_beam = [
|
||||
":sync_detection_SUITE_beam_files",
|
||||
],
|
||||
flaky = True,
|
||||
matrix = ct_group_case_matrix({
|
||||
"non_parallel_tests": [
|
||||
"eager_sync",
|
||||
|
@ -519,6 +522,7 @@ rabbitmq_integration_suite(
|
|||
"enabling_in_cluster-enable_feature_flag_when_ff_file_is_unwritable": {
|
||||
"groups": ["enabling_in_cluster"],
|
||||
"cases": ["enable_feature_flag_when_ff_file_is_unwritable"],
|
||||
"flaky": True,
|
||||
# The enabling_* tests chmod files and then expect writes to be blocked.
|
||||
# This probably doesn't work because we are root in the remote docker image.
|
||||
"tags": ["exclusive"],
|
||||
|
@ -533,6 +537,7 @@ rabbitmq_integration_suite(
|
|||
},
|
||||
"clustering": {
|
||||
"groups": ["clustering"],
|
||||
"flaky": True,
|
||||
},
|
||||
"activating_plugin": {
|
||||
"groups": ["activating_plugin"],
|
||||
|
@ -626,6 +631,7 @@ rabbitmq_integration_suite(
|
|||
PACKAGE,
|
||||
name = "peer_discovery_classic_config_SUITE",
|
||||
size = "medium",
|
||||
flaky = True,
|
||||
matrix = ct_group_case_matrix({
|
||||
"non_parallel": [
|
||||
"successful_discovery",
|
||||
|
@ -779,9 +785,11 @@ rabbitmq_integration_suite(
|
|||
},
|
||||
"clustered-cluster_size_2": {
|
||||
"groups": ["cluster_size_2"],
|
||||
"flaky": True,
|
||||
},
|
||||
"clustered-cluster_size_3": {
|
||||
"groups": ["cluster_size_3"],
|
||||
"flaky": True,
|
||||
},
|
||||
"clustered-cluster_size_5": {
|
||||
"groups": ["cluster_size_5"],
|
||||
|
@ -900,18 +908,24 @@ rabbitmq_integration_suite(
|
|||
additional_beam = [
|
||||
":quorum_queue_utils",
|
||||
],
|
||||
matrix = ct_group_matrix([
|
||||
"single_node",
|
||||
"single_node_parallel",
|
||||
"cluster_size_2",
|
||||
"cluster_size_2_parallel",
|
||||
"cluster_size_3",
|
||||
"cluster_size_3_parallel",
|
||||
"unclustered_size_3_1",
|
||||
"unclustered_size_3_2",
|
||||
"unclustered_size_3_3",
|
||||
"cluster_size_3_1",
|
||||
]),
|
||||
matrix = {
|
||||
"single_node": {"groups": ["single_node"]},
|
||||
"single_node_parallel": {"groups": ["single_node_parallel"]},
|
||||
"cluster_size_2": {"groups": ["cluster_size_2"]},
|
||||
"cluster_size_2_parallel": {"groups": ["cluster_size_2_parallel"]},
|
||||
"cluster_size_3": {
|
||||
"groups": ["cluster_size_3"],
|
||||
"flaky": True,
|
||||
},
|
||||
"cluster_size_3_parallel": {
|
||||
"groups": ["cluster_size_3_parallel"],
|
||||
"flaky": True,
|
||||
},
|
||||
"unclustered_size_3_1": {"groups": ["unclustered_size_3_1"]},
|
||||
"unclustered_size_3_2": {"groups": ["unclustered_size_3_2"]},
|
||||
"unclustered_size_3_3": {"groups": ["unclustered_size_3_3"]},
|
||||
"cluster_size_3_1": {"groups": ["cluster_size_3_1"]},
|
||||
},
|
||||
deps = [
|
||||
"@proper//:bazel_erlang_lib",
|
||||
],
|
||||
|
|
|
@ -86,6 +86,7 @@ rabbitmq_integration_suite(
|
|||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "system_SUITE",
|
||||
flaky = True,
|
||||
matrix = ct_group_matrix([
|
||||
"dotnet",
|
||||
"java",
|
||||
|
|
|
@ -60,7 +60,6 @@ PACKAGE = "deps/rabbitmq_auth_backend_cache"
|
|||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
|
|
|
@ -82,7 +82,6 @@ rabbitmq_suite(
|
|||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_suite(
|
||||
|
|
|
@ -84,7 +84,6 @@ PACKAGE = "deps/rabbitmq_auth_backend_ldap"
|
|||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
|
|
|
@ -69,7 +69,6 @@ rabbitmq_integration_suite(
|
|||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
|
|
|
@ -39,7 +39,6 @@ PACKAGE = "deps/rabbitmq_event_exchange"
|
|||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
|
|
|
@ -101,10 +101,15 @@ rabbitmq_integration_suite(
|
|||
additional_beam = [
|
||||
":rabbit_federation_test_util",
|
||||
],
|
||||
matrix = ct_group_matrix([
|
||||
"classic_queue",
|
||||
"quorum_queue",
|
||||
]),
|
||||
matrix = {
|
||||
"classic_queue": {
|
||||
"groups": ["classic_queue"],
|
||||
},
|
||||
"quorum_queue": {
|
||||
"groups": ["quorum_queue"],
|
||||
"flaky": True,
|
||||
},
|
||||
},
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
|
|
|
@ -120,7 +120,6 @@ rabbitmq_integration_suite(
|
|||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
size = "small",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_suite(
|
||||
|
|
|
@ -125,12 +125,12 @@ rabbitmq_integration_suite(
|
|||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "java_SUITE",
|
||||
flaky = True,
|
||||
)
|
||||
|
||||
rabbitmq_suite(
|
||||
|
|
|
@ -57,7 +57,6 @@ rabbitmq_integration_suite(
|
|||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
size = "small",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
# NOTE: integration_SUITE requires aws credentials and a docker image.
|
||||
|
|
|
@ -69,5 +69,4 @@ PACKAGE = "deps/rabbitmq_peer_discovery_common"
|
|||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
flaky = False,
|
||||
)
|
||||
|
|
|
@ -47,7 +47,6 @@ PACKAGE = "deps/rabbitmq_peer_discovery_consul"
|
|||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_suite(
|
||||
|
|
|
@ -49,7 +49,6 @@ PACKAGE = "deps/rabbitmq_peer_discovery_etcd"
|
|||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
|
|
|
@ -47,7 +47,6 @@ PACKAGE = "deps/rabbitmq_peer_discovery_k8s"
|
|||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_suite(
|
||||
|
|
|
@ -55,11 +55,11 @@ PACKAGE = "deps/rabbitmq_prometheus"
|
|||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_prometheus_http_SUITE",
|
||||
size = "small",
|
||||
flaky = True,
|
||||
)
|
||||
|
|
|
@ -137,6 +137,7 @@ rabbitmq_integration_suite(
|
|||
additional_beam = [
|
||||
":shovel_test_utils",
|
||||
],
|
||||
flaky = True,
|
||||
)
|
||||
|
||||
rabbitmq_suite(
|
||||
|
|
|
@ -105,7 +105,6 @@ rabbitmq_integration_suite(
|
|||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
size = "small",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
load("@bazel-erlang//:ct.bzl", "ct_group_matrix")
|
||||
load("@bazel-erlang//:xref.bzl", "xref")
|
||||
load("@bazel-erlang//:dialyze.bzl", "dialyze")
|
||||
load(
|
||||
|
@ -84,16 +83,20 @@ rabbitmq_integration_suite(
|
|||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_stream_SUITE",
|
||||
matrix = ct_group_matrix([
|
||||
"single_node",
|
||||
"cluster",
|
||||
]),
|
||||
matrix = {
|
||||
"single_node": {
|
||||
"groups": ["single_node"],
|
||||
},
|
||||
"cluster": {
|
||||
"groups": ["cluster"],
|
||||
"flaky": True,
|
||||
},
|
||||
},
|
||||
deps = [
|
||||
"//deps/rabbitmq_stream_common:bazel_erlang_lib",
|
||||
],
|
||||
|
|
|
@ -48,10 +48,7 @@ rabbitmq_lib(
|
|||
deps = DEPS,
|
||||
)
|
||||
|
||||
xref(
|
||||
size = "small",
|
||||
tags = ["xref"],
|
||||
)
|
||||
xref(tags = ["xref"])
|
||||
|
||||
plt(
|
||||
name = "base_plt",
|
||||
|
@ -60,7 +57,6 @@ plt(
|
|||
)
|
||||
|
||||
dialyze(
|
||||
size = "small",
|
||||
dialyzer_opts = RABBITMQ_DIALYZER_OPTS,
|
||||
plt = ":base_plt",
|
||||
tags = ["dialyze"],
|
||||
|
@ -86,13 +82,12 @@ PACKAGE = "deps/rabbitmq_trust_store"
|
|||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
size = "small",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "system_SUITE",
|
||||
flaky = True,
|
||||
matrix = ct_group_matrix([
|
||||
"file_provider_tests",
|
||||
"http_provider_tests",
|
||||
|
|
|
@ -63,7 +63,6 @@ PACKAGE = "deps/rabbitmq_web_mqtt"
|
|||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
|
|
|
@ -84,7 +84,6 @@ rabbitmq_integration_suite(
|
|||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
flaky = False,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
|
|
|
@ -113,7 +113,6 @@ def rabbitmq_integration_suite(
|
|||
tools = [],
|
||||
deps = [],
|
||||
runtime_deps = [],
|
||||
flaky = True,
|
||||
**kwargs):
|
||||
ct_suite(
|
||||
erlc_opts = RABBITMQ_TEST_ERLC_OPTS + erlc_opts,
|
||||
|
@ -142,6 +141,5 @@ def rabbitmq_integration_suite(
|
|||
"//deps/rabbit_common:bazel_erlang_lib",
|
||||
"@rabbitmq_ct_helpers//:bazel_erlang_lib",
|
||||
] + deps,
|
||||
flaky = flaky,
|
||||
**kwargs
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue