elastic / kibana

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

Failing test: Detection Engine - Rule Execution Logic Integration Tests - Serverless Env - Complete Tier.x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/rule_execution_logic/trial_license_complete_tier/execution_logic/indicator_match·ts - Rule execution logic API Detection Engine - Execution logic @ess @serverless @serverlessQA Threat match type rules timestamp override and fallback timestamp should create alert using a timestamp override and timestamp fallback enabled on events first code path execution #184076

Open kibanamachine opened 1 month ago

kibanamachine commented 1 month ago

A test failed on a tracked branch

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

First failure: kibana-on-merge - main

elasticmachine commented 1 month ago

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

nkhristinin commented 1 month ago

Is passed on second try in the branch, locally also passed, on first glance looks like it's not bug, maybe there some flakiness we need to investigate.