Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: Enable now-passing unit tests #12343

Merged
merged 1 commit into from
Aug 10, 2020
Merged

Windows: Enable now-passing unit tests #12343

merged 1 commit into from
Aug 10, 2020

Conversation

sunjayBhatia
Copy link
Member

@sunjayBhatia sunjayBhatia commented Jul 28, 2020

Commit Message:
Windows: Enable now-passing unit tests

This pass only enables passing unit tests, integration tests have been flaky and are being worked on in a separate effort.

Enabled tests:

/test/common/http/http2:codec_impl_legacy_test
//test/common/http/http2:codec_impl_test
//test/common/http/http2:frame_replay_test
//test/common/network:addr_family_aware_socket_option_impl_test
//test/common/network:dns_impl_test
//test/common/router:router_upstream_log_test
//test/common/upstream:health_checker_impl_test
//test/common/upstream:load_balancer_benchmark_test
//test/extensions/filters/network/rocketmq_proxy:router_test
//test/server:server_test

Additional Description: N/A
Risk Level: Low
Testing: Validated tests passing locally and via RBE
Docs Changes: N/A
Release Notes: N/A

@sunjayBhatia
Copy link
Member Author

cc @wrowe @davinci26 @nigriMSFT

@sunjayBhatia
Copy link
Member Author

@wrowe
Copy link
Contributor

wrowe commented Jul 30, 2020

Blocked on #12225 and #12381, will re-review the list of failing tests once these are merged to this branch to pick up other tests now corrected.

/wait

@wrowe
Copy link
Contributor

wrowe commented Jul 30, 2020

Note also #12172 and #12218 which should clear up a number of failing tests (or get us closer to identifying the underlying reason for failures.)

@sunjayBhatia
Copy link
Member Author

sunjayBhatia commented Jul 31, 2020

Logs from latest run: https://dev.azure.com/cncf/4684fb3d-0389-4e0b-8251-221942316e06/_apis/build/builds/46650/logs/81

Executed 649 out of 649 tests: 585 tests pass and 64 fail remotely.

