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

Attempt to fix flaky tests after split migration #159002

Closed
wants to merge 2 commits into from
Closed

Conversation

rudolf
Copy link
Contributor

@rudolf rudolf commented Jun 5, 2023

Summary

Addresses root cause of #158918
In this PR I just re-enabled two of the skipped suites. I'll keep the parent issue open after merging this one. If these two enabled suites are stable, I'll re-enable the other ones too.

Flaky test run https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2348, no failures after 100 runs ✅

Checklist

Delete any items that are not applicable to this PR.

Risk Matrix

Delete this section if it is not applicable to this PR.

Before closing this PR, invite QA, stakeholders, and other developers to identify risks that should be tested prior to the change/feature release.

When forming the risk matrix, consider some of the following examples and how they may potentially impact the change:

Risk Probability Severity Mitigation/Notes
Multiple Spaces—unexpected behavior in non-default Kibana Space. Low High Integration tests will verify that all features are still supported in non-default Kibana Space and when user switches between spaces.
Multiple nodes—Elasticsearch polling might have race conditions when multiple Kibana nodes are polling for the same tasks. High Low Tasks are idempotent, so executing them multiple times will not result in logical error, but will degrade performance. To test for this case we add plenty of unit tests around this logic and document manual testing procedure.
Code should gracefully handle cases when feature X or plugin Y are disabled. Medium High Unit tests will verify that any feature flag or plugin combination still results in our service operational.
See more potential risk examples

For maintainers

@kibana-ci
Copy link
Collaborator

kibana-ci commented Jun 5, 2023

