Skip to content

Commit

Permalink
test: rollback #11741 (#11959)
Browse files Browse the repository at this point in the history
Rolling back flaky test tagging to help the windows build stay green.

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
  • Loading branch information
alyssawilk authored Jul 8, 2020
1 parent ee745ac commit b6aec77
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/common/network/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ envoy_cc_test(
envoy_cc_test(
name = "addr_family_aware_socket_option_impl_test",
srcs = ["addr_family_aware_socket_option_impl_test.cc"],
tags = ["fails_on_windows"],
deps = [
":socket_option_test",
"//source/common/network:addr_family_aware_socket_option_lib",
Expand Down
1 change: 1 addition & 0 deletions test/common/router/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ envoy_cc_test(
name = "router_upstream_log_test",
srcs = ["router_upstream_log_test.cc"],
external_deps = ["abseil_optional"],
tags = ["fails_on_windows"],
deps = [
"//source/common/buffer:buffer_lib",
"//source/common/network:utility_lib",
Expand Down
2 changes: 2 additions & 0 deletions test/common/upstream/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ envoy_benchmark_test(
envoy_cc_test(
name = "health_checker_impl_test",
srcs = ["health_checker_impl_test.cc"],
tags = ["fails_on_windows"],
deps = [
":utility_lib",
"//source/common/buffer:buffer_lib",
Expand Down Expand Up @@ -403,6 +404,7 @@ envoy_benchmark_test(
name = "load_balancer_benchmark_test",
timeout = "long",
benchmark_binary = "load_balancer_benchmark",
tags = ["fails_on_windows"],
)

envoy_cc_test(
Expand Down
1 change: 1 addition & 0 deletions test/extensions/common/aws/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ envoy_cc_test(
srcs = [
"aws_metadata_fetcher_integration_test.cc",
],
tags = ["fails_on_windows"],
deps = [
"//source/common/common:fmt_lib",
"//source/extensions/common/aws:utility_lib",
Expand Down
1 change: 1 addition & 0 deletions test/extensions/filters/http/cors/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ envoy_extension_cc_test(
name = "cors_filter_integration_test",
srcs = ["cors_filter_integration_test.cc"],
extension_name = "envoy.filters.http.cors",
tags = ["fails_on_windows"],
deps = [
"//source/common/buffer:buffer_lib",
"//source/common/http:header_map_lib",
Expand Down
1 change: 1 addition & 0 deletions test/extensions/filters/http/router/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ envoy_extension_cc_test(
"//test/config/integration/certs",
],
extension_name = "envoy.filters.http.router",
tags = ["fails_on_windows"],
deps = [
"//source/extensions/filters/http/router:config",
"//test/integration:http_integration_lib",
Expand Down
1 change: 1 addition & 0 deletions test/extensions/filters/network/rbac/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ envoy_extension_cc_test(
name = "integration_test",
srcs = ["integration_test.cc"],
extension_name = "envoy.filters.network.rbac",
tags = ["fails_on_windows"],
deps = [
"//source/extensions/filters/network/echo:config",
"//source/extensions/filters/network/rbac:config",
Expand Down
1 change: 1 addition & 0 deletions test/extensions/transport_sockets/alts/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ envoy_extension_cc_test(
"grpc_alts_handshaker_proto",
"grpc_alts_transport_security_common_proto",
],
tags = ["fails_on_windows"],
deps = [
"//source/common/common:utility_lib",
"//source/common/event:dispatcher_includes",
Expand Down
9 changes: 8 additions & 1 deletion test/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ envoy_cc_test(
envoy_cc_test(
name = "cluster_filter_integration_test",
srcs = ["cluster_filter_integration_test.cc"],
tags = ["fails_on_windows"],
deps = [
":integration_lib",
"//include/envoy/network:filter_interface",
Expand All @@ -198,6 +199,7 @@ envoy_cc_test(
envoy_cc_test(
name = "custom_cluster_integration_test",
srcs = ["custom_cluster_integration_test.cc"],
tags = ["fails_on_windows"],
deps = [
":http_integration_lib",
"//source/common/upstream:load_balancer_lib",
Expand Down Expand Up @@ -373,6 +375,7 @@ envoy_cc_test(
data = [
"//test/config/integration/certs",
],
tags = ["fails_on_windows"],
deps = [
":http_integration_lib",
"//source/extensions/transport_sockets/tls:context_lib",
Expand All @@ -389,6 +392,7 @@ envoy_cc_test(
srcs = [
"header_casing_integration_test.cc",
],
tags = ["fails_on_windows"],
deps = [
":http_integration_lib",
"@envoy_api//envoy/config/bootstrap/v3:pkg_cc_proto",
Expand Down Expand Up @@ -743,6 +747,7 @@ envoy_cc_test(
# The symbol table cluster memory tests take a while to run specially under tsan.
# Shard it to avoid test timeout.
shard_count = 2,
tags = ["fails_on_windows"],
deps = [
":integration_lib",
"//source/common/memory:stats_lib",
Expand Down Expand Up @@ -942,6 +947,7 @@ envoy_cc_test(
"//test/config/integration/certs",
],
shard_count = 2,
tags = ["fails_on_windows"],
deps = [
":integration_lib",
"//source/common/config:api_version_lib",
Expand Down Expand Up @@ -988,6 +994,7 @@ envoy_cc_test(
srcs = [
"tcp_conn_pool_integration_test.cc",
],
tags = ["fails_on_windows"],
deps = [
":integration_lib",
"//include/envoy/server:filter_config_interface",
Expand Down Expand Up @@ -1039,7 +1046,6 @@ envoy_cc_test(
name = "dynamic_validation_integration_test",
srcs = ["dynamic_validation_integration_test.cc"],
data = ["//test/config/integration:server_xds_files"],
# Fails on windows with cr/lf yaml file checkouts
tags = ["fails_on_windows"],
deps = [
":http_integration_lib",
Expand Down Expand Up @@ -1082,6 +1088,7 @@ envoy_cc_test(
data = [
"//test/config/integration/certs",
],
tags = ["fails_on_windows"],
deps = [
":http_integration_lib",
"//source/common/http:header_map_lib",
Expand Down
1 change: 0 additions & 1 deletion test/server/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ envoy_cc_test(
":server_test_data",
":static_validation_test_data",
],
# Fails on windows with cr/lf yaml file checkouts
tags = ["fails_on_windows"],
deps = [
"//source/common/common:version_lib",
Expand Down

0 comments on commit b6aec77

Please sign in to comment.