INFO: Elapsed time: 603.823s, Critical Path: 437.73s
INFO: 6955 processes: 6212 remote cache hit, 743 remote.
INFO: Build completed, 64 tests FAILED, 9178 total actions
//test/common/access_log:access_log_impl_test                            PASSED in 16.2s
//test/common/access_log:access_log_manager_impl_test                    PASSED in 8.7s
//test/common/buffer:buffer_fuzz_test                                    PASSED in 11.8s
//test/common/buffer:buffer_speed_test_benchmark_test                    PASSED in 7.5s
//test/common/buffer:buffer_test                                         PASSED in 14.4s
//test/common/buffer:owned_impl_test                                     PASSED in 8.0s
//test/common/buffer:watermark_buffer_test                               PASSED in 18.1s
//test/common/buffer:zero_copy_input_stream_test                         PASSED in 13.2s
//test/common/common:assert_test                                         PASSED in 12.4s
//test/common/common:backoff_strategy_test                               PASSED in 14.6s
//test/common/common:base64_fuzz_test                                    PASSED in 12.1s
//test/common/common:base64_test                                         PASSED in 16.0s
//test/common/common:basic_resource_impl_test                            PASSED in 13.9s
//test/common/common:callback_impl_test                                  PASSED in 14.2s
//test/common/common:cleanup_test                                        PASSED in 14.7s
//test/common/common:fmt_test                                            PASSED in 14.5s
//test/common/common:hash_fuzz_test                                      PASSED in 8.2s
//test/common/common:hash_test                                           PASSED in 16.5s
//test/common/common:hex_test                                            PASSED in 10.7s
//test/common/common:linked_object_test                                  PASSED in 15.0s
//test/common/common:lock_guard_test                                     PASSED in 10.2s
//test/common/common:log_macros_test                                     PASSED in 8.4s
//test/common/common:logger_fuzz_test                                    PASSED in 5.3s
//test/common/common:logger_speed_test_benchmark_test                    PASSED in 22.0s
//test/common/common:logger_test                                         PASSED in 7.7s
//test/common/common:matchers_test                                       PASSED in 13.3s
//test/common/common:mem_block_builder_test                              PASSED in 13.3s
//test/common/common:mutex_tracer_test                                   PASSED in 12.7s
//test/common/common:perf_annotation_disabled_test                       PASSED in 9.9s
//test/common/common:perf_annotation_test                                PASSED in 17.7s
//test/common/common:phantom_test                                        PASSED in 14.8s
//test/common/common:random_generator_test                               PASSED in 8.8s
//test/common/common:regex_test                                          PASSED in 12.0s
//test/common/common:statusor_test                                       PASSED in 8.1s
//test/common/common:stl_helpers_test                                    PASSED in 6.4s
//test/common/common:thread_id_test                                      PASSED in 14.2s
//test/common/common:thread_test                                         PASSED in 6.8s
//test/common/common:token_bucket_impl_test                              PASSED in 15.2s
//test/common/common:utility_fuzz_test                                   PASSED in 4.9s
//test/common/common:utility_speed_test_benchmark_test                   PASSED in 7.5s
//test/common/common:utility_test                                        PASSED in 17.8s
//test/common/common:version_test                                        PASSED in 14.5s
//test/common/config:api_shadow_test                                     PASSED in 8.4s
//test/common/config:api_type_oracle_test                                PASSED in 13.3s
//test/common/config:config_provider_impl_test                           PASSED in 15.9s
//test/common/config:datasource_test                                     PASSED in 14.8s
//test/common/config:decoded_resource_impl_test                          PASSED in 11.7s
//test/common/config:delta_subscription_impl_test                        PASSED in 12.8s
//test/common/config:delta_subscription_state_test                       PASSED in 11.8s
//test/common/config:grpc_mux_impl_test                                  PASSED in 14.0s
//test/common/config:grpc_stream_test                                    PASSED in 12.8s
//test/common/config:grpc_subscription_impl_test                         PASSED in 15.5s
//test/common/config:http_subscription_impl_test                         PASSED in 7.8s
//test/common/config:metadata_test                                       PASSED in 14.1s
//test/common/config:new_grpc_mux_impl_test                              PASSED in 18.2s
//test/common/config:opaque_resource_decoder_impl_test                   PASSED in 15.0s
//test/common/config:pausable_ack_queue_test                             PASSED in 14.4s
//test/common/config:registry_test                                       PASSED in 15.7s
//test/common/config:runtime_utility_test                                PASSED in 14.7s
//test/common/config:subscription_factory_impl_test                      PASSED in 12.7s
//test/common/config:type_to_endpoint_test                               PASSED in 13.5s
//test/common/config:udpa_resource_test                                  PASSED in 14.1s
//test/common/config:utility_test                                        PASSED in 14.7s
//test/common/config:version_converter_test                              PASSED in 16.0s
//test/common/config:watch_map_test                                      PASSED in 14.4s
//test/common/crypto:get_sha_256_digest_fuzz_test                        PASSED in 14.9s
//test/common/crypto:utility_test                                        PASSED in 12.0s
//test/common/crypto:verify_signature_fuzz_test                          PASSED in 15.4s
//test/common/filesystem:directory_test                                  PASSED in 11.7s
//test/common/filesystem:filesystem_impl_test                            PASSED in 15.9s
//test/common/filter/http:filter_config_discovery_impl_test              PASSED in 9.3s
//test/common/formatter:substitution_format_string_test                  PASSED in 14.2s
//test/common/formatter:substitution_formatter_fuzz_test                 PASSED in 13.3s
//test/common/formatter:substitution_formatter_speed_test_benchmark_test PASSED in 13.0s
//test/common/formatter:substitution_formatter_test                      PASSED in 9.6s
//test/common/grpc:async_client_impl_test                                PASSED in 14.5s
//test/common/grpc:async_client_manager_impl_test                        PASSED in 8.7s
//test/common/grpc:codec_fuzz_test                                       PASSED in 12.1s
//test/common/grpc:codec_test                                            PASSED in 7.9s
//test/common/grpc:common_test                                           PASSED in 9.3s
//test/common/grpc:context_impl_test                                     PASSED in 17.2s
//test/common/grpc:google_async_client_impl_test                         PASSED in 13.2s
//test/common/grpc:google_grpc_creds_test                                PASSED in 17.1s
//test/common/grpc:google_grpc_utils_test                                PASSED in 17.3s
//test/common/html:utility_test                                          PASSED in 7.5s
//test/common/http:async_client_impl_test                                PASSED in 14.8s
//test/common/http:async_client_utility_test                             PASSED in 18.7s
//test/common/http:codec_impl_fuzz_test                                  PASSED in 14.7s
//test/common/http:codec_wrappers_test                                   PASSED in 15.6s
//test/common/http:codes_speed_test_benchmark_test                       PASSED in 13.3s
//test/common/http:codes_test                                            PASSED in 15.5s
//test/common/http:conn_manager_impl_fuzz_test                           PASSED in 11.6s
//test/common/http:conn_manager_impl_test                                PASSED in 10.0s
//test/common/http:conn_manager_utility_test                             PASSED in 15.4s
//test/common/http:date_provider_impl_test                               PASSED in 13.5s
//test/common/http:header_map_impl_fuzz_test                             PASSED in 18.3s
//test/common/http:header_map_impl_speed_test_benchmark_test             PASSED in 11.2s
//test/common/http:header_map_impl_test                                  PASSED in 11.6s
//test/common/http:header_utility_test                                   PASSED in 11.6s
//test/common/http:path_utility_test                                     PASSED in 12.8s
//test/common/http:request_id_extension_uuid_impl_test                   PASSED in 7.9s
//test/common/http:status_test                                           PASSED in 13.4s
//test/common/http:user_agent_test                                       PASSED in 10.5s
//test/common/http:utility_fuzz_test                                     PASSED in 10.4s
//test/common/http:utility_test                                          PASSED in 14.3s
//test/common/http/http1:codec_impl_test                                 PASSED in 8.6s
//test/common/http/http1:conn_pool_test                                  PASSED in 8.9s
//test/common/http/http1:header_formatter_test                           PASSED in 15.2s
//test/common/http/http2:conn_pool_test                                  PASSED in 7.6s
//test/common/http/http2:frame_replay_test                               PASSED in 13.4s
//test/common/http/http2:metadata_encoder_decoder_test                   PASSED in 15.5s
//test/common/http/http2:request_header_fuzz_test                        PASSED in 14.3s
//test/common/http/http2:response_header_fuzz_test                       PASSED in 6.0s
//test/common/init:manager_impl_test                                     PASSED in 11.8s
//test/common/init:target_impl_test                                      PASSED in 15.4s
//test/common/init:watcher_impl_test                                     PASSED in 14.7s
//test/common/json:json_fuzz_test                                        PASSED in 11.8s
//test/common/json:json_loader_test                                      PASSED in 13.9s
//test/common/local_reply:local_reply_test                               PASSED in 8.5s
//test/common/memory:debug_test                                          PASSED in 14.6s
//test/common/memory:heap_shrinker_test                                  PASSED in 14.6s
//test/common/network:addr_family_aware_socket_option_impl_test          PASSED in 17.1s
//test/common/network:address_impl_speed_test_benchmark_test             PASSED in 11.8s
//test/common/network:address_impl_test                                  PASSED in 12.5s
//test/common/network:cidr_range_test                                    PASSED in 12.1s
//test/common/network:dns_impl_test                                      PASSED in 8.0s
//test/common/network:filter_manager_impl_test                           PASSED in 14.6s
//test/common/network:filter_matcher_test                                PASSED in 12.4s
//test/common/network:io_socket_handle_impl_test                         PASSED in 13.2s
//test/common/network:lc_trie_speed_test_benchmark_test                  PASSED in 16.3s
//test/common/network:lc_trie_test                                       PASSED in 17.6s
//test/common/network:listen_socket_impl_test                            PASSED in 11.2s
//test/common/network:resolver_test                                      PASSED in 11.4s
//test/common/network:socket_option_factory_test                         PASSED in 14.7s
//test/common/network:socket_option_impl_test                            PASSED in 14.5s
//test/common/network:transport_socket_options_impl_test                 PASSED in 13.5s
//test/common/network:utility_fuzz_test                                  PASSED in 10.4s
//test/common/network:utility_test                                       PASSED in 12.4s
//test/common/protobuf:message_validator_impl_test                       PASSED in 12.7s
//test/common/protobuf:utility_test                                      PASSED in 12.0s
//test/common/protobuf:value_util_fuzz_test                              PASSED in 9.7s
//test/common/router:config_impl_test                                    PASSED in 14.6s
//test/common/router:header_formatter_test                               PASSED in 15.7s
//test/common/router:header_parser_fuzz_test                             PASSED in 15.3s
//test/common/router:rds_impl_test                                       PASSED in 12.3s
//test/common/router:retry_state_impl_test                               PASSED in 14.0s
//test/common/router:router_ratelimit_test                               PASSED in 9.3s
//test/common/router:router_test                                         PASSED in 14.4s
//test/common/router:router_upstream_log_test                            PASSED in 12.9s
//test/common/router:scoped_config_impl_test                             PASSED in 11.1s
//test/common/router:scoped_rds_test                                     PASSED in 8.6s
//test/common/router:shadow_writer_impl_test                             PASSED in 16.3s
//test/common/router:string_accessor_impl_test                           PASSED in 14.3s
//test/common/router:upstream_request_test                               PASSED in 16.9s
//test/common/router:vhds_test                                           PASSED in 13.1s
//test/common/runtime:runtime_flag_override_noop_test                    PASSED in 14.2s
//test/common/runtime:runtime_flag_override_test                         PASSED in 15.6s
//test/common/runtime:runtime_impl_test                                  PASSED in 15.1s
//test/common/runtime:runtime_protos_test                                PASSED in 11.7s
//test/common/secret:sds_api_test                                        PASSED in 14.4s
//test/common/secret:secret_manager_impl_test                            PASSED in 7.7s
//test/common/shared_pool:shared_pool_test                               PASSED in 12.1s
//test/common/singleton:manager_impl_test                                PASSED in 15.6s
//test/common/singleton:threadsafe_singleton_test                        PASSED in 10.4s
//test/common/stats:allocator_impl_test                                  PASSED in 12.2s
//test/common/stats:histogram_impl_test                                  PASSED in 11.3s
//test/common/stats:isolated_store_impl_test                             PASSED in 14.3s
//test/common/stats:metric_impl_test                                     PASSED in 15.7s
//test/common/stats:recent_lookups_test                                  PASSED in 13.8s
//test/common/stats:refcount_ptr_test                                    PASSED in 11.8s
//test/common/stats:stat_merger_fuzz_test                                PASSED in 17.1s
//test/common/stats:stat_merger_test                                     PASSED in 14.6s
//test/common/stats:stat_test_utility_test                               PASSED in 14.5s
//test/common/stats:stats_matcher_impl_test                              PASSED in 13.8s
//test/common/stats:symbol_table_fuzz_test                               PASSED in 9.0s
//test/common/stats:symbol_table_impl_test                               PASSED in 8.7s
//test/common/stats:tag_extractor_impl_test                              PASSED in 11.5s
//test/common/stats:tag_producer_impl_test                               PASSED in 8.1s
//test/common/stats:thread_local_store_speed_test_benchmark_test         PASSED in 17.0s
//test/common/stats:thread_local_store_test                              PASSED in 12.9s
//test/common/stats:utility_fuzz_test                                    PASSED in 9.4s
//test/common/stats:utility_test                                         PASSED in 6.8s
//test/common/stream_info:filter_state_impl_test                         PASSED in 11.1s
//test/common/stream_info:stream_info_impl_test                          PASSED in 11.6s
//test/common/stream_info:uint32_accessor_impl_test                      PASSED in 9.9s
//test/common/stream_info:utility_test                                   PASSED in 7.9s
//test/common/tcp:conn_pool_test                                         PASSED in 11.5s
//test/common/tcp_proxy:tcp_proxy_test                                   PASSED in 14.2s
//test/common/tcp_proxy:upstream_test                                    PASSED in 10.6s
//test/common/thread_local:thread_local_impl_test                        PASSED in 8.5s
//test/common/tracing:http_tracer_impl_test                              PASSED in 7.0s
//test/common/tracing:http_tracer_manager_impl_test                      PASSED in 15.3s
//test/common/upstream:cds_api_impl_test                                 PASSED in 12.4s
//test/common/upstream:cluster_factory_impl_test                         PASSED in 17.3s
//test/common/upstream:cluster_manager_impl_test                         PASSED in 11.8s
//test/common/upstream:cluster_update_tracker_test                       PASSED in 12.7s
//test/common/upstream:conn_pool_map_impl_test                           PASSED in 12.8s
//test/common/upstream:edf_scheduler_test                                PASSED in 11.6s
//test/common/upstream:eds_speed_test_benchmark_test                     PASSED in 11.8s
//test/common/upstream:eds_test                                          PASSED in 9.3s
//test/common/upstream:hds_test                                          PASSED in 16.2s
//test/common/upstream:health_checker_impl_test                          PASSED in 8.3s
//test/common/upstream:host_stats_test                                   PASSED in 13.2s
//test/common/upstream:host_utility_test                                 PASSED in 13.8s
//test/common/upstream:load_balancer_benchmark_test                      PASSED in 42.9s
//test/common/upstream:load_balancer_impl_test                           PASSED in 14.1s
//test/common/upstream:load_balancer_simulation_test                     PASSED in 7.8s
//test/common/upstream:load_stats_reporter_test                          PASSED in 13.8s
//test/common/upstream:logical_dns_cluster_test                          PASSED in 8.8s
//test/common/upstream:maglev_lb_test                                    PASSED in 14.9s
//test/common/upstream:original_dst_cluster_test                         PASSED in 6.4s
//test/common/upstream:outlier_detection_impl_test                       PASSED in 12.6s
//test/common/upstream:priority_conn_pool_map_impl_test                  PASSED in 12.6s
//test/common/upstream:resource_manager_impl_test                        PASSED in 15.7s
//test/common/upstream:ring_hash_lb_test                                 PASSED in 12.5s
//test/common/upstream:subset_lb_test                                    PASSED in 11.0s
//test/common/upstream:transport_socket_matcher_test                     PASSED in 7.5s
//test/common/upstream:upstream_impl_test                                PASSED in 12.9s
//test/config_test:deprecated_configs_test                               PASSED in 8.3s
//test/dependencies:curl_test                                            PASSED in 11.0s
//test/exe:main_common_test                                              PASSED in 11.8s
//test/exe:terminate_handler_test                                        PASSED in 12.0s
//test/exe:version_out_test                                              PASSED in 8.4s
//test/extensions/access_loggers/common:access_log_base_test             PASSED in 14.2s
//test/extensions/access_loggers/file:config_test                        PASSED in 13.3s
//test/extensions/access_loggers/grpc:grpc_access_log_impl_test          PASSED in 13.0s
//test/extensions/access_loggers/grpc:grpc_access_log_utils_test         PASSED in 12.8s
//test/extensions/access_loggers/grpc:http_config_test                   PASSED in 15.5s
//test/extensions/access_loggers/grpc:http_grpc_access_log_impl_test     PASSED in 13.2s
//test/extensions/clusters/aggregate:cluster_test                        PASSED in 19.7s
//test/extensions/clusters/aggregate:cluster_update_test                 PASSED in 12.0s
//test/extensions/clusters/dynamic_forward_proxy:cluster_test            PASSED in 14.3s
//test/extensions/clusters/redis:crc16_test                              PASSED in 16.7s
//test/extensions/clusters/redis:redis_cluster_lb_test                   PASSED in 15.6s
//test/extensions/clusters/redis:redis_cluster_test                      PASSED in 12.2s
//test/extensions/common:utility_test                                    PASSED in 13.8s
//test/extensions/common/aws:aws_metadata_fetcher_integration_test       PASSED in 38.6s
//test/extensions/common/aws:credentials_provider_impl_test              PASSED in 15.0s
//test/extensions/common/aws:credentials_provider_test                   PASSED in 8.4s
//test/extensions/common/aws:region_provider_impl_test                   PASSED in 13.2s
//test/extensions/common/aws:signer_impl_test                            PASSED in 12.8s
//test/extensions/common/aws:utility_test                                PASSED in 12.7s
//test/extensions/common/dynamic_forward_proxy:dns_cache_impl_test       PASSED in 7.7s
//test/extensions/common/dynamic_forward_proxy:dns_cache_resource_manager_test PASSED in 16.9s
//test/extensions/common/proxy_protocol:proxy_protocol_header_test       PASSED in 16.0s
//test/extensions/common/redis:cluster_refresh_manager_test              PASSED in 12.8s
//test/extensions/common/sqlutils:sqlutils_tests                         PASSED in 15.6s
//test/extensions/common/tap:admin_test                                  PASSED in 6.9s
//test/extensions/common/tap:tap_config_base_test                        PASSED in 14.3s
//test/extensions/common/tap:tap_matcher_test                            PASSED in 14.4s
//test/extensions/compression/gzip:compressor_fuzz_test                  PASSED in 11.6s
//test/extensions/compression/gzip/compressor:compressor_test            PASSED in 8.3s
//test/extensions/compression/gzip/decompressor:zlib_decompressor_impl_test PASSED in 13.0s
//test/extensions/filters/common/expr:context_test                       PASSED in 15.7s
//test/extensions/filters/common/expr:evaluator_fuzz_test                PASSED in 10.7s
//test/extensions/filters/common/ext_authz:check_request_utils_test      PASSED in 11.8s
//test/extensions/filters/common/ext_authz:ext_authz_grpc_impl_test      PASSED in 15.9s
//test/extensions/filters/common/ext_authz:ext_authz_http_impl_test      PASSED in 12.3s
//test/extensions/filters/common/fault:fault_config_test                 PASSED in 8.9s
//test/extensions/filters/common/original_src:original_src_socket_option_test PASSED in 9.2s
//test/extensions/filters/common/ratelimit:ratelimit_impl_test           PASSED in 12.9s
//test/extensions/filters/common/rbac:engine_impl_test                   PASSED in 13.7s
//test/extensions/filters/common/rbac:matchers_test                      PASSED in 13.9s
//test/extensions/filters/http/adaptive_concurrency:adaptive_concurrency_filter_test PASSED in 8.2s
//test/extensions/filters/http/adaptive_concurrency:adaptive_concurrency_integration_test PASSED in 11.8s
//test/extensions/filters/http/adaptive_concurrency/controller:gradient_controller_test PASSED in 14.8s
//test/extensions/filters/http/admission_control:admission_control_filter_test PASSED in 10.6s
//test/extensions/filters/http/admission_control:admission_control_integration_test PASSED in 127.2s
//test/extensions/filters/http/admission_control:admission_controller_test PASSED in 15.0s
//test/extensions/filters/http/admission_control:config_test             PASSED in 12.6s
//test/extensions/filters/http/admission_control:success_criteria_evaluator_test PASSED in 11.9s
//test/extensions/filters/http/aws_lambda:arn_test                       PASSED in 14.3s
//test/extensions/filters/http/aws_lambda:aws_lambda_filter_integration_test PASSED in 17.2s
//test/extensions/filters/http/aws_lambda:aws_lambda_filter_test         PASSED in 7.9s
//test/extensions/filters/http/aws_lambda:config_test                    PASSED in 9.2s
//test/extensions/filters/http/aws_request_signing:aws_request_signing_filter_test PASSED in 16.6s
//test/extensions/filters/http/aws_request_signing:config_test           PASSED in 18.2s
//test/extensions/filters/http/buffer:buffer_filter_integration_test     PASSED in 39.4s
//test/extensions/filters/http/buffer:buffer_filter_test                 PASSED in 11.4s
//test/extensions/filters/http/buffer:config_test                        PASSED in 12.6s
//test/extensions/filters/http/cache:cache_filter_integration_test       PASSED in 24.5s
//test/extensions/filters/http/cache:cache_filter_test                   PASSED in 10.4s
//test/extensions/filters/http/cache:cache_headers_utils_test            PASSED in 8.0s
//test/extensions/filters/http/cache:cacheability_utils_test             PASSED in 13.7s
//test/extensions/filters/http/cache:config_test                         PASSED in 15.2s
//test/extensions/filters/http/cache:http_cache_test                     PASSED in 16.8s
//test/extensions/filters/http/cache/simple_http_cache:simple_http_cache_test PASSED in 13.7s
//test/extensions/filters/http/common:jwks_fetcher_test                  PASSED in 18.6s
//test/extensions/filters/http/common:utility_test                       PASSED in 16.7s
//test/extensions/filters/http/common/compressor:compressor_filter_speed_test_benchmark_test PASSED in 12.9s
//test/extensions/filters/http/common/compressor:compressor_filter_test  PASSED in 11.1s
//test/extensions/filters/http/common/fuzz:filter_fuzz_test              PASSED in 19.1s
//test/extensions/filters/http/compressor:compressor_filter_integration_test PASSED in 23.3s
//test/extensions/filters/http/compressor:compressor_filter_test         PASSED in 14.4s
//test/extensions/filters/http/compressor:config_test                    PASSED in 10.3s
//test/extensions/filters/http/cors:cors_filter_integration_test         PASSED in 20.0s
//test/extensions/filters/http/cors:cors_filter_test                     PASSED in 10.8s
//test/extensions/filters/http/csrf:csrf_filter_integration_test         PASSED in 33.7s
//test/extensions/filters/http/csrf:csrf_filter_test                     PASSED in 10.5s
//test/extensions/filters/http/decompressor:decompressor_filter_integration_test PASSED in 9.8s
//test/extensions/filters/http/decompressor:decompressor_filter_test     PASSED in 12.1s
//test/extensions/filters/http/dynamic_forward_proxy:proxy_filter_integration_test PASSED in 16.7s
//test/extensions/filters/http/dynamic_forward_proxy:proxy_filter_test   PASSED in 16.2s
//test/extensions/filters/http/dynamo:config_test                        PASSED in 6.3s
//test/extensions/filters/http/dynamo:dynamo_filter_test                 PASSED in 17.5s
//test/extensions/filters/http/dynamo:dynamo_request_parser_test         PASSED in 14.9s
//test/extensions/filters/http/dynamo:dynamo_stats_test                  PASSED in 17.1s
//test/extensions/filters/http/ext_authz:config_test                     PASSED in 6.6s
//test/extensions/filters/http/ext_authz:ext_authz_test                  PASSED in 17.0s
//test/extensions/filters/http/fault:config_test                         PASSED in 10.8s
//test/extensions/filters/http/fault:fault_filter_integration_test       PASSED in 42.3s
//test/extensions/filters/http/fault:fault_filter_test                   PASSED in 16.3s
//test/extensions/filters/http/grpc_http1_bridge:config_test             PASSED in 12.7s
//test/extensions/filters/http/grpc_http1_bridge:http1_bridge_filter_test PASSED in 12.7s
//test/extensions/filters/http/grpc_http1_reverse_bridge:config_test     PASSED in 15.9s
//test/extensions/filters/http/grpc_http1_reverse_bridge:reverse_bridge_integration_test PASSED in 15.9s
//test/extensions/filters/http/grpc_http1_reverse_bridge:reverse_bridge_test PASSED in 8.9s
//test/extensions/filters/http/grpc_json_transcoder:config_test          PASSED in 16.9s
//test/extensions/filters/http/grpc_json_transcoder:grpc_json_transcoder_integration_test PASSED in 70.9s
//test/extensions/filters/http/grpc_json_transcoder:http_body_utils_test PASSED in 13.4s
//test/extensions/filters/http/grpc_json_transcoder:json_transcoder_filter_test PASSED in 8.0s
//test/extensions/filters/http/grpc_json_transcoder:transcoder_input_stream_test PASSED in 15.0s
//test/extensions/filters/http/grpc_stats:config_test                    PASSED in 15.1s
//test/extensions/filters/http/grpc_web:config_test                      PASSED in 13.1s
//test/extensions/filters/http/grpc_web:grpc_web_filter_test             PASSED in 16.0s
//test/extensions/filters/http/grpc_web:grpc_web_integration_test        PASSED in 16.0s
//test/extensions/filters/http/gzip:gzip_filter_test                     PASSED in 12.4s
//test/extensions/filters/http/header_to_metadata:config_test            PASSED in 14.2s
//test/extensions/filters/http/header_to_metadata:header_to_metadata_filter_test PASSED in 13.2s
//test/extensions/filters/http/health_check:config_test                  PASSED in 17.7s
//test/extensions/filters/http/health_check:health_check_test            PASSED in 13.7s
//test/extensions/filters/http/ip_tagging:ip_tagging_filter_test         PASSED in 16.0s
//test/extensions/filters/http/jwt_authn:authenticator_test              PASSED in 10.6s
//test/extensions/filters/http/jwt_authn:extractor_test                  PASSED in 16.2s
//test/extensions/filters/http/jwt_authn:filter_config_test              PASSED in 9.9s
//test/extensions/filters/http/jwt_authn:filter_factory_test             PASSED in 15.5s
//test/extensions/filters/http/jwt_authn:filter_integration_test         PASSED in 44.2s
//test/extensions/filters/http/jwt_authn:filter_test                     PASSED in 15.2s
//test/extensions/filters/http/jwt_authn:group_verifier_test             PASSED in 18.8s
//test/extensions/filters/http/jwt_authn:jwks_cache_test                 PASSED in 14.2s
//test/extensions/filters/http/jwt_authn:matcher_test                    PASSED in 11.8s
//test/extensions/filters/http/jwt_authn:verifier_test                   PASSED in 13.1s
//test/extensions/filters/http/on_demand:on_demand_filter_test           PASSED in 14.2s
//test/extensions/filters/http/original_src:config_test                  PASSED in 14.6s
//test/extensions/filters/http/original_src:original_src_config_factory_test PASSED in 14.7s
//test/extensions/filters/http/original_src:original_src_test            PASSED in 12.5s
//test/extensions/filters/http/ratelimit:config_test                     PASSED in 10.0s
//test/extensions/filters/http/ratelimit:ratelimit_test                  PASSED in 11.9s
//test/extensions/filters/http/rbac:config_test                          PASSED in 9.7s
//test/extensions/filters/http/rbac:rbac_filter_integration_test         PASSED in 29.1s
//test/extensions/filters/http/rbac:rbac_filter_test                     PASSED in 9.5s
//test/extensions/filters/http/router:config_test                        PASSED in 14.8s
//test/extensions/filters/http/squash:config_test                        PASSED in 10.0s
//test/extensions/filters/http/squash:squash_filter_integration_test     PASSED in 22.8s
//test/extensions/filters/http/squash:squash_filter_test                 PASSED in 11.4s
//test/extensions/filters/http/tap:tap_config_impl_test                  PASSED in 16.1s
//test/extensions/filters/http/tap:tap_filter_integration_test           PASSED in 33.0s
//test/extensions/filters/http/tap:tap_filter_test                       PASSED in 17.7s
//test/extensions/filters/listener/http_inspector:http_inspector_config_test PASSED in 10.3s
//test/extensions/filters/listener/original_dst:config_test              PASSED in 6.2s
//test/extensions/filters/listener/original_dst:original_dst_fuzz_test   PASSED in 12.3s
//test/extensions/filters/listener/original_src:config_test              PASSED in 16.6s
//test/extensions/filters/listener/original_src:original_src_fuzz_test   PASSED in 10.9s
//test/extensions/filters/listener/original_src:original_src_test        PASSED in 14.7s
//test/extensions/filters/listener/tls_inspector:tls_inspector_benchmark_test PASSED in 12.2s
//test/extensions/filters/listener/tls_inspector:tls_inspector_test      PASSED in 14.2s
//test/extensions/filters/network/client_sINFO: Build completed, 64 tests FAILED, 9178 total actions
sl_auth:client_ssl_auth_test   PASSED in 15.5s
//test/extensions/filters/network/client_ssl_auth:config_test            PASSED in 13.0s
//test/extensions/filters/network/common:utility_test                    PASSED in 5.3s
//test/extensions/filters/network/common/fuzz:network_readfilter_fuzz_test PASSED in 5.2s
//test/extensions/filters/network/common/redis:client_impl_test          PASSED in 16.2s
//test/extensions/filters/network/common/redis:codec_impl_test           PASSED in 18.0s
//test/extensions/filters/network/direct_response:direct_response_test   PASSED in 13.4s
//test/extensions/filters/network/dubbo_proxy:app_exception_test         PASSED in 12.9s
//test/extensions/filters/network/dubbo_proxy:config_test                PASSED in 10.3s
//test/extensions/filters/network/dubbo_proxy:conn_manager_test          PASSED in 6.6s
//test/extensions/filters/network/dubbo_proxy:decoder_test               PASSED in 15.3s
//test/extensions/filters/network/dubbo_proxy:dubbo_hessian2_serializer_impl_test PASSED in 9.6s
//test/extensions/filters/network/dubbo_proxy:dubbo_protocol_impl_test   PASSED in 16.1s
//test/extensions/filters/network/dubbo_proxy:hessian_utils_test         PASSED in 11.2s
//test/extensions/filters/network/dubbo_proxy:metadata_test              PASSED in 7.7s
//test/extensions/filters/network/dubbo_proxy:route_matcher_test         PASSED in 10.4s
//test/extensions/filters/network/dubbo_proxy:router_filter_config_test  PASSED in 18.7s
//test/extensions/filters/network/dubbo_proxy:router_test                PASSED in 14.9s
//test/extensions/filters/network/ext_authz:config_test                  PASSED in 15.6s
//test/extensions/filters/network/ext_authz:ext_authz_fuzz_test          PASSED in 6.0s
//test/extensions/filters/network/ext_authz:ext_authz_test               PASSED in 16.4s
//test/extensions/filters/network/http_connection_manager:config_test    PASSED in 14.4s
//test/extensions/filters/network/kafka:kafka_request_parser_test        PASSED in 7.9s
//test/extensions/filters/network/kafka:kafka_response_parser_test       PASSED in 13.4s
//test/extensions/filters/network/kafka:metrics_integration_test         PASSED in 15.8s
//test/extensions/filters/network/kafka:request_codec_integration_test   PASSED in 14.0s
//test/extensions/filters/network/kafka:request_codec_request_test       PASSED in 8.7s
//test/extensions/filters/network/kafka:request_codec_unit_test          PASSED in 13.5s
//test/extensions/filters/network/kafka:requests_test                    PASSED in 11.5s
//test/extensions/filters/network/kafka:response_codec_integration_test  PASSED in 12.0s
//test/extensions/filters/network/kafka:response_codec_response_test     PASSED in 14.0s
//test/extensions/filters/network/kafka:response_codec_unit_test         PASSED in 16.1s
//test/extensions/filters/network/kafka:responses_test                   PASSED in 10.6s
//test/extensions/filters/network/kafka:serialization_composite_test     PASSED in 14.6s
//test/extensions/filters/network/kafka:serialization_test               PASSED in 18.3s
//test/extensions/filters/network/kafka/broker:config_unit_test          PASSED in 15.2s
//test/extensions/filters/network/kafka/broker:filter_protocol_test      PASSED in 14.6s
//test/extensions/filters/network/kafka/broker:filter_unit_test          PASSED in 12.4s
//test/extensions/filters/network/local_ratelimit:local_ratelimit_fuzz_test PASSED in 12.2s
//test/extensions/filters/network/local_ratelimit:local_ratelimit_integration_test PASSED in 9.4s
//test/extensions/filters/network/local_ratelimit:local_ratelimit_test   PASSED in 11.0s
//test/extensions/filters/network/mongo_proxy:bson_impl_test             PASSED in 15.3s
//test/extensions/filters/network/mongo_proxy:codec_impl_test            PASSED in 12.0s
//test/extensions/filters/network/mongo_proxy:config_test                PASSED in 15.8s
//test/extensions/filters/network/mongo_proxy:proxy_test                 PASSED in 13.7s
//test/extensions/filters/network/mongo_proxy:utility_test               PASSED in 15.7s
//test/extensions/filters/network/mysql_proxy:mysql_codec_tests          PASSED in 18.4s
//test/extensions/filters/network/mysql_proxy:mysql_command_tests        PASSED in 8.5s
//test/extensions/filters/network/postgres_proxy:postgres_decoder_tests  PASSED in 10.1s
//test/extensions/filters/network/postgres_proxy:postgres_filter_tests   PASSED in 11.9s
//test/extensions/filters/network/ratelimit:config_test                  PASSED in 15.0s
//test/extensions/filters/network/ratelimit:ratelimit_test               PASSED in 16.3s
//test/extensions/filters/network/rbac:config_test                       PASSED in 16.8s
//test/extensions/filters/network/rbac:filter_test                       PASSED in 10.6s
//test/extensions/filters/network/rbac:integration_test                  PASSED in 14.4s
//test/extensions/filters/network/redis_proxy:command_lookup_speed_test_benchmark_test PASSED in 12.6s
//test/extensions/filters/network/redis_proxy:command_split_speed_test_benchmark_test PASSED in 9.8s
//test/extensions/filters/network/redis_proxy:command_splitter_impl_test PASSED in 15.7s
//test/extensions/filters/network/redis_proxy:config_test                PASSED in 5.4s
//test/extensions/filters/network/redis_proxy:conn_pool_impl_test        PASSED in 14.0s
//test/extensions/filters/network/redis_proxy:proxy_filter_test          PASSED in 12.8s
//test/extensions/filters/network/redis_proxy:router_impl_test           PASSED in 14.2s
//test/extensions/filters/network/rocketmq_proxy:active_message_test     PASSED in 13.0s
//test/extensions/filters/network/rocketmq_proxy:codec_test              PASSED in 16.6s
//test/extensions/filters/network/rocketmq_proxy:config_test             PASSED in 14.8s
//test/extensions/filters/network/rocketmq_proxy:conn_manager_test       PASSED in 13.5s
//test/extensions/filters/network/rocketmq_proxy:protocol_test           PASSED in 13.6s
//test/extensions/filters/network/rocketmq_proxy:route_matcher_test      PASSED in 10.5s
//test/extensions/filters/network/rocketmq_proxy:router_test             PASSED in 7.7s
//test/extensions/filters/network/rocketmq_proxy:topic_route_test        PASSED in 15.2s
//test/extensions/filters/network/sni_cluster:sni_cluster_test           PASSED in 10.7s
//test/extensions/filters/network/sni_dynamic_forward_proxy:proxy_filter_test PASSED in 11.0s
//test/extensions/filters/network/tcp_proxy:config_test                  PASSED in 12.7s
//test/extensions/filters/network/thrift_proxy:app_exception_impl_test   PASSED in 14.7s
//test/extensions/filters/network/thrift_proxy:auto_protocol_impl_test   PASSED in 16.0s
//test/extensions/filters/network/thrift_proxy:auto_transport_impl_test  PASSED in 13.0s
//test/extensions/filters/network/thrift_proxy:binary_protocol_impl_test PASSED in 13.3s
//test/extensions/filters/network/thrift_proxy:buffer_helper_test        PASSED in 9.4s
//test/extensions/filters/network/thrift_proxy:compact_protocol_impl_test PASSED in 15.2s
//test/extensions/filters/network/thrift_proxy:config_test               PASSED in 12.2s
//test/extensions/filters/network/thrift_proxy:conn_manager_test         PASSED in 9.6s
//test/extensions/filters/network/thrift_proxy:conn_state_test           PASSED in 6.6s
//test/extensions/filters/network/thrift_proxy:decoder_test              PASSED in 8.8s
//test/extensions/filters/network/thrift_proxy:framed_transport_impl_test PASSED in 13.8s
//test/extensions/filters/network/thrift_proxy:header_transport_impl_test PASSED in 15.2s
//test/extensions/filters/network/thrift_proxy:metadata_test             PASSED in 15.6s
//test/extensions/filters/network/thrift_proxy:route_matcher_test        PASSED in 10.6s
//test/extensions/filters/network/thrift_proxy:router_ratelimit_test     PASSED in 13.8s
//test/extensions/filters/network/thrift_proxy:router_test               PASSED in 15.0s
//test/extensions/filters/network/thrift_proxy:thrift_object_impl_test   PASSED in 7.2s
//test/extensions/filters/network/thrift_proxy:twitter_protocol_impl_test PASSED in 13.2s
//test/extensions/filters/network/thrift_proxy:unframed_transport_impl_test PASSED in 8.3s
//test/extensions/filters/network/thrift_proxy/filters:pass_through_filter_test PASSED in 16.9s
//test/extensions/filters/network/thrift_proxy/filters/ratelimit:config_test PASSED in 15.7s
//test/extensions/filters/network/thrift_proxy/filters/ratelimit:ratelimit_test PASSED in 13.3s
//test/extensions/filters/network/zookeeper_proxy:config_test            PASSED in 9.0s
//test/extensions/filters/network/zookeeper_proxy:filter_test            PASSED in 12.7s
//test/extensions/filters/udp/dns_filter:dns_filter_fuzz_test            PASSED in 13.1s
//test/extensions/filters/udp/udp_proxy:udp_proxy_filter_test            PASSED in 11.3s
//test/extensions/health_checkers/redis:config_test                      PASSED in 12.7s
//test/extensions/health_checkers/redis:redis_test                       PASSED in 16.1s
//test/extensions/internal_redirect/previous_routes:config_test          PASSED in 12.3s
//test/extensions/quic_listeners/quiche:envoy_quic_alarm_test            PASSED in 13.4s
//test/extensions/quic_listeners/quiche:envoy_quic_proof_source_test     PASSED in 12.4s
//test/extensions/quic_listeners/quiche:quic_io_handle_wrapper_test      PASSED in 15.2s
//test/extensions/quic_listeners/quiche/platform:envoy_quic_clock_test   PASSED in 11.9s
//test/extensions/quic_listeners/quiche/platform:http2_platform_test     PASSED in 17.8s
//test/extensions/quic_listeners/quiche/platform:quic_platform_test      PASSED in 14.0s
//test/extensions/quic_listeners/quiche/platform:quiche_platform_test    PASSED in 6.7s
//test/extensions/quic_listeners/quiche/platform:spdy_platform_test      PASSED in 13.7s
//test/extensions/resource_monitors/fixed_heap:config_test               PASSED in 12.0s
//test/extensions/resource_monitors/fixed_heap:fixed_heap_monitor_test   PASSED in 16.6s
//test/extensions/resource_monitors/injected_resource:config_test        PASSED in 13.4s
//test/extensions/retry/host/omit_canary_hosts:config_test               PASSED in 16.4s
//test/extensions/retry/host/omit_host_metadata:config_test              PASSED in 13.6s
//test/extensions/retry/host/previous_hosts:config_test                  PASSED in 11.5s
//test/extensions/retry/priority/previous_priorities:config_test         PASSED in 13.3s
//test/extensions/stats_sinks/common/statsd:statsd_test                  PASSED in 7.7s
//test/extensions/stats_sinks/dog_statsd:config_test                     PASSED in 16.7s
//test/extensions/stats_sinks/hystrix:config_test                        PASSED in 14.5s
//test/extensions/stats_sinks/hystrix:hystrix_integration_test           PASSED in 16.3s
//test/extensions/stats_sinks/hystrix:hystrix_test                       PASSED in 8.7s
//test/extensions/stats_sinks/metrics_service:config_test                PASSED in 16.1s
//test/extensions/stats_sinks/metrics_service:metrics_service_test       PASSED in 14.5s
//test/extensions/stats_sinks/statsd:config_test                         PASSED in 9.5s
//test/extensions/tracers/xray:config_test                               PASSED in 15.5s
//test/extensions/tracers/xray:xray_fuzz_test                            PASSED in 8.6s
//test/extensions/tracers/xray:xray_test                                 PASSED in 11.4s
//test/extensions/tracers/zipkin:config_test                             PASSED in 13.5s
//test/extensions/tracers/zipkin:zipkin_test                             PASSED in 14.7s
//test/extensions/transport_sockets/alts:alts_integration_test           PASSED in 22.6s
//test/extensions/transport_sockets/alts:config_test                     PASSED in 12.0s
//test/extensions/transport_sockets/alts:noop_transport_socket_callbacks_test PASSED in 14.0s
//test/extensions/transport_sockets/alts:tsi_frame_protector_test        PASSED in 15.4s
//test/extensions/transport_sockets/alts:tsi_handshaker_test             PASSED in 9.4s
//test/extensions/transport_sockets/alts:tsi_socket_test                 PASSED in 17.5s
//test/extensions/transport_sockets/common:passthrough_test              PASSED in 10.8s
//test/extensions/transport_sockets/proxy_protocol:proxy_protocol_test   PASSED in 11.2s
//test/extensions/transport_sockets/tap:tap_config_impl_test             PASSED in 12.5s
//test/extensions/transport_sockets/tls:context_impl_test                PASSED in 12.7s
//test/extensions/transport_sockets/tls:utility_test                     PASSED in 9.4s
//test/extensions/transport_sockets/tls/integration:ssl_integration_test PASSED in 39.9s
//test/extensions/upstreams/http/tcp:upstream_request_test               PASSED in 15.1s
//test/integration:alpn_selection_integration_test                       PASSED in 12.6s
//test/integration:cds_integration_test                                  PASSED in 75.3s
//test/integration:cluster_filter_integration_test                       PASSED in 12.2s
//test/integration:custom_cluster_integration_test                       PASSED in 19.6s
//test/integration:cx_limit_integration_test                             PASSED in 30.1s
//test/integration:drain_close_integration_test                          PASSED in 82.1s
//test/integration:dynamic_validation_integration_test                   PASSED in 10.6s
//test/integration:eds_integration_test                                  PASSED in 14.7s
//test/integration:h1_capture_direct_response_fuzz_test                  PASSED in 14.5s
//test/integration:h1_capture_direct_response_persistent_fuzz_test       PASSED in 13.9s
//test/integration:h1_capture_fuzz_test                                  PASSED in 14.3s
//test/integration:h1_capture_persistent_fuzz_test                       PASSED in 5.3s
//test/integration:h2_capture_direct_response_fuzz_test                  PASSED in 13.5s
//test/integration:h2_capture_direct_response_persistent_fuzz_test       PASSED in 10.5s
//test/integration:h2_capture_fuzz_test                                  PASSED in 12.7s
//test/integration:h2_capture_persistent_fuzz_test                       PASSED in 8.6s
//test/integration:header_casing_integration_test                        PASSED in 10.6s
//test/integration:header_integration_test                               PASSED in 42.5s
//test/integration:header_prefix_integration_test                        PASSED in 10.1s
//test/integration:http_timeout_integration_test                         PASSED in 28.8s
//test/integration:local_reply_integration_test                          PASSED in 19.1s
//test/integration:redirect_integration_test                             PASSED in 50.3s
//test/integration:run_envoy_test                                        PASSED in 8.1s
//test/integration:sds_generic_secret_integration_test                   PASSED in 15.2s
//test/integration:sds_static_integration_test                           PASSED in 26.1s
//test/integration:tcp_conn_pool_integration_test                        PASSED in 11.8s
//test/integration:tcp_tunneling_integration_test                        PASSED in 32.4s
//test/integration:transport_socket_match_integration_test               PASSED in 16.5s
//test/integration:version_integration_test                              PASSED in 17.4s
//test/integration:xfcc_integration_test                                 PASSED in 29.2s
//test/mocks/http:http_mocks_test                                        PASSED in 11.5s
//test/server:api_listener_test                                          PASSED in 9.3s
//test/server:backtrace_test                                             PASSED in 15.0s
//test/server:configuration_impl_test                                    PASSED in 15.6s
//test/server:connection_handler_test                                    PASSED in 9.6s
//test/server:drain_manager_impl_test                                    PASSED in 11.4s
//test/server:filter_chain_benchmark_test_benchmark_test                 PASSED in 15.4s
//test/server:filter_chain_manager_impl_test                             PASSED in 14.5s
//test/server:guarddog_impl_test                                         PASSED in 13.8s
//test/server:hot_restart_impl_test                                      PASSED in 13.8s
//test/server:hot_restarting_parent_test                                 PASSED in 16.2s
//test/server:lds_api_test                                               PASSED in 8.4s
//test/server:options_impl_test                                          PASSED in 13.0s
//test/server:overload_manager_impl_test                                 PASSED in 17.7s
//test/server:server_fuzz_test                                           PASSED in 6.3s
//test/server:server_test                                                PASSED in 15.4s
//test/server:ssl_context_manager_test                                   PASSED in 14.1s
//test/server:worker_impl_test                                           PASSED in 13.8s
//test/server/admin:admin_filter_test                                    PASSED in 12.9s
//test/server/admin:admin_test                                           PASSED in 14.0s
//test/server/admin:config_tracker_impl_test                             PASSED in 14.5s
//test/server/admin:logs_handler_test                                    PASSED in 15.8s
//test/server/admin:profiling_handler_test                               PASSED in 15.5s
//test/server/admin:prometheus_stats_test                                PASSED in 15.1s
//test/server/admin:runtime_handler_test                                 PASSED in 9.0s
//test/server/admin:server_info_handler_test                             PASSED in 12.9s
//test/server/admin:stats_handler_test                                   PASSED in 12.4s
//test/server/config_validation:async_client_test                        PASSED in 14.2s
//test/server/config_validation:cluster_manager_test                     PASSED in 15.5s
//test/server/config_validation:config_fuzz_test                         PASSED in 17.5s
//test/server/config_validation:dispatcher_test                          PASSED in 8.2s
//test/server/config_validation:server_test                              PASSED in 15.5s
//test/server/config_validation:xds_fuzz_test                            PASSED in 6.9s
//test/server/config_validation:xds_verifier_test                        PASSED in 15.0s
//test/test_common:global_test                                           PASSED in 12.1s
//test/test_common:network_utility_test                                  PASSED in 17.2s
//test/test_common:simulated_time_system_test                            PASSED in 13.2s
//test/test_common:test_time_system_test                                 PASSED in 8.8s
//test/test_common:utility_test                                          PASSED in 14.0s
//test/tools/router_check/test:router_tool_test                          PASSED in 13.0s
//test/common/filesystem:watcher_impl_test                              TIMEOUT in 303.2s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/common/filesystem/watcher_impl_test/test.log
//test/common/http:codec_client_test                                    TIMEOUT in 306.8s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/common/http/codec_client_test/test.log
//test/common/network:connection_impl_test                              TIMEOUT in 308.2s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/common/network/connection_impl_test/test.log
//test/common/network:listener_impl_test                                TIMEOUT in 312.1s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/common/network/listener_impl_test/test.log
//test/integration:hds_integration_test                                 TIMEOUT in 312.2s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/hds_integration_test/test.log
//test/integration:http_subset_lb_integration_test                      TIMEOUT in 307.0s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/http_subset_lb_integration_test/test.log
//test/integration:load_stats_integration_test                          TIMEOUT in 312.0s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/load_stats_integration_test/test.log
//test/common/config:filesystem_subscription_impl_test                   FAILED in 13.0s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/common/config/filesystem_subscription_impl_test/test.log
//test/common/config:subscription_impl_test                              FAILED in 15.9s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/common/config/subscription_impl_test/test.log
//test/common/event:dispatcher_impl_test                                 FAILED in 14.8s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/common/event/dispatcher_impl_test/test.log
//test/common/event:file_event_impl_test                                 FAILED in 13.3s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/common/event/file_event_impl_test/test.log
//test/common/grpc:grpc_client_integration_test                          FAILED in 23.1s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/common/grpc/grpc_client_integration_test/test.log
//test/common/network:udp_listener_impl_test                             FAILED in 15.2s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/common/network/udp_listener_impl_test/test.log
//test/config_test:example_configs_test                                  FAILED in 10.6s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/config_test/example_configs_test/test.log
//test/extensions/access_loggers/grpc:http_grpc_access_log_integration_test FAILED in 86.7s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/access_loggers/grpc/http_grpc_access_log_integration_test/test.log
//test/extensions/access_loggers/grpc:tcp_grpc_access_log_integration_test FAILED in 80.1s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/access_loggers/grpc/tcp_grpc_access_log_integration_test/test.log
//test/extensions/clusters/aggregate:cluster_integration_test            FAILED in 13.2s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/clusters/aggregate/cluster_integration_test/test.log
//test/extensions/clusters/redis:redis_cluster_integration_test          FAILED in 13.4s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/clusters/redis/redis_cluster_integration_test/test.log
//test/extensions/common/proxy_protocol:proxy_protocol_regression_test   FAILED in 14.2s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/common/proxy_protocol/proxy_protocol_regression_test/test.log
//test/extensions/filters/http/ext_authz:ext_authz_integration_test      FAILED in 16.6s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/http/ext_authz/ext_authz_integration_test/test.log
//test/extensions/filters/http/gzip:gzip_filter_integration_test         FAILED in 9.3s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/http/gzip/gzip_filter_integration_test/test.log
//test/extensions/filters/http/ratelimit:ratelimit_integration_test      FAILED in 22.1s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/http/ratelimit/ratelimit_integration_test/test.log
//test/extensions/filters/http/router:auto_sni_integration_test          FAILED in 9.1s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/http/router/auto_sni_integration_test/test.log
//test/extensions/filters/listener/http_inspector:http_inspector_test    FAILED in 24.0s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/listener/http_inspector/http_inspector_test/test.log
//test/extensions/filters/listener/original_src:original_src_config_factory_test FAILED in 12.6s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/listener/original_src/original_src_config_factory_test/test.log
//test/extensions/filters/listener/proxy_protocol:proxy_protocol_test    FAILED in 16.2s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/listener/proxy_protocol/proxy_protocol_test/test.log
//test/extensions/filters/network/mysql_proxy:mysql_filter_tests         FAILED in 14.3s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/network/mysql_proxy/mysql_filter_tests/test.log
//test/extensions/filters/network/mysql_proxy:mysql_integration_test     FAILED in 13.1s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/network/mysql_proxy/mysql_integration_test/test.log
//test/extensions/filters/network/postgres_proxy:postgres_integration_test FAILED in 9.1s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/network/postgres_proxy/postgres_integration_test/test.log
//test/extensions/filters/network/redis_proxy:redis_proxy_integration_test FAILED in 12.1s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/network/redis_proxy/redis_proxy_integration_test/test.log
//test/extensions/filters/network/sni_dynamic_forward_proxy:proxy_filter_integration_test FAILED in 12.6s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/network/sni_dynamic_forward_proxy/proxy_filter_integration_test/test.log
//test/extensions/filters/network/thrift_proxy:integration_test          FAILED in 16.0s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/network/thrift_proxy/integration_test/test.log
//test/extensions/filters/network/thrift_proxy:translation_integration_test FAILED in 12.5s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/network/thrift_proxy/translation_integration_test/test.log
//test/extensions/filters/udp/dns_filter:dns_filter_integration_test     FAILED in 14.2s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/udp/dns_filter/dns_filter_integration_test/test.log
//test/extensions/filters/udp/dns_filter:dns_filter_test                 FAILED in 11.6s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/udp/dns_filter/dns_filter_test/test.log
//test/extensions/filters/udp/udp_proxy:udp_proxy_integration_test       FAILED in 11.7s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/filters/udp/udp_proxy/udp_proxy_integration_test/test.log
//test/extensions/grpc_credentials/aws_iam:aws_iam_grpc_credentials_test FAILED in 16.1s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/grpc_credentials/aws_iam/aws_iam_grpc_credentials_test/test.log
//test/extensions/grpc_credentials/file_based_metadata:file_based_metadata_grpc_credentials_test FAILED in 15.0s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/grpc_credentials/file_based_metadata/file_based_metadata_grpc_credentials_test/test.log
//test/extensions/resource_monitors/injected_resource:injected_resource_monitor_test FAILED in 12.4s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/resource_monitors/injected_resource/injected_resource_monitor_test/test.log
//test/extensions/stats_sinks/common/statsd:udp_statsd_test              FAILED in 12.7s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/stats_sinks/common/statsd/udp_statsd_test/test.log
//test/extensions/stats_sinks/metrics_service:metrics_service_integration_test FAILED in 83.7s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/stats_sinks/metrics_service/metrics_service_integration_test/test.log
//test/integration:ads_integration_test                                  FAILED in 30.8s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/ads_integration_test/test.log
//test/integration:api_listener_integration_test                         FAILED in 9.6s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/api_listener_integration_test/test.log
//test/integration:api_version_integration_test                          FAILED in 8.9s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/api_version_integration_test/test.log
//test/integration:extension_discovery_integration_test                  FAILED in 26.1s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/extension_discovery_integration_test/test.log
//test/integration:filter_manager_integration_test                       FAILED in 9.9s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/filter_manager_integration_test/test.log
//test/integration:http2_upstream_integration_test                       FAILED in 31.3s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/http2_upstream_integration_test/test.log
//test/integration:integration_admin_test                                FAILED in 10.5s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/integration_admin_test/test.log
//test/integration:listener_filter_integration_test                      FAILED in 15.3s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/listener_filter_integration_test/test.log
//test/integration:listener_lds_integration_test                         FAILED in 20.0s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/listener_lds_integration_test/test.log
//test/integration:overload_integration_test                             FAILED in 29.0s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/overload_integration_test/test.log
//test/integration:proxy_proto_integration_test                          FAILED in 15.6s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/proxy_proto_integration_test/test.log
//test/integration:rtds_integration_test                                 FAILED in 12.7s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/rtds_integration_test/test.log
//test/integration:scoped_rds_integration_test                           FAILED in 34.1s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/scoped_rds_integration_test/test.log
//test/integration:sds_dynamic_integration_test                          FAILED in 17.9s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/sds_dynamic_integration_test/test.log
//test/integration:socket_interface_integration_test                     FAILED in 8.5s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/socket_interface_integration_test/test.log
//test/integration:uds_integration_test                                  FAILED in 10.5s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/uds_integration_test/test.log
//test/integration:vhds_integration_test                                 FAILED in 9.5s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/vhds_integration_test/test.log
//test/integration:websocket_integration_test                            FAILED in 29.6s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/websocket_integration_test/test.log
//test/integration:xds_integration_test                                  FAILED in 9.8s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/xds_integration_test/test.log
//test/server:listener_manager_impl_test                                 FAILED in 17.8s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/server/listener_manager_impl_test/test.log
//test/integration:integration_test                                      PASSED in 33.5s
  Stats over 2 runs: max = 33.5s, min = 32.2s, avg = 32.9s, dev = 0.6s
