diff --git a/.vscode/tasks.json b/.vscode/tasks.json index efe955595..488e2626c 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -221,32 +221,56 @@ "id": "testTarget", "description": "type", "options": [ - "//test:benchmark_http_client_test", - "//test:client_test", - "//test:client_worker_test", - "//test:factories_test", - "//test:frequency_test", - "//test:options_test", - "//test:output_formatter_test", - "//test:output_transform_main_test", - "//test:platform_util_test", - "//test:process_test", - "//test:python_test", - "//test:rate_limiter_test", - "//test:request_generator_test", - "//test:sequencer_test", - "//test:service_main_test", - "//test:service_test", - "//test:statistic_test", - "//test:stream_decoder_test", - "//test:termination_predicate_test", - "//test:utility_test", - "//test:worker_test", - "//test:sni_utility_test", - "//test/server:http_test_server_filter_integration_test", - "//test/server:http_dynamic_delay_filter_integration_test", - "//test/common:sink_test", - "//test/..." + "//test/sink:sink_test", + "//test/sink:nighthawk_sink_client_test", + "//test/server:http_time_tracking_filter_integration_test", + "//test/server:http_test_server_filter_integration_test", + "//test/server:http_filter_base_test", + "//test/server:http_dynamic_delay_filter_integration_test", + "//test/server:configuration_test", + "//test/request_source:request_source_plugin_test", + "//test/integration/unit_tests:test_nighthawk_test_server", + "//test/common:signal_handler_test", + "//test/common:nighthawk_service_client_test", + "//test/common:fake_time_source_test", + "//test/adaptive_load/fake_plugins/fake_step_controller:fake_step_controller_test", + "//test/adaptive_load/fake_plugins/fake_metrics_plugin:fake_metrics_plugin_test", + "//test/adaptive_load/fake_plugins/fake_input_variable_setter:fake_input_variable_setter_test", + "//test/adaptive_load:step_controller_test", + "//test/adaptive_load:session_spec_proto_helper_test", + "//test/adaptive_load:scoring_function_test", + "//test/adaptive_load:plugin_loader_test", + "//test/adaptive_load:metrics_plugin_test", + "//test/adaptive_load:metrics_evaluator_test", + "//test/adaptive_load:adaptive_load_controller_test", + "//test/adaptive_load:adaptive_load_client_main_test", + "//test:worker_test", + "//test:utility_test", + "//test:termination_predicate_test", + "//test:stream_decoder_test", + "//test:stopwatch_test", + "//test:statistic_test", + "//test:sni_utility_test", + "//test:service_test", + "//test:service_main_test", + "//test:sequencer_test", + "//test:request_stream_grpc_client_test", + "//test:request_generator_test", + "//test:rate_limiter_test", + "//test:python_test", + "//test/integration:integration_test", + "//test:process_test", + "//test:platform_util_test", + "//test:output_transform_main_test", + "//test:output_formatter_test", + "//test:options_test", + "//test:frequency_test", + "//test:flush_worker_test", + "//test:factories_test", + "//test:client_worker_test", + "//test:client_test", + "//test:benchmark_http_client_test", + "//test/..." ], "default": "//test/..." }