💔 Build Failed

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #49 / aiops explain log rate spikes with 'ft_farequote' "before all" hook for "farequote with spike loads the explain log rate spikes page"
  • [job] [logs] FTR Configs #49 / aiops explain log rate spikes with 'ft_farequote' "before all" hook for "farequote with spike loads the explain log rate spikes page"
  • [job] [logs] FTR Configs #60 / Alerting transform alert rule types transform_health alert "before each" hook for "runs correctly"
  • [job] [logs] FTR Configs #60 / Alerting transform alert rule types transform_health alert "before each" hook for "runs correctly"
  • [job] [logs] FTR Configs #35 / apis index_patterns index_patterns/service/lib index_patterns/* error handler "before all" hook in "index_patterns/* error handler"
  • [job] [logs] FTR Configs #35 / apis index_patterns index_patterns/service/lib index_patterns/* error handler "before all" hook in "index_patterns/* error handler"
  • [job] [logs] FTR Configs #7 / apis transform basic license transform /internal/transform/delete_transforms "before all" hook in "/internal/transform/delete_transforms"
  • [job] [logs] FTR Configs #7 / apis transform basic license transform /internal/transform/delete_transforms "before all" hook in "/internal/transform/delete_transforms"
  • [job] [logs] FTR Configs #7 / Canvas Accessibility "before all" hook for "loads workpads"
  • [job] [logs] FTR Configs #7 / Canvas Accessibility "before all" hook for "loads workpads"
  • [job] [logs] FTR Configs #22 / cases security and spaces enabled: basic Common update_alert_status "before each" hook for "should update the status of multiple alerts attached to multiple cases using the cases client"
  • [job] [logs] FTR Configs #22 / cases security and spaces enabled: basic Common update_alert_status "before each" hook for "should update the status of multiple alerts attached to multiple cases using the cases client"
  • [job] [logs] FTR Configs #53 / cases security and spaces enabled: trial push_case memoryless server alerts "before each" hook for "should change the status of all alerts attached to a case to closed when closure_type: close-by-pushing and syncAlerts: true"
  • [job] [logs] FTR Configs #53 / cases security and spaces enabled: trial push_case memoryless server alerts "before each" hook for "should change the status of all alerts attached to a case to closed when closure_type: close-by-pushing and syncAlerts: true"
  • [job] [logs] FTR Configs #33 / context app context view for date_nanos with custom timestamp "before all" hook for "displays predecessors - anchor - successors in right order"
  • [job] [logs] FTR Configs #33 / context app context view for date_nanos with custom timestamp "before all" hook for "displays predecessors - anchor - successors in right order"
  • [job] [logs] FTR Configs #17 / dashboard app - group 1 "before all" hook: loadCurrentData in "dashboard app - group 1"
  • [job] [logs] FTR Configs #52 / dashboard app - group 1 "before all" hook: loadCurrentData in "dashboard app - group 1"
  • [job] [logs] FTR Configs #52 / dashboard app - group 1 "before all" hook: loadCurrentData in "dashboard app - group 1"
  • [job] [logs] FTR Configs #17 / dashboard app - group 1 "before all" hook: loadCurrentData in "dashboard app - group 1"
  • [job] [logs] FTR Configs #10 / dashboard app - group 2 "before all" hook: loadCurrentData in "dashboard app - group 2"
  • [job] [logs] FTR Configs #10 / dashboard app - group 2 "before all" hook: loadCurrentData in "dashboard app - group 2"
  • [job] [logs] FTR Configs #26 / dashboard elements dashboard elements Controls "before all" hook: setup in "Controls"
  • [job] [logs] FTR Configs #26 / dashboard elements dashboard elements Controls "before all" hook: setup in "Controls"
  • [job] [logs] FTR Configs #20 / dashboard Export import saved objects between versions "before all" hook for "should be able to import dashboard with various Lens panels from 7.12.1"
  • [job] [logs] FTR Configs #20 / dashboard Export import saved objects between versions "before all" hook for "should be able to import dashboard with various Lens panels from 7.12.1"
  • [job] [logs] FTR Configs #43 / detection engine api basic license create_rules creating rules "before all" hook for "should create a single rule with a rule_id"
  • [job] [logs] FTR Configs #43 / detection engine api basic license create_rules creating rules "before all" hook for "should create a single rule with a rule_id"
  • [job] [logs] FTR Configs #19 / detection engine api security and spaces enabled - Group 1 Tests involving aliases of source indexes and the signals index "before all" hook for "should keep the original alias value such as "host_alias" from a source index when the value is indexed"
  • [job] [logs] FTR Configs #19 / detection engine api security and spaces enabled - Group 1 Tests involving aliases of source indexes and the signals index "before all" hook for "should keep the original alias value such as "host_alias" from a source index when the value is indexed"
  • [job] [logs] FTR Configs #61 / detection engine api security and spaces enabled - Group 10 Get Rule Execution Results "before all" hook for "should return an error if rule does not exist"
  • [job] [logs] FTR Configs #61 / detection engine api security and spaces enabled - Group 10 Get Rule Execution Results "before all" hook for "should return an error if rule does not exist"
  • [job] [logs] FTR Configs #12 / detection engine api security and spaces enabled - Group 2 Rule exception operators for endpoints "before all" hook in "Rule exception operators for endpoints"
  • [job] [logs] FTR Configs #12 / detection engine api security and spaces enabled - Group 2 Rule exception operators for endpoints "before all" hook in "Rule exception operators for endpoints"
  • [job] [logs] FTR Configs #32 / detection engine api security and spaces enabled - Group 3 create_rules_with_exceptions "before all" hook in "create_rules_with_exceptions"
  • [job] [logs] FTR Configs #32 / detection engine api security and spaces enabled - Group 3 create_rules_with_exceptions "before all" hook in "create_rules_with_exceptions"
  • [job] [logs] FTR Configs #57 / detection engine api security and spaces enabled - Group 4 Detection rule type telemetry Detection rule telemetry "before all" hook for "should have initialized empty/zero values when no rules are running"
  • [job] [logs] FTR Configs #57 / detection engine api security and spaces enabled - Group 4 Detection rule type telemetry Detection rule telemetry "before all" hook for "should have initialized empty/zero values when no rules are running"
  • [job] [logs] FTR Configs #16 / detection engine api security and spaces enabled - Group 5 Detection keyword family data types Rule detects against a keyword of event.dataset "before all" hook in "Rule detects against a keyword of event.dataset"
  • [job] [logs] FTR Configs #16 / detection engine api security and spaces enabled - Group 5 Detection keyword family data types Rule detects against a keyword of event.dataset "before all" hook in "Rule detects against a keyword of event.dataset"
  • [job] [logs] FTR Configs #8 / detection engine api security and spaces enabled - Group 6 Detection engine signals/alerts compatibility Alerts Compatibility CTI "before each" hook for "allows querying of legacy enriched signals by threat.indicator"
  • [job] [logs] FTR Configs #8 / detection engine api security and spaces enabled - Group 6 Detection engine signals/alerts compatibility Alerts Compatibility CTI "before each" hook for "allows querying of legacy enriched signals by threat.indicator"
  • [job] [logs] FTR Configs #57 / detection engine api security and spaces enabled - Group 7 Detection exceptions data types and operators Rule exception operators for data type date "before all" hook in "Rule exception operators for data type date"
  • [job] [logs] FTR Configs #57 / detection engine api security and spaces enabled - Group 7 Detection exceptions data types and operators Rule exception operators for data type date "before all" hook in "Rule exception operators for data type date"
  • [job] [logs] FTR Configs #21 / detection engine api security and spaces enabled - Group 8 Detection exceptions data types and operators Rule exception operators for data type keyword "before all" hook in "Rule exception operators for data type keyword"
  • [job] [logs] FTR Configs #21 / detection engine api security and spaces enabled - Group 8 Detection exceptions data types and operators Rule exception operators for data type keyword "before all" hook in "Rule exception operators for data type keyword"
  • [job] [logs] FTR Configs #40 / detection engine api security and spaces enabled - Group 9 Detection exceptions data types and operators Rule exception operators for data type text "before all" hook in "Rule exception operators for data type text"
  • [job] [logs] FTR Configs #40 / detection engine api security and spaces enabled - Group 9 Detection exceptions data types and operators Rule exception operators for data type text "before all" hook in "Rule exception operators for data type text"
  • [job] [logs] FTR Configs #64 / detection engine api security and spaces enabled - rule execution logic EQL type rules "before all" hook for "generates a correctly formatted signal from EQL non-sequence queries"
  • [job] [logs] FTR Configs #64 / detection engine api security and spaces enabled - rule execution logic EQL type rules "before all" hook for "generates a correctly formatted signal from EQL non-sequence queries"
  • [job] [logs] FTR Configs #2 / discover/embeddable discover saved search embeddable "before all" hook for "can save a search embeddable with a defined rows per page number"
  • [job] [logs] FTR Configs #2 / discover/embeddable discover saved search embeddable "before all" hook for "can save a search embeddable with a defined rows per page number"
  • [job] [logs] FTR Configs #4 / discover/group1 test large strings "before all" hook for "verify the large string book present"
  • [job] [logs] FTR Configs #4 / discover/group1 test large strings "before all" hook for "verify the large string book present"
  • [job] [logs] FTR Configs #55 / discover/group2 index pattern with unmapped fields "before all" hook for "unmapped fields exist on a new saved search"
  • [job] [logs] FTR Configs #55 / discover/group2 index pattern with unmapped fields "before all" hook for "unmapped fields exist on a new saved search"
  • [job] [logs] FTR Configs #25 / Endpoint plugin Resolver tests Resolver tests for the entity route winlogbeat tests "before all" hook for "returns a winlogbeat sysmon event when the event matches the schema correctly"
  • [job] [logs] FTR Configs #25 / Endpoint plugin Resolver tests Resolver tests for the entity route winlogbeat tests "before all" hook for "returns a winlogbeat sysmon event when the event matches the schema correctly"
  • [job] [logs] Jest Tests #6 / esArchiver: createCreateIndexStream() defaults creates aliases
  • [job] [logs] Jest Tests #6 / esArchiver: createCreateIndexStream() defaults deletes existing aliases, creates all
  • [job] [logs] Jest Tests #6 / esArchiver: createCreateIndexStream() defaults deletes existing indices, creates all
  • [job] [logs] Jest Tests #6 / esArchiver: createCreateIndexStream() defaults passes through "hit" records
  • [job] [logs] Jest Tests #6 / esArchiver: createCreateIndexStream() defaults passes through records with unknown types
  • [job] [logs] Jest Tests #6 / esArchiver: createCreateIndexStream() deleteSavedObjectIndices deletes Kibana indices at most once for indices that start with .kibana
  • [job] [logs] Jest Tests #6 / esArchiver: createCreateIndexStream() deleteSavedObjectIndices deletes Kibana task manager index AND deletes all Kibana indices
  • [job] [logs] Jest Tests #6 / esArchiver: createCreateIndexStream() deleteSavedObjectIndices deletes Kibana task manager index at most once, using onlyTaskManager: true
  • [job] [logs] Jest Tests #6 / esArchiver: createCreateIndexStream() deleteSavedObjectIndices does not delete Kibana indices for indexes that do not start with .kibana
  • [job] [logs] Jest Tests #6 / esArchiver: createCreateIndexStream() skipExisting = true filters documents for skipped indices
  • [job] [logs] Jest Tests #6 / esArchiver: createCreateIndexStream() skipExisting = true ignores preexisting indexes
  • [job] [logs] FTR Configs #6 / Getting Started "before all" hook in "Getting Started "
  • [job] [logs] FTR Configs #14 / Getting Started "before all" hook in "Getting Started "
  • [job] [logs] FTR Configs #6 / Getting Started "before all" hook in "Getting Started "
  • [job] [logs] FTR Configs #14 / Getting Started "before all" hook in "Getting Started "
  • [job] [logs] FTR Configs #22 / graph app graph "before all" hook for "should show correct node labels"
  • [job] [logs] FTR Configs #22 / graph app graph "before all" hook for "should show correct node labels"
  • [job] [logs] FTR Configs #19 / InfraOps App Logs UI Log Entry Categories Tab with a trial license shows setup page when indices exist
  • [job] [logs] FTR Configs #38 / InfraOps App Logs UI Log Entry Categories Tab with a trial license shows setup page when indices exist
  • [job] [logs] FTR Configs #19 / InfraOps App Logs UI Log Entry Categories Tab with a trial license shows setup page when indices exist
  • [job] [logs] FTR Configs #38 / InfraOps App Logs UI Log Entry Categories Tab with a trial license shows setup page when indices exist
  • [job] [logs] FTR Configs #60 / Journey[cloud_security_dashboard] "before all" hook for "Go to cloud security dashboards Page"
  • [job] [logs] FTR Configs #60 / Journey[cloud_security_dashboard] "before all" hook for "Go to cloud security dashboards Page"
  • [job] [logs] FTR Configs #41 / Kubernetes security API (basic) Kubernetes security with a basic license "before all" hook for "/internal/kubernetes_security/aggregate returns aggregates on process events"
  • [job] [logs] FTR Configs #41 / Kubernetes security API (basic) Kubernetes security with a basic license "before all" hook for "/internal/kubernetes_security/aggregate returns aggregates on process events"
  • [job] [logs] FTR Configs #16 / Logs UI routes Log Threshold Rule executeAlert "before all" hook in "executeAlert"
  • [job] [logs] FTR Configs #16 / Logs UI routes Log Threshold Rule executeAlert "before all" hook in "executeAlert"
  • [job] [logs] FTR Configs #46 / logstash pipeline list route "before all" hook for "shows example pipelines"
  • [job] [logs] FTR Configs #46 / logstash pipeline list route "before all" hook for "shows example pipelines"
  • [job] [logs] FTR Configs #30 / logstash pipelines delete "before all" hook: load pipelines archive for "should delete the specified pipelines"
  • [job] [logs] FTR Configs #30 / logstash pipelines delete "before all" hook: load pipelines archive for "should delete the specified pipelines"
  • [job] [logs] FTR Configs #3 / machine learning - anomaly detection aggregated or scripted job "before all" hook in "aggregated or scripted job"
  • [job] [logs] FTR Configs #3 / machine learning - anomaly detection aggregated or scripted job "before all" hook in "aggregated or scripted job"
  • [job] [logs] FTR Configs #42 / machine learning - anomaly detection anomaly charts in dashboard "before all" hook in "anomaly charts in dashboard"
  • [job] [logs] FTR Configs #42 / machine learning - anomaly detection anomaly charts in dashboard "before all" hook in "anomaly charts in dashboard"
  • [job] [logs] FTR Configs #25 / machine learning - anomaly detection single metric "before all" hook for "job creation loads the single metric wizard for the source data"
  • [job] [logs] FTR Configs #50 / machine learning - anomaly detection single metric "before all" hook for "job creation loads the single metric wizard for the source data"
  • [job] [logs] FTR Configs #50 / machine learning - anomaly detection single metric "before all" hook for "job creation loads the single metric wizard for the source data"
  • [job] [logs] FTR Configs #25 / machine learning - anomaly detection single metric "before all" hook for "job creation loads the single metric wizard for the source data"
  • [job] [logs] FTR Configs #60 / machine learning - data frame analytics outlier detection creation "before all" hook in "outlier detection creation"
  • [job] [logs] FTR Configs #60 / machine learning - data frame analytics outlier detection creation "before all" hook in "outlier detection creation"
  • [job] [logs] FTR Configs #51 / machine learning - data visualizer index based "before all" hook in "index based"
  • [job] [logs] FTR Configs #51 / machine learning - data visualizer index based "before all" hook in "index based"
  • [job] [logs] FTR Configs #34 / machine learning - permissions for user with full ML access with data loaded "before all" hook in "with data loaded"
  • [job] [logs] FTR Configs #34 / machine learning - permissions for user with full ML access with data loaded "before all" hook in "with data loaded"
  • [job] [logs] FTR Configs #40 / machine learning - short tests settings calendar creation "before all" hook for "creates new calendar that applies to all jobs"
  • [job] [logs] FTR Configs #40 / machine learning - short tests settings calendar creation "before all" hook for "creates new calendar that applies to all jobs"
  • [job] [logs] FTR Configs #30 / machine learning - stack management jobs synchronize "before all" hook for "should have nothing to sync initially"
  • [job] [logs] FTR Configs #30 / machine learning - stack management jobs synchronize "before all" hook for "should have nothing to sync initially"
  • [job] [logs] FTR Configs #34 / Machine Learning annotations create_annotations "before all" hook for "should successfully create annotations for anomaly job"
  • [job] [logs] FTR Configs #34 / Machine Learning annotations create_annotations "before all" hook for "should successfully create annotations for anomaly job"
  • [job] [logs] FTR Configs #39 / machine learning basic license - data visualizer - group 3 field statistics in Discover "before all" hook in "field statistics in Discover"
  • [job] [logs] FTR Configs #39 / machine learning basic license - data visualizer - group 3 field statistics in Discover "before all" hook in "field statistics in Discover"
  • [job] [logs] FTR Configs #49 / machine learning basic license - data visualizer - group 2 index based "before all" hook in "index based"
  • [job] [logs] FTR Configs #49 / machine learning basic license - data visualizer - group 2 index based "before all" hook in "index based"
  • [job] [logs] FTR Configs #40 / machine learning basic license - permissions for user with full ML access (ft_ml_poweruser) "before all" hook for "should display the ML entry in Kibana app menu"
  • [job] [logs] FTR Configs #40 / machine learning basic license - permissions for user with full ML access (ft_ml_poweruser) "before all" hook for "should display the ML entry in Kibana app menu"
  • [job] [logs] FTR Configs #14 / management test large number of fields "before all" hook for "test_huge data should have expected number of fields"
  • [job] [logs] FTR Configs #14 / management test large number of fields "before all" hook for "test_huge data should have expected number of fields"
  • [job] [logs] FTR Configs #61 / MetricsUI Endpoints metadata 6.6.0 "before all" hook for "docker"
  • [job] [logs] FTR Configs #61 / MetricsUI Endpoints metadata 6.6.0 "before all" hook for "docker"
  • [job] [logs] FTR Configs #39 / Monitoring app Cluster listing with standalone cluster "before all" hook for "displays a standalone cluster"
  • [job] [logs] FTR Configs #39 / Monitoring app Cluster listing with standalone cluster "before all" hook for "displays a standalone cluster"
  • [job] [logs] FTR Configs #3 / Monitoring Beats overview "before all" hook: load archive for "should summarize beats cluster with metrics"
  • [job] [logs] FTR Configs #3 / Monitoring Beats overview "before all" hook: load archive for "should summarize beats cluster with metrics"
  • [job] [logs] FTR Configs #3 / ObservabilityApp Observability alerts > Alerts table "before all" hook for "Renders the table"
  • [job] [logs] FTR Configs #3 / ObservabilityApp Observability alerts > Alerts table "before all" hook for "Renders the table"
  • [job] [logs] FTR Configs #18 / pluggable panel actions "before all" hook in "pluggable panel actions"
  • [job] [logs] FTR Configs #18 / pluggable panel actions "before all" hook in "pluggable panel actions"
  • [job] [logs] FTR Configs #45 / Reporting APIs CSV Generation from SearchSource nanosecond formatting "before all" hook for "Formatted date_nanos data, UTC timezone"
  • [job] [logs] FTR Configs #45 / Reporting APIs CSV Generation from SearchSource nanosecond formatting "before all" hook for "Formatted date_nanos data, UTC timezone"
  • [job] [logs] FTR Configs #25 / reporting management app Listing of Reports "before each" hook for "Confirm single report deletion works"
  • [job] [logs] FTR Configs #25 / reporting management app Listing of Reports "before each" hook for "Confirm single report deletion works"
  • [job] [logs] FTR Configs #41 / rule registry spaces only: trial Alerts - GET - RBAC "before all" hook for "should return a 404 when superuser accesses not-existent alert"
  • [job] [logs] FTR Configs #41 / rule registry spaces only: trial Alerts - GET - RBAC "before all" hook for "should return a 404 when superuser accesses not-existent alert"
  • [job] [logs] FTR Configs #49 / rules security and spaces enabled: basic Alert - Get feature ids by registration context "before all" hook in "Alert - Get feature ids by registration context"
  • [job] [logs] FTR Configs #49 / rules security and spaces enabled: basic Alert - Get feature ids by registration context "before all" hook in "Alert - Get feature ids by registration context"
  • [job] [logs] FTR Configs #6 / Saved objects management Export import saved objects between versions "before all" hook for "should be able to import 7.13 saved objects into 8.0.0 and verfiy the rendering of three dashboards"
  • [job] [logs] FTR Configs #6 / Saved objects management Export import saved objects between versions "before all" hook for "should be able to import 7.13 saved objects into 8.0.0 and verfiy the rendering of three dashboards"
  • [job] [logs] FTR Configs #22 / search search rollup "before all" hook for "should return 400 if rollup search is called without index"
  • [job] [logs] FTR Configs #22 / search search rollup "before all" hook for "should return 400 if rollup search is called without index"
  • [job] [logs] FTR Configs #17 / security (basic license) Index Fields "before all" hook in "Index Fields"
  • [job] [logs] FTR Configs #17 / security (basic license) Index Fields "before all" hook in "Index Fields"
  • [job] [logs] FTR Configs #36 / security app dls "after all" hook: logout for "user East should only see EAST doc"
  • [job] [logs] FTR Configs #36 / security app dls "after all" hook: logout for "user East should only see EAST doc"
  • [job] [logs] FTR Configs #36 / security app dls "before all" hook: initialize tests for "should add new role myroleEast"
  • [job] [logs] FTR Configs #36 / security app dls "before all" hook: initialize tests for "should add new role myroleEast"
  • [job] [logs] FTR Configs #15 / security Index Fields "before all" hook in "Index Fields"
  • [job] [logs] FTR Configs #15 / security Index Fields "before all" hook in "Index Fields"
  • [job] [logs] FTR Configs #9 / SecuritySolution Endpoints authentications "before all" hook for "Make sure that we get Authentication data"
  • [job] [logs] FTR Configs #9 / SecuritySolution Endpoints authentications "before all" hook for "Make sure that we get Authentication data"
  • [job] [logs] FTR Configs #6 / Session View API (basic) Session view - /internal/session_view/process_events - with a basic license using typical process event data "before all" hook for "/internal/session_view/process_events returns a page of process events"
  • [job] [logs] FTR Configs #6 / Session View API (basic) Session view - /internal/session_view/process_events - with a basic license using typical process event data "before all" hook for "/internal/session_view/process_events returns a page of process events"
  • [job] [logs] FTR Configs #35 / transform - creation - runtime mappings & saved search creation_saved_search "before all" hook in "creation_saved_search"
  • [job] [logs] FTR Configs #35 / transform - creation - runtime mappings & saved search creation_saved_search "before all" hook in "creation_saved_search"
  • [job] [logs] FTR Configs #10 / transform /internal/transform/delete_transforms "before all" hook in "/internal/transform/delete_transforms"
  • [job] [logs] FTR Configs #10 / transform /internal/transform/delete_transforms "before all" hook in "/internal/transform/delete_transforms"
  • [job] [logs] FTR Configs #27 / transform basic license transform - creation - runtime mappings & saved search creation_saved_search "before all" hook in "creation_saved_search"
  • [job] [logs] FTR Configs #27 / transform basic license transform - creation - runtime mappings & saved search creation_saved_search "before all" hook in "creation_saved_search"
  • [job] [logs] FTR Configs #13 / Uptime app with generated data "before each" hook: load heartbeat data for "loads the default settings"
  • [job] [logs] FTR Configs #13 / Uptime app with generated data "before each" hook: load heartbeat data for "loads the default settings"
  • [job] [logs] FTR Configs #9 / Uptime app with real-world data "before all" hook in "with real-world data"
  • [job] [logs] FTR Configs #9 / Uptime app with real-world data "before all" hook in "with real-world data"
  • [job] [logs] FTR Configs #13 / uptime uptime REST endpoints with generated data "before each" hook: load heartbeat data for "returns empty array for no data"
  • [job] [logs] FTR Configs #13 / uptime uptime REST endpoints with generated data "before each" hook: load heartbeat data for "returns empty array for no data"
  • [job] [logs] FTR Configs #17 / Visualize hybrid index pattern "before all" hook for "should render histogram line chart"
  • [job] [logs] FTR Configs #17 / Visualize hybrid index pattern "before all" hook for "should render histogram line chart"