//test/integration:stats_integration_test                                PASSED in 10.3s
  Stats over 2 runs: max = 10.3s, min = 10.2s, avg = 10.3s, dev = 0.1s
//test/integration:tcp_proxy_integration_test                            PASSED in 43.8s
  Stats over 2 runs: max = 43.8s, min = 43.4s, avg = 43.6s, dev = 0.2s
//test/integration:idle_timeout_integration_test                         FAILED in 2 out of 2 in 36.0s
  Stats over 2 runs: max = 36.0s, min = 33.6s, avg = 34.8s, dev = 1.2s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/idle_timeout_integration_test/shard_1_of_2/test.log
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/idle_timeout_integration_test/shard_2_of_2/test.log
//test/integration:http2_integration_test                                PASSED in 40.3s
  Stats over 4 runs: max = 40.3s, min = 37.7s, avg = 38.8s, dev = 1.0s
//test/extensions/transport_sockets/tls:ssl_socket_test                  FAILED in 4 out of 4 in 311.8s
  Stats over 4 runs: max = 311.8s, min = 17.4s, avg = 164.6s, dev = 147.1s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/transport_sockets/tls/ssl_socket_test/shard_3_of_4/test.log
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/transport_sockets/tls/ssl_socket_test/shard_4_of_4/test.log
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/transport_sockets/tls/ssl_socket_test/shard_1_of_4/test.log
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/extensions/transport_sockets/tls/ssl_socket_test/shard_2_of_4/test.log
//test/common/http/http2:codec_impl_legacy_test                          PASSED in 9.9s
  Stats over 5 runs: max = 9.9s, min = 7.0s, avg = 8.5s, dev = 1.0s
//test/common/http/http2:codec_impl_test                                 PASSED in 9.1s
  Stats over 5 runs: max = 9.1s, min = 6.5s, avg = 8.4s, dev = 0.9s
//test/integration:protocol_integration_test                             FAILED in 4 out of 5 in 86.6s
  Stats over 5 runs: max = 86.6s, min = 76.2s, avg = 81.8s, dev = 4.0s
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/protocol_integration_test/shard_1_of_5/test.log
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/protocol_integration_test/shard_3_of_5/test.log
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/protocol_integration_test/shard_5_of_5/test.log
  C:/_eb/execroot/envoy/bazel-out/x64_windows-opt/testlogs/test/integration/protocol_integration_test/shard_4_of_5/test.log

@sunjayBhatia
Copy link
Member Author

Set to reviewable just to get CI to run

Signed-off-by: William A Rowe Jr <wrowe@vmware.com>
Co-authored-by: Sunjay Bhatia <sunjayb@vmware.com>
@sunjayBhatia sunjayBhatia marked this pull request as draft August 7, 2020 19:42
@sunjayBhatia sunjayBhatia changed the title Draft: Windows Enable a large number of believed-to-be-working tests Windows: Enable now-passing unit tests Aug 7, 2020
@sunjayBhatia sunjayBhatia marked this pull request as ready for review August 7, 2020 19:46
@sunjayBhatia
Copy link
Member Author

