elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.61k stars 8.22k forks source link

Failing test: Detection Engine - Rule Execution Logic Integration Tests - ESS Env - Trial License.x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/trial_license_complete_tier/execution_logic/eql·ts - Rule execution logic API Detection Engine - Execution logic @ess @serverless EQL type rules classifies verification_exception errors as user errors #180641

Open kibanamachine opened 7 months ago

kibanamachine commented 7 months ago

A test failed on a tracked branch

Error: expected 0 to sort of equal 1
    at Assertion.assert (expect.js:100:11)
    at Assertion.eql (expect.js:244:8)
    at Context.<anonymous> (eql.ts:240:9)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.apply (wrap_function.js:73:16) {
  actual: '0',
  expected: '1',
  showDiff: true
}

First failure: CI Build - main

elasticmachine commented 7 months ago

Pinging @elastic/security-detection-engine (Team:Detection Engine)

kibanamachine commented 6 months ago

New failure: CI Build - main

mistic commented 6 months ago

Skipped.

main: b773680

marshallmain commented 6 months ago

@mistic Why is the approach here to skip an entire test file rather than just the flaky test?

rylnd commented 3 months ago

Reopening as 899ccca did not unskip everything, but instead narrowed the scope of what's being skipped to the single failing test.