Skip to content

Commit 602cece

Browse files
committed
run tests which do not mock lola again serialized
The proxy_component_test has sporadic crashes when run via bazel and the integration_test_ipc_bridge test sometimes fails at services discovery. Not running the tests in parallel hopefully helps to find the problem
1 parent 75e2508 commit 602cece

File tree

4 files changed

+6
-3
lines changed
  • score/mw/com

4 files changed

+6
-3
lines changed

score/mw/com/example/ipc_bridge/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,5 @@ sh_test(
104104
":ipc_bridge_cpp",
105105
":ipc_bridge_rs",
106106
],
107+
tags = ["no-parallel-with-proxy-component-test"],
107108
)

score/mw/com/impl/bindings/lola/service_discovery/client/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ cc_gtest_unit_test(
6161
"//score/mw/com/impl/bindings/lola/service_discovery/test:service_discovery_client_test_resources",
6262
"//score/mw/com/impl/configuration/test:configuration_store",
6363
],
64+
tags = ["no-parallel-with-proxy-component-test"],
6465
)
6566

6667
cc_unit_test_suites_for_host_and_qnx(

score/mw/com/impl/bindings/lola/test/BUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ cc_test(
128128
features = COMPILER_WARNING_FEATURES + [
129129
"aborts_upon_exception",
130130
],
131-
tags = ["unit"],
131+
tags = ["unit", "no-parallel-with-proxy-component-test"],
132132
visibility = [
133133
"//score/mw/com/impl/bindings/lola:__subpackages__",
134134
],
@@ -151,7 +151,7 @@ cc_test(
151151
features = COMPILER_WARNING_FEATURES + [
152152
"aborts_upon_exception",
153153
],
154-
tags = ["unit"],
154+
tags = ["unit", "no-parallel-with-proxy-component-test"],
155155
visibility = [
156156
"//score/mw/com/impl/bindings/lola:__subpackages__",
157157
],
@@ -193,4 +193,5 @@ cc_test(
193193
"//score/mw/com/impl/configuration/test:configuration_store",
194194
"@googletest//:gtest_main",
195195
],
196+
tags = ["no-parallel-with-proxy-component-test"],
196197
)

score/mw/com/impl/plumbing/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ cc_test(
644644
features = COMPILER_WARNING_FEATURES + [
645645
"aborts_upon_exception",
646646
],
647-
tags = ["unit"],
647+
tags = ["unit", "no-parallel-with-proxy-component-test"],
648648
visibility = [
649649
"//score/mw/com/impl:__subpackages__",
650650
],

0 commit comments

Comments
 (0)