This PR is now ready for review, we will move debugging integration tests into another PR

@sunjayBhatia
Copy link
Member Author

sunjayBhatia commented Aug 7, 2020

The remaining non-integration tests that are failing are:

//test/common/config:filesystem_subscription_impl_test
//test/common/config:subscription_impl_test
//test/common/event:dispatcher_impl_test
//test/common/event:file_event_impl_test
//test/common/network:udp_listener_impl_test
//test/config_test:example_configs_test
//test/extensions/common/proxy_protocol:proxy_protocol_regression_test
//test/extensions/filters/listener/http_inspector:http_inspector_test
//test/extensions/filters/listener/original_src:original_src_config_factory_test
//test/extensions/filters/listener/proxy_protocol:proxy_protocol_test
//test/extensions/filters/network/mysql_proxy:mysql_filter_tests
//test/extensions/filters/udp/dns_filter:dns_filter_test
//test/extensions/grpc_credentials/aws_iam:aws_iam_grpc_credentials_test
//test/extensions/resource_monitors/injected_resource:injected_resource_monitor_test
//test/extensions/stats_sinks/common/statsd:udp_statsd_test
//test/extensions/transport_sockets/tls:ssl_socket_test
//test/server:listener_manager_impl_test

@jmarantz jmarantz self-assigned this Aug 10, 2020
@jmarantz
Copy link
Contributor

Lizan -- this is pretty trivial but can you give it a @envoyproxy/senior-maintainers stamp of approval?

@wrowe
Copy link
Contributor

wrowe commented Aug 10, 2020

@jmarantz - not only trivial. It's a no-op on Linux, macOS, iOS and Android.

@mattklein123 mattklein123 merged commit 366c095 into envoyproxy:master Aug 10, 2020
@sunjayBhatia sunjayBhatia deleted the identify-passing-windows-tests branch August 11, 2020 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants