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

[7.17] Remove Agent Debug Info (#187126) #187805

Merged
merged 1 commit into from
Jul 9, 2024

Remove Agent Debug Info (#187126)

a29ce7a
Select commit
Loading
Failed to load commit list.
Merged

[7.17] Remove Agent Debug Info (#187126) #187805

Remove Agent Debug Info (#187126)
a29ce7a
Select commit
Loading
Failed to load commit list.
checks-reporter / Jest Unit Tests 6 succeeded Jul 8, 2024 in 23m 49s

.buildkite/scripts/steps/test/jest_parallel.sh jest.config.js

Details

[truncated]
d/runTest.js:367:16)
          at runTest (/opt/local-ssd/buildkite/builds/bk-agent-prod-gcp-1720477055306162999/elastic/kibana-pull-request/kibana/node_modules/jest-runner/build/runTest.js:444:34)

      at log (src/plugins/saved_objects_tagging_oss/public/plugin.ts:46:21)

 PASS  src/plugins/saved_objects_tagging_oss/public/decorator/extract_tag_references.test.ts
 PASS  src/plugins/saved_objects_tagging_oss/public/decorator/inject_tag_references.test.ts
 PASS  src/plugins/saved_objects_tagging_oss/public/decorator/decorate_object.test.ts

Test Suites: 5 passed, 5 total
Tests:       21 passed, 21 total
Snapshots:   0 total
Time:        6.709 s
Ran all test suites.
--- $ node scripts/jest --config src/plugins/url_forwarding/jest.config.js
 PASS  src/plugins/url_forwarding/public/forward_app/navigate_to_legacy_kibana_url.test.ts
  migrate legacy kibana urls
    ✓ should do nothing if no forward definition is found (9 ms)
    ✓ should call navigateToApp with migrated URL (2 ms)

Test Suites: 1 passed, 1 total
Tests:       2 passed, 2 total
Snapshots:   0 total
Time:        5.433 s
Ran all test suites.
--- $ node scripts/jest --config src/plugins/vis_types/tagcloud/jest.config.js
 PASS  src/plugins/vis_types/tagcloud/public/to_ast.test.ts (6.693 s)
  tagcloud vis toExpressionAst function
    ✓ should match snapshot without params (6 ms)
    ✓ should match snapshot params fulfilled with number vis_dimension.accessor at metric (1 ms)
    ✓ should match snapshot params fulfilled with DatatableColumn vis_dimension.accessor at metric (6 ms)

Test Suites: 1 passed, 1 total
Tests:       3 passed, 3 total
Snapshots:   3 passed, 3 total
Time:        7.214 s
Ran all test suites.
--- $ node scripts/jest --config src/setup_node_env/jest.config.js
 PASS  src/setup_node_env/openssl_legacy_provider/openssl_legacy_provider_enabled.test.js
 PASS  src/setup_node_env/node_version_validator.test.js
 PASS  src/setup_node_env/root/force.test.js
 PASS  src/setup_node_env/root/is_root.test.js

Test Suites: 4 passed, 4 total
Tests:       16 passed, 16 total
Snapshots:   0 total
Time:        3.621 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/code/jest.config.js
 PASS  x-pack/plugins/code/server/plugin.test.ts
  Code Plugin
    setup()
      ✓ does not log deprecation message if no xpack.code.* configurations are set (27 ms)
      ✓ logs deprecation message if any xpack.code.* configurations are set (29 ms)

Test Suites: 1 passed, 1 total
Tests:       2 passed, 2 total
Snapshots:   0 total
Time:        4.445 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/embeddable_enhanced/jest.config.js
 PASS  x-pack/plugins/embeddable_enhanced/public/embeddables/embeddable_action_storage.test.ts (30.187 s)
 PASS  x-pack/plugins/embeddable_enhanced/public/actions/panel_notifications_action.test.ts

Test Suites: 2 passed, 2 total
Tests:       36 passed, 36 total
Snapshots:   7 passed, 7 total
Time:        32.07 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/global_search_bar/jest.config.js
 PASS  x-pack/plugins/global_search_bar/public/components/search_bar.test.tsx (5.55 s)
 PASS  x-pack/plugins/global_search_bar/public/suggestions/get_suggestions.test.ts
 PASS  x-pack/plugins/global_search_bar/public/search_syntax/query_utils.test.ts
 PASS  x-pack/plugins/global_search_bar/public/search_syntax/parse_search_params.test.ts

Test Suites: 4 passed, 4 total
Tests:       35 passed, 35 total
Snapshots:   0 total
Time:        8.224 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/lens/jest.config.js
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/layer_helpers.test.ts (31.14 s)
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/indexpattern_suggestions.test.tsx
 PASS  x-pack/plugins/lens/public/xy_visualization/expression.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/dimension_panel/dimension_panel.test.tsx (5.821 s)
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/dimension_panel/droppable/droppable.test.ts
 PASS  x-pack/plugins/lens/server/migrations/saved_object_migrations.test.ts
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/indexpattern.test.ts
 PASS  x-pack/plugins/lens/public/xy_visualization/visualization.test.ts (6.984 s)
 PASS  x-pack/plugins/lens/public/app_plugin/app.test.tsx
 PASS  x-pack/plugins/lens/public/drag_drop/drag_drop.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/formula/formula.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts
 PASS  x-pack/plugins/lens/public/editor_frame_service/editor_frame/editor_frame.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/terms.test.tsx
 PASS  x-pack/plugins/lens/public/embeddable/embeddable.test.tsx
 PASS  x-pack/plugins/lens/public/xy_visualization/xy_suggestions.test.ts
 PASS  x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/layer_panel.test.tsx
 PASS  x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel/workspace_panel.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/datapanel.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/ranges/ranges.test.tsx
 PASS  x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel/chart_switch.test.tsx
 PASS  x-pack/plugins/lens/public/pie_visualization/suggestions.test.ts
 PASS  x-pack/plugins/lens/public/datatable_visualization/visualization.test.tsx
 PASS  x-pack/plugins/lens/public/xy_visualization/reference_line_helpers.test.ts
 PASS  x-pack/plugins/lens/public/datatable_visualization/components/table_basic.test.tsx (6.908 s)
 PASS  x-pack/plugins/lens/public/heatmap_visualization/visualization.test.ts
 PASS  x-pack/plugins/lens/public/editor_frame_service/editor_frame/suggestion_helpers.test.ts
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/date_histogram.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/dimension_panel/reference_editor.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/last_value.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/formula/editor/math_completion.test.ts
 PASS  x-pack/plugins/lens/public/shared_components/coloring/utils.test.ts
 PASS  x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/config_panel.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/static_value.test.tsx
 PASS  x-pack/plugins/lens/public/xy_visualization/expression_reference_lines.test.tsx
 PASS  x-pack/plugins/lens/public/pie_visualization/render_function.test.tsx
 PASS  x-pack/plugins/lens/public/xy_visualization/xy_config_panel/xy_config_panel.test.tsx
 PASS  x-pack/plugins/lens/common/expressions/counter_rate/counter_rate.test.ts
 PASS  x-pack/plugins/lens/common/expressions/datatable/transpose_helpers.test.ts
 PASS  x-pack/plugins/lens/public/datatable_visualization/components/table_actions.test.ts
 PASS  x-pack/plugins/lens/public/editor_frame_service/editor_frame/suggestion_panel.test.tsx
 PASS  x-pack/plugins/lens/public/xy_visualization/to_expression.test.ts
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/operations.test.ts
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/percentile.test.tsx
 PASS  x-pack/plugins/lens/public/xy_visualization/axes_configuration.test.ts
 PASS  x-pack/plugins/lens/common/expressions/time_scale/time_scale.test.ts
 PASS  x-pack/plugins/lens/public/state_management/load_initial.test.tsx
 PASS  x-pack/plugins/lens/public/metric_visualization/expression.test.tsx
 PASS  x-pack/plugins/lens/public/heatmap_visualization/suggestions.test.ts
 PASS  x-pack/plugins/lens/common/expressions/datatable/sorting.test.tsx
 PASS  x-pack/plugins/lens/public/datatable_visualization/components/dimension_editor.test.tsx
 PASS  x-pack/plugins/lens/public/shared_components/coloring/palette_configuration.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/dimension_panel/bucket_nesting_editor.test.tsx
 PASS  x-pack/plugins/lens/public/xy_visualization/color_assignment.test.ts
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/field_item.test.tsx
 PASS  x-pack/plugins/lens/public/xy_visualization/xy_config_panel/visual_options_popover/visual_options_popover.test.tsx
 PASS  x-pack/plugins/lens/public/native_renderer/native_renderer.test.tsx
 PASS  x-pack/plugins/lens/public/editor_frame_service/error_helper.test.ts
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions.test.ts
 PASS  x-pack/plugins/lens/public/xy_visualization/get_legend_action.test.tsx
 PASS  x-pack/plugins/lens/public/metric_visualization/visualization.test.ts
 PASS  x-pack/plugins/lens/public/datatable_visualization/components/cell_value.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/layerpanel.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/time_scale_utils.test.ts
 PASS  x-pack/plugins/lens/public/xy_visualization/xy_config_panel/axis_settings_popover.test.tsx
 PASS  x-pack/plugins/lens/common/expressions/format_column/format_column.test.ts
 PASS  x-pack/plugins/lens/public/persistence/saved_object_store.test.ts
 PASS  x-pack/plugins/lens/public/shared_components/legend_location_settings.test.tsx
 PASS  x-pack/plugins/lens/public/shared_components/coloring/color_stops.test.tsx
 PASS  x-pack/plugins/lens/public/state_management/lens_slice.test.ts
 PASS  x-pack/plugins/lens/common/expressions/rename_columns/rename_columns.test.ts
 PASS  x-pack/plugins/lens/public/pie_visualization/render_helpers.test.ts
 PASS  x-pack/plugins/lens/public/shared_components/legend_settings_popover.test.tsx
 PASS  x-pack/plugins/lens/public/state_management/time_range_middleware.test.ts
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/no_fields_callout.test.tsx
 PASS  x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/layer_actions.test.ts
 PASS  x-pack/plugins/lens/common/expressions/datatable/summary.test.ts
 PASS  x-pack/plugins/lens/server/routes/existing_fields.test.ts (8.651 s)
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/values_input.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/fields_accordion.test.tsx
 PASS  x-pack/plugins/lens/public/metric_visualization/metric_suggestions.test.ts
 PASS  x-pack/plugins/lens/public/persistence/filter_references.test.ts
 PASS  x-pack/plugins/lens/public/visualization_container.test.tsx
 PASS  x-pack/plugins/lens/common/expressions/merge_tables/merge_tables.test.ts
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filter_popover.test.tsx
 PASS  x-pack/plugins/lens/public/pie_visualization/visualization.test.ts
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/dimension_panel/truncated_label.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/shared_components/buckets.test.tsx
 PASS  x-pack/plugins/lens/public/xy_visualization/xy_config_panel/visual_options_popover/missing_value_option.test.tsx
 PASS  x-pack/plugins/lens/public/lens_ui_telemetry/factory.test.ts
 PASS  x-pack/plugins/lens/public/datatable_visualization/expression.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/calculations/utils.test.ts
 PASS  x-pack/plugins/lens/public/pie_visualization/get_legend_action.test.tsx
 PASS  x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/layer_settings.test.tsx
 PASS  x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel/workspace_panel_wrapper.test.tsx
 PASS  x-pack/plugins/lens/public/metric_visualization/auto_scale.test.tsx
 PASS  x-pack/plugins/lens/common/suffix_formatter/suffix_formatter.test.ts
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/helpers.test.ts
 PASS  x-pack/plugins/lens/public/loader.test.tsx
 PASS  x-pack/plugins/lens/public/shared_components/debounced_value.test.ts
 PASS  x-pack/plugins/lens/public/xy_visualization/xy_config_panel/visual_options_popover/line_curve_option.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/calculations/overall_metric.test.ts
 PASS  x-pack/plugins/lens/public/drag_drop/providers/providers.test.tsx
 PASS  x-pack/plugins/lens/public/xy_visualization/xy_config_panel/visual_options_popover/fill_opacity_option.test.tsx
 PASS  x-pack/plugins/lens/public/debounced_component/debounced_component.test.tsx
 PASS  x-pack/plugins/lens/common/constants.test.ts
 PASS  x-pack/plugins/lens/server/embeddable/lens_embeddable_factory.test.ts
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/lens_field_icon.test.tsx
 PASS  x-pack/plugins/lens/public/indexpattern_datasource/pure_helpers.test.ts
 PASS  x-pack/plugins/lens/public/id_generator/id_generator.test.ts

Test Suites: 111 passed, 111 total
Tests:       1634 passed, 1634 total
Snapshots:   69 passed, 69 total
Time:        207.16 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/monitoring/jest.config.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/pipeline/pipeline.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/graph/index.test.js
 PASS  x-pack/plugins/monitoring/server/telemetry_collection/get_kibana_stats.test.ts
 PASS  x-pack/plugins/monitoring/server/telemetry_collection/get_logstash_stats.test.ts
 PASS  x-pack/plugins/monitoring/server/lib/setup/collection/get_collection_status.test.js
 PASS  x-pack/plugins/monitoring/server/alerts/thread_pool_write_rejections_rule.test.ts
 PASS  x-pack/plugins/monitoring/server/alerts/thread_pool_search_rejections_rule.test.ts
 PASS  x-pack/plugins/monitoring/server/alerts/nodes_changed_rule.test.ts
 PASS  x-pack/plugins/monitoring/server/alerts/memory_usage_rule.test.ts
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/graph/vertex.test.js
 PASS  x-pack/plugins/monitoring/public/alerts/alert_form.test.tsx (19.124 s)
 PASS  x-pack/plugins/monitoring/server/alerts/missing_monitoring_data_rule.test.ts
 PASS  x-pack/plugins/monitoring/server/alerts/cpu_usage_rule.test.ts
 PASS  x-pack/plugins/monitoring/server/lib/alerts/fetch_cpu_usage_node_stats.test.ts
 PASS  x-pack/plugins/monitoring/server/alerts/license_expiration_rule.test.ts
 PASS  x-pack/plugins/monitoring/server/lib/logstash/get_pipeline.test.ts
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/pipeline/if_statement.test.js
 PASS  x-pack/plugins/monitoring/public/components/renderers/setup_mode.test.js (15.391 s)
 PASS  x-pack/plugins/monitoring/server/telemetry_collection/get_high_level_stats.test.ts
 PASS  x-pack/plugins/monitoring/public/lib/setup_mode.test.js (12.216 s)
 PASS  x-pack/plugins/monitoring/server/alerts/ccr_read_exceptions_rule.test.ts
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch/indices/get_indices.test.js
 PASS  x-pack/plugins/monitoring/server/lib/beats/get_beat_summary.test.js
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch_settings/find_reason.test.ts
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/graph/plugin_vertex.test.js
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch/shards/get_shard_stats.test.js
 PASS  x-pack/plugins/monitoring/server/telemetry_collection/get_all_stats.test.ts
 PASS  x-pack/plugins/monitoring/server/telemetry_collection/get_beats_stats.test.ts
 PASS  x-pack/plugins/monitoring/server/alerts/large_shard_size_rule.test.ts
 PASS  x-pack/plugins/monitoring/server/alerts/disk_usage_rule.test.ts
 PASS  x-pack/plugins/monitoring/server/alerts/elasticsearch_version_mismatch_rule.test.ts
 PASS  x-pack/plugins/monitoring/server/alerts/cluster_health_rule.test.ts
 PASS  x-pack/plugins/monitoring/public/components/chart/get_values_for_legend.test.js
 PASS  x-pack/plugins/monitoring/server/alerts/logstash_version_mismatch_rule.test.ts
 PASS  x-pack/plugins/monitoring/server/alerts/kibana_version_mismatch_rule.test.ts
 PASS  x-pack/plugins/monitoring/server/lib/logstash/get_node_info.test.ts
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/views/detail_drawer.test.js
 PASS  x-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_usage_collector.test.ts
 PASS  x-pack/plugins/monitoring/server/lib/calculate_timeseries_interval.test.js
 PASS  x-pack/plugins/monitoring/server/lib/alerts/fetch_status.test.ts
 PASS  x-pack/plugins/monitoring/public/components/metricbeat_migration/flyout/flyout.test.js
 PASS  x-pack/plugins/monitoring/public/components/logs/logs.test.js
 PASS  x-pack/plugins/monitoring/public/alerts/lib/get_alert_panels_by_category.test.tsx
 PASS  x-pack/plugins/monitoring/common/format_timestamp_to_duration.test.js
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch/shards/normalize_shard_objects.test.js
 PASS  x-pack/plugins/monitoring/server/lib/cluster/get_clusters_stats.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/list/list.test.js
 PASS  x-pack/plugins/monitoring/server/config.test.ts
 PASS  x-pack/plugins/monitoring/server/es_client/instantiate_client.test.js
 PASS  x-pack/plugins/monitoring/common/es_glob_patterns.test.ts
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch_settings/cluster.test.ts
 PASS  x-pack/plugins/monitoring/server/lib/alerts/fetch_missing_monitoring_data.test.ts
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch/nodes/get_nodes/map_nodes_metrics.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/list/flatten_pipeline_section.test.js
 PASS  x-pack/plugins/monitoring/server/lib/errors/auth_errors.test.ts
 PASS  x-pack/plugins/monitoring/public/components/setup_mode/badge.test.js
 PASS  x-pack/plugins/monitoring/public/components/elasticsearch/shard_allocation/lib/decorate_shards.test.js
 PASS  x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/fetch_stack_product_usage.test.ts
 PASS  x-pack/plugins/monitoring/public/alerts/lib/get_alert_panels_by_node.test.tsx
 PASS  x-pack/plugins/monitoring/server/lib/create_query.test.js
 PASS  x-pack/plugins/monitoring/server/alerts/base_rule.test.ts
 PASS  x-pack/plugins/monitoring/public/components/logs/reason.test.js
 PASS  x-pack/plugins/monitoring/server/lib/details/get_metrics.test.js
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch_settings/nodes.test.ts
 PASS  x-pack/plugins/monitoring/server/lib/errors/esclient_errors.test.ts
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/views/plugin_statement.test.js
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch/get_last_recovery.test.js
 PASS  x-pack/plugins/monitoring/server/lib/cluster/get_cluster_status.test.js
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch/nodes/get_nodes/get_paginated_nodes.test.js
 PASS  x-pack/plugins/monitoring/server/lib/calculate_rate.test.js
 PASS  x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/fetch_es_usage.test.ts
 PASS  x-pack/plugins/monitoring/public/lib/get_safe_for_external_link.test.ts
 PASS  x-pack/plugins/monitoring/server/lib/alerts/fetch_clusters.test.ts
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/views/statement.test.js
 PASS  x-pack/plugins/monitoring/server/lib/metrics/beats/cpu_utilization_calculation.test.js
 PASS  x-pack/plugins/monitoring/public/components/elasticsearch/shard_allocation/components/shard.test.js
 PASS  x-pack/plugins/monitoring/server/lib/alerts/fetch_licenses.test.ts
 PASS  x-pack/plugins/monitoring/public/components/no_data/explanations/collection_interval/collection_interval.test.js
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch/get_ml_jobs.test.js
 PASS  x-pack/plugins/monitoring/server/telemetry_collection/create_query.test.ts
 PASS  x-pack/plugins/monitoring/public/components/setup_mode/listing_callout.test.js
 PASS  x-pack/plugins/monitoring/server/lib/alerts/fetch_disk_usage_node_stats.test.ts
 PASS  x-pack/plugins/monitoring/server/telemetry_collection/get_es_stats.test.ts
 PASS  x-pack/plugins/monitoring/server/lib/alerts/fetch_logstash_versions.test.ts
 PASS  x-pack/plugins/monitoring/server/lib/alerts/fetch_kibana_versions.test.ts
 PASS  x-pack/plugins/monitoring/server/plugin.test.ts
 PASS  x-pack/plugins/monitoring/server/telemetry_collection/get_cluster_uuids.test.ts
 PASS  x-pack/plugins/monitoring/server/telemetry_collection/get_licenses.test.ts
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch/nodes/get_nodes/map_nodes_info.test.js
 PASS  x-pack/plugins/monitoring/server/lib/beats/get_stats.test.js
 PASS  x-pack/plugins/monitoring/public/components/elasticsearch/ccr_shard/ccr_shard.test.js
 PASS  x-pack/plugins/monitoring/public/components/sparkline/index.test.js
 PASS  x-pack/plugins/monitoring/public/lib/format_number.test.js
 PASS  x-pack/plugins/monitoring/public/components/elasticsearch/nodes/cells.test.js
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch/shards/get_indices_unassigned_shard_stats.test.js
 PASS  x-pack/plugins/monitoring/public/components/no_data/reasons/reason_found.test.js
 PASS  x-pack/plugins/monitoring/server/lib/alerts/fetch_available_ccs.test.ts
 PASS  x-pack/plugins/monitoring/public/lib/elasticsearch_settings/enabler.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/pipeline/utils.test.js
 PASS  x-pack/plugins/monitoring/server/lib/metrics/classes/quota_metric_calculation.test.js
 PASS  x-pack/plugins/monitoring/public/components/setup_mode/tooltip.test.js
 PASS  x-pack/plugins/monitoring/server/lib/kibana/get_kibana_info.test.js
 PASS  x-pack/plugins/monitoring/public/components/beats/overview/overview.test.js
 PASS  x-pack/plugins/monitoring/public/components/summary_status/summary_status.test.js
 PASS  x-pack/plugins/monitoring/server/lib/cluster/get_clusters_state.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/listing/listing.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/pipeline/make_statement.test.js
 PASS  x-pack/plugins/monitoring/public/components/elasticsearch/ccr/ccr.test.js
 PASS  x-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_default_admin_email.test.js
 PASS  x-pack/plugins/monitoring/server/lib/beats/get_latest_stats.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/views/statement_list.test.js
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch/nodes/get_nodes/handle_response.test.js
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch/shards/get_shard_allocation.test.js
 PASS  x-pack/plugins/monitoring/server/lib/beats/get_beats_for_clusters.test.js
 PASS  x-pack/plugins/monitoring/server/lib/alerts/fetch_elasticsearch_versions.test.ts
 PASS  x-pack/plugins/monitoring/server/lib/metrics/elasticsearch/latency_calculation.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/pipeline/plugin_statement.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/views/pipeline_viewer.test.js
 PASS  x-pack/plugins/monitoring/server/kibana_monitoring/collectors/check_for_email_value.test.js
 PASS  x-pack/plugins/monitoring/public/components/chart/get_last_value.test.js
 PASS  x-pack/plugins/monitoring/server/alerts/alerts_factory.test.ts
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/views/collapsible_statement.test.js
 PASS  x-pack/plugins/monitoring/server/lib/alerts/fetch_cluster_health.test.ts
 PASS  x-pack/plugins/monitoring/public/lib/elasticsearch_settings/start_checks.test.js
 PASS  x-pack/plugins/monitoring/server/lib/cluster/get_clusters_summary.test.js
 PASS  x-pack/plugins/monitoring/public/components/setup_mode/enter_button.test.tsx
 PASS  x-pack/plugins/monitoring/server/lib/errors/custom_errors.test.ts
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch/nodes/calculate_node_type.test.js
 PASS  x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/fetch_license_type.test.ts
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/graph/vertex_factory.test.js
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch/nodes/get_node_type_class_label.test.js
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch/nodes/get_nodes/get_node_ids.test.js
 PASS  x-pack/plugins/monitoring/public/components/cluster/overview/helpers.test.js
 PASS  x-pack/plugins/monitoring/public/components/setup_mode/formatting.test.js
 PASS  x-pack/plugins/monitoring/public/components/no_data/explanations/collection_enabled/collection_enabled.test.js
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch/shards/get_nodes_shard_count.test.js
 PASS  x-pack/plugins/monitoring/server/lib/beats/get_beats.test.js
 PASS  x-pack/plugins/monitoring/public/components/no_data/explanations/exporters/exporters.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/pipeline_state.test.js
 PASS  x-pack/plugins/monitoring/server/lib/metrics/classes/latency_metric_calculation.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/graph/edge_factory.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/views/statement_section.test.js
 PASS  x-pack/plugins/monitoring/public/lib/elasticsearch_settings/settings_checker.test.js
 PASS  x-pack/plugins/monitoring/public/alerts/lib/sort_by_newest_alert.test.ts
 PASS  x-pack/plugins/monitoring/public/lib/ensure_minimum_time.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/graph/if_vertex.test.js
 PASS  x-pack/plugins/monitoring/server/lib/calculate_overall_status.test.js
 PASS  x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/get_stack_products_usage.test.ts
 PASS  x-pack/plugins/monitoring/public/lib/logstash/pipelines.test.js
 PASS  x-pack/plugins/monitoring/server/lib/alerts/get_ccs_index_pattern.test.ts
 PASS  x-pack/plugins/monitoring/public/components/chart/get_color.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/pipeline/queue.test.js
 PASS  x-pack/plugins/monitoring/server/lib/calculate_auto.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/config.test.js
 PASS  x-pack/plugins/monitoring/public/components/no_data/no_data.test.js
 PASS  x-pack/plugins/monitoring/public/components/no_data/checker_errors.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/pipeline/statement.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/graph/edge.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/views/metric.test.js
 PASS  x-pack/plugins/monitoring/server/lib/elasticsearch/nodes/get_nodes/get_metric_aggs.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/graph/queue_vertex.test.js
 PASS  x-pack/plugins/monitoring/server/lib/process_version_string.test.js
 PASS  x-pack/plugins/monitoring/public/components/beats/overview/latest_active.test.js
 PASS  x-pack/plugins/monitoring/public/components/chart/get_title.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/list/plugin_element.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/graph/boolean_edge.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/list/else_element.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/models/list/if_element.test.js
 PASS  x-pack/plugins/monitoring/public/components/no_data/explanations/plugin_enabled/plugin_enabled.test.js
 PASS  x-pack/plugins/monitoring/public/components/beats/overview/latest_types.test.js
 PASS  x-pack/plugins/monitoring/public/components/beats/overview/latest_versions.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/views/statement_list_heading.test.js
 PASS  x-pack/plugins/monitoring/server/lib/calculate_availabiilty.test.js
 PASS  x-pack/plugins/monitoring/server/lib/apm/get_apms.test.js
 PASS  x-pack/plugins/monitoring/server/lib/alerts/map_legacy_severity.test.ts
 PASS  x-pack/plugins/monitoring/public/components/no_data/reasons/we_tried.test.js
 PASS  x-pack/plugins/monitoring/public/components/page_loading/page_loading.test.js
 PASS  x-pack/plugins/monitoring/public/components/logstash/pipeline_viewer/views/queue.test.js
 PASS  x-pack/plugins/monitoring/server/lib/metrics/metrics.test.js

Test Suites: 8 skipped, 179 passed, 179 of 187 total
Tests:       43 skipped, 772 passed, 815 total
Snapshots:   206 passed, 206 total
Time:        159.131 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/runtime_fields/jest.config.js
 PASS  x-pack/plugins/runtime_fields/public/components/runtime_field_editor_flyout_content/runtime_field_editor_flyout_content.test.tsx (32.69 s)
 PASS  x-pack/plugins/runtime_fields/public/components/runtime_field_editor/runtime_field_editor.test.tsx
 PASS  x-pack/plugins/runtime_fields/public/components/runtime_field_form/runtime_field_form.test.tsx
 PASS  x-pack/plugins/runtime_fields/public/plugin.test.ts

Test Suites: 4 passed, 4 total
Tests:       19 passed, 19 total
Snapshots:   0 total
Time:        38.102 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/security_solution/public/detections/jest.config.js
jest-haste-map: duplicate manual mock found: api
  The following files share their name; please delete one of them:
    * <rootDir>/x-pack/plugins/security_solution/public/detections/containers/detection_engine/alerts/__mocks__/api.ts
    * <rootDir>/x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/__mocks__/api.ts

 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/create/helpers.test.ts (29.162 s)
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/api.test.ts (23.183 s)
 PASS  x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts (5.871 s)
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/description_step/helpers.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_pre_packaged_rules.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/query_preview/index.test.tsx (18.238 s)
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/helpers.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/alerts_table/alerts_utility_bar/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/query_preview/reducer.test.ts
 PASS  x-pack/plugins/security_solution/public/detections/components/alerts_table/actions.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/rule_actions_overflow/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/index.test.tsx (6.093 s)
 PASS  x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_histogram_panel/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/step_about_rule/index.test.tsx (5.256 s)
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/rules_table/rules_table_reducer.test.ts
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/select_rule_type/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_alerts_privileges.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/take_action_dropdown/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/details/index.test.tsx (8.94 s)
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/rules_table/use_rules.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_with_fallback.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/callouts/need_admin_for_update_callout/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/query_preview/helpers.test.ts
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/alerts/api.test.ts
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/index.test.tsx (6.291 s)
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_signal_index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule_status.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/step_about_rule_details/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/pre_packaged_rules/load_empty_prompt.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/rule_switch/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/helpers.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/utility_bar.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_query.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/query_preview/eql_histogram.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/step_rule_actions/schema.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/value_lists_management_modal/modal.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/alerts_table/timeline_actions/alert_context_menu.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/pre_packaged_rules/update_callout.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/rule_actions_field/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/configurations/examples/observablity_alerts/render_cell_value.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/detection_engine.test.tsx (6.058 s)
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/query_preview/custom_histogram.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/step_rule_actions/utils.test.ts
 PASS  x-pack/plugins/security_solution/public/detections/components/value_lists_management_modal/form.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/all_rules_tables/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/exceptions/exceptions_table.test.tsx (5.924 s)
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/query_preview/threshold_histogram.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/lists/use_lists_config.test.tsx (6.791 s)
 PASS  x-pack/plugins/security_solution/public/detections/configurations/examples/security_solution_rac/render_cell_value.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_rule.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/user_info/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/details/failure_history.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/columns.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/schedule_item_form/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_count_panel/alerts_count.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/eql_query_bar/eql_query_bar.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/callouts/ml_job_compatibility_callout/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/query_preview/histogram.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_create_rule.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/rules_table_filters/rules_table_filters.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/configurations/security_solution_detections/render_cell_value.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/utils.test.ts
 PASS  x-pack/plugins/security_solution/public/detections/components/severity/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/alerts_table/timeline_actions/investigate_in_resolver.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_update_rule.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/edit/index.test.tsx (6.279 s)
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/eql_query_bar/footer.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/create/index.test.tsx (7.129 s)
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/tag_display.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/eql_query_bar/errors_popover.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_count_panel/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/alerts_table/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_dissasociate_exception_list.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/eql_query_bar/validators.test.ts
 PASS  x-pack/plugins/security_solution/public/detections/components/status/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/alerts/use_cases_from_alerts.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/containers/detection_engine/rules/use_tags.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/alerts_kpis/common/hooks.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_histogram_panel/helpers.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/step_rule_actions/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/description_step/ml_job_description.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/mitre/helpers.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/ml_job_select/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/step_schedule_rule/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/mitre/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/add_item_form/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/ml_job_select/help_text.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/pick_timeline/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_histogram_panel/alerts_histogram.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/details/status_failed_callout.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/utils.test.ts
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/throttle_select_field/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/anomaly_threshold_slider/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/rules_table_filters/tags_filter_popover.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/status_icon/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/detection_engine_no_index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/pages/detection_engine/detection_engine_user_unauthenticated.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/step_define_rule/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/detection_engine_header_page/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/alerts_table/alerts_filter_group/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/step_panel/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/accordion_title/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/callouts/no_api_integration_callout/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/next_step/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/severity_badge/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/step_content_wrapper/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/optional_field_label/index.test.tsx
 PASS  x-pack/plugins/security_solution/public/detections/components/rules/rule_status/helpers.test.tsx

Test Suites: 111 passed, 111 total
Tests:       1 skipped, 681 passed, 682 total
Snapshots:   8 passed, 8 total
Time:        365.852 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/security_solution/public/transforms/jest.config.js
 PASS  x-pack/plugins/security_solution/public/transforms/utils/get_transform_changes_if_they_exist.test.ts
 PASS  x-pack/plugins/security_solution/public/transforms/utils/get_transform_changes.test.ts
 PASS  x-pack/plugins/security_solution/public/transforms/utils/get_transform_changes_for_network.test.ts
 PASS  x-pack/plugins/security_solution/public/transforms/utils/get_settings_match.test.ts
 PASS  x-pack/plugins/security_solution/public/transforms/utils/get_transform_changes_for_kpi.test.ts
 PASS  x-pack/plugins/security_solution/public/transforms/utils/adjust_timerange.test.ts
 PASS  x-pack/plugins/security_solution/public/transforms/utils/is_filter_query_compatible.test.ts
 PASS  x-pack/plugins/security_solution/public/transforms/utils/get_transform_changes_for_hosts.test.ts
 PASS  x-pack/plugins/security_solution/public/transforms/utils/get_transform_changes_for_matrix_histogram.test.ts
 PASS  x-pack/plugins/security_solution/public/transforms/utils/create_indices_from_prefix.test.ts

Test Suites: 10 passed, 10 total
Tests:       57 passed, 57 total
Snapshots:   0 total
Time:        7.055 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/security_solution/server/lib/jest.config.js
jest-haste-map: duplicate manual mock found: index
  The following files share their name; please delete one of them:
    * <rootDir>/x-pack/plugins/security_solution/server/lib/telemetry/__mocks__/index.ts
    * <rootDir>/x-pack/plugins/security_solution/server/lib/detection_engine/routes/__mocks__/index.ts

jest-haste-map: duplicate manual mock found: request_responses
  The following files share their name; please delete one of them:
    * <rootDir>/x-pack/plugins/security_solution/server/lib/timeline/__mocks__/request_responses.ts
    * <rootDir>/x-pack/plugins/security_solution/server/lib/detection_engine/routes/__mocks__/request_responses.ts

 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/source_fields_merging/strategies/merge_all_fields_with_source.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/source_fields_merging/strategies/merge_missing_fields_with_source.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/utils.test.ts (24.908 s)
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/utils.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/search_after_bulk_create.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/routes/timelines/import_timelines/index.test.ts (9.905 s)
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/build_bulk_body.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/utils.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/utils/compare_timelines_status.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/signal_rule_alert_type.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/filter_events_against_list.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/enrich_signal_threat_matches.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/utils/failure_cases.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/get_rules_to_update.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/utils.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/notifications/schedule_throttle_notification_actions.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/build_events_query.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/import_rules_route.test.ts (7.847 s)
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/create_rules_stream_from_ndjson.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/tags/read_tags.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions/legacy_get_bulk_rule_actions_saved_object.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/factories/utils/build_alert.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/notifications/utils.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions/legacy_utils.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/build_signal.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/add_prepackaged_rules_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/utils/migrator.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/telemetry/helpers.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/saved_object/timelines/index.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/utils.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/notifications/legacy_rules_notification_alert_type.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/get_export_by_object_ids.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/routes/timelines/patch_timelines/index.test.ts (5.052 s)
 PASS  x-pack/plugins/security_solution/server/lib/timeline/saved_object/timelines/pick_saved_timeline.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/source_fields_merging/utils/recursive_unboxing_fields.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions/legacy_migrations.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/machine_learning/authz.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/routes/timelines/create_timelines/index.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/get_filter.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/create_field_and_set_tuples.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/patch_rules_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/telemetry/sender.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/create_rules_bulk_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/routes/prepackaged_timelines/install_prepackaged_timelines/helpers.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/patch_rules_bulk_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/reason_formatter.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/threshold/find_threshold_signals.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/create_rules_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/get_existing_prepackaged_rules.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/threshold/bulk_create_threshold_signals.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/indicator_match/create_indicator_match_alert_type.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/update_rules_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/update_rules_bulk_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/get_prepackaged_rules_status_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/patch_rules.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/mappings/build_risk_score_from_mapping.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/open_close_signals.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/mappings/build_severity_from_mapping.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/perform_bulk_action_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/routes/timelines/create_timelines/helpers.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions/legacy_get_rule_actions_saved_object.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/validate.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/build_rule.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/index/get_signals_template.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/read_rules.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/notifications/legacy_read_notifications.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/delete_rules_bulk_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/get_input_output_index.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/single_search_after.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/read_rules_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/get_export_all.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/saved_object_references/inject_exceptions_list.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/create_signals_migration_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/query_signals_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/factories/utils/build_alert_group_from_sequence.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/routes/draft_timelines/clean_draft_timelines/index.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/executors/ml.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/telemetry/task.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/routes/timelines/export_timelines/index.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/source_fields_merging/utils/filter_field_entries.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions/legacy_create_rule_actions_saved_object.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/find_rules_status_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/saved_object_references/utils/get_saved_object_reference_for_exceptions_list.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/routes/draft_timelines/get_draft_timelines/index.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/duplicate_rule.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/delete_rules_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/saved_object_references/utils/get_saved_object_reference.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/machine_learning/index.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/get_export_rule_exceptions.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/get_rules_to_install.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/find_rules_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/query/create_query_alert_type.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/create_set_to_filter_against.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/routes/prepackaged_timelines/install_prepackaged_timelines/index.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/executors/threshold.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/migrations/update_migration_saved_object.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/migrations/finalize_migration.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/get_threat_list.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/ml/create_ml_alert_type.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/saved_object_references/extract_references.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/privileges/read_privileges_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/executors/eql.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/saved_object_references/inject_references.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/filters/filter_events.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/get_prepackaged_rules.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/migrations/utils.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/notifications/legacy_saved_object_references/legacy_inject_rule_id_references.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/update_rules.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/source_fields_merging/utils/is_ignored.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/build_event_type_signal.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/migrations/delete_migration.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/bulk_create_ml_signals.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/saved_object_references/extract_exceptions_list.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/migrations/create_migration_saved_object.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/telemetry/filters.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/finalize_signals_migration_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/routes/timelines/get_timeline/index.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/eql/create_eql_alert_type.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/rule_messages.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/update_prepacked_rules.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/get_signals_migration_status_route.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/migrations/get_migration_saved_objects_by_id.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/source_fields_merging/utils/is_objectlike_or_array_of_objectlikes.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/notifications/legacy_saved_object_references/legacy_inject_references.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/notifications/legacy_create_notifications.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/get_export_details_ndjson.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/migrations/create_migration.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/notifications/legacy_saved_object_references/legacy_extract_rule_id.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/migrations/get_migration_saved_objects_by_index.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/routes/timelines/get_timelines/index.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/telemetry/tasks/diagnostic.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/delete_rules.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/migrations/get_index_versions_by_index.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/add_tags.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/send_telemetry_events.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/find_rules.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/migrations/find_migration_saved_objects.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/telemetry/tasks/security_lists.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/threshold/create_threshold_alert_type.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/telemetry/tasks/endpoint.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/notifications/legacy_saved_object_references/legacy_extract_references.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/rules/create_rules.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/source_fields_merging/utils/is_array_of_primitives.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/migrations/get_signal_versions_by_index.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/source_fields_merging/utils/is_invalid_key.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/threshold/get_threshold_bucket_filters.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/source_fields_merging/utils/is_multifield.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/filter_duplicate_signals.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/saved_object_mappings/migrations/timelines.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/telemetry/tasks/detection_rule.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/source_fields_merging/utils/array_in_path_exists.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/notifications/build_signals_query.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/saved_object_references/utils/log_missing_saved_object_error.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/timeline/saved_object/pinned_events/index.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/saved_object_references/utils/get_saved_object_name_pattern_for_exception_list.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/machine_learning/validation.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/source_fields_merging/utils/is_nested_object.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/notifications/legacy_add_tags.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/source_fields_merging/utils/is_primitive.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/threshold/build_signal_history.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/machine_learning/cache.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/saved_object_references/utils/get_saved_object_name_pattern.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/source_fields_merging/utils/is_type_object.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/notifications/legacy_find_notifications.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/migrations/create_migration_index.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/migrations/get_signals_indices_in_range.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/source_fields_merging/utils/is_eql_bug_77152.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/signals/mappings/build_rule_name_from_mapping.test.ts
 PASS  x-pack/plugins/security_solution/server/lib/detection_engine/migrations/helpers.test.ts

Test Suites: 170 passed, 170 total
Tests:       1 skipped, 2048 passed, 2049 total
Snapshots:   16 passed, 16 total
Time:        233.388 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/telemetry_collection_xpack/jest.config.js
 PASS  x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_stats_with_xpack.test.ts (11.125 s)
 PASS  x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_license.test.ts
 PASS  x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/is_cluster_opted_in.test.ts
 PASS  x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_xpack.test.ts

Test Suites: 4 passed, 4 total
Tests:       13 passed, 13 total
Snapshots:   4 passed, 4 total
Time:        13.092 s
Ran all test suites.
--- $ node scripts/jest --config x-pack/plugins/xpack_legacy/jest.config.js
 PASS  x-pack/plugins/xpack_legacy/server/routes/settings.test.ts (11.133 s)
  /api/settings
    ✓ successfully returns data (101 ms)

Test Suites: 1 passed, 1 total
Tests:       1 passed, 1 total
Snapshots:   0 total
Time:        11.641 s
Ran all test suites.