Metrics [docs]

Unknown metric groups

ESLint disabled line counts

id before after diff
enterpriseSearch 19 21 +2
securitySolution 414 418 +4
total +6

Total ESLint disabled count

id before after diff
enterpriseSearch 20 22 +2
securitySolution 498 502 +4
total +6

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@rudolf rudolf marked this pull request as ready for review June 5, 2023 17:59
@rudolf rudolf requested review from a team as code owners June 5, 2023 17:59
@rudolf rudolf added the Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc label Jun 5, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

@rudolf rudolf self-assigned this Jun 5, 2023
@rudolf rudolf marked this pull request as draft June 5, 2023 18:03
Copy link
Contributor

@bhavyarm bhavyarm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Dima is out on vacation but we spoke about this in our last team meeting and we are all aware of the issue. Thanks for the PR @rudolf fingers crossed

jeramysoucy added a commit that referenced this pull request Jun 6, 2023
…ble_action (#159039)

## Summary

Skips several tests failing with the
`no_shard_available_action_exception`. Also adds comments noting the
related test failure issues and the [master issue being
tracked](#158918).

See issue #158918 and PR #159002.
@rudolf
Copy link
Contributor Author

rudolf commented Jun 8, 2023

Although this fixes the flaky tests it breaks many other. Gerard is working on a different approach that we think might be better able to solve this race condition.

@rudolf rudolf closed this Jun 8, 2023
jeramysoucy added a commit to jeramysoucy/kibana that referenced this pull request Jun 13, 2023
…ble_action (elastic#159039)

## Summary

Skips several tests failing with the
`no_shard_available_action_exception`. Also adds comments noting the
related test failure issues and the [master issue being
tracked](elastic#158918).

See issue elastic#158918 and PR elastic#159002.

(cherry picked from commit 63bd0ba)

# Conflicts:
#	x-pack/test/saved_object_api_integration/spaces_only/apis/resolve_import_errors.ts
#	x-pack/test/spaces_api_integration/spaces_only/apis/get.ts
#	x-pack/test/spaces_api_integration/spaces_only/apis/update.ts
jeramysoucy added a commit that referenced this pull request Jun 13, 2023
…available_action (#159039) (#159546)

# Backport

This will backport the following commits from `main` to `8.8`:
- [[Failing Tests] Skips and comments tests failing with
no_shard_available_action
(#159039)](#159039)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Jeramy
Soucy","email":"jeramy.soucy@elastic.co"},"sourceCommit":{"committedDate":"2023-06-06T07:11:22Z","message":"[Failing
Tests] Skips and comments tests failing with no_shard_available_action
(#159039)\n\n## Summary\r\n\r\nSkips several tests failing with
the\r\n`no_shard_available_action_exception`. Also adds comments noting
the\r\nrelated test failure issues and the [master issue
being\r\ntracked](https://github.com/elastic/kibana/issues/158918).\r\n\r\nSee
issue #158918 and PR
#159002.","sha":"63bd0ba9f9cec244cac38affc2bc572ad5f6a6aa","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Saved
Objects","Feature:Security/Spaces","skipped-test","release_note:skip","backport:prev-minor","v8.9.0"],"number":159039,"url":"https://github.com/elastic/kibana/pull/159039","mergeCommit":{"message":"[Failing
Tests] Skips and comments tests failing with no_shard_available_action
(#159039)\n\n## Summary\r\n\r\nSkips several tests failing with
the\r\n`no_shard_available_action_exception`. Also adds comments noting
the\r\nrelated test failure issues and the [master issue
being\r\ntracked](https://github.com/elastic/kibana/issues/158918).\r\n\r\nSee
issue #158918 and PR
#159002.","sha":"63bd0ba9f9cec244cac38affc2bc572ad5f6a6aa"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/159039","number":159039,"mergeCommit":{"message":"[Failing
Tests] Skips and comments tests failing with no_shard_available_action
(#159039)\n\n## Summary\r\n\r\nSkips several tests failing with
the\r\n`no_shard_available_action_exception`. Also adds comments noting
the\r\nrelated test failure issues and the [master issue
being\r\ntracked](https://github.com/elastic/kibana/issues/158918).\r\n\r\nSee
issue #158918 and PR
#159002.","sha":"63bd0ba9f9cec244cac38affc2bc572ad5f6a6aa"}}]}]
BACKPORT-->
@lukeelmers lukeelmers deleted the flaky-after-split branch July 30, 2024 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants