elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.63k stars 8.22k 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/custom_query·ts - Rule execution logic API Detection Engine - Execution logic @ess @serverless @serverlessQA Query type rules @skipInServerlessMKI manual rule run alerts has intended_timestamp set to the time of the manual run #192625

Open kibanamachine opened 2 months ago

kibanamachine commented 2 months ago

A test failed on a tracked branch

JestAssertionError: expect(received).toEqual(expected) // deep equality

Expected: "2024-09-11T18:05:33.581Z"
Received: "2024-09-11T18:05:33.582Z"
    at Context.<anonymous> (custom_query.ts:2497:74)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.apply (wrap_function.js:74:16) {
  matcherResult: {
    actual: '2024-09-11T18:05:33.582Z',
    expected: '2024-09-11T18:05:33.581Z',
    message: '\x1B[2mexpect(\x1B[22m\x1B[31mreceived\x1B[39m\x1B[2m).\x1B[22mtoEqual\x1B[2m(\x1B[22m\x1B[32mexpected\x1B[39m\x1B[2m) // deep equality\x1B[22m\n' +
      '\n' +
      'Expected: \x1B[32m"2024-09-11T18:05:33.58\x1B[7m1\x1B[27mZ"\x1B[39m\n' +
      'Received: \x1B[31m"2024-09-11T18:05:33.58\x1B[7m2\x1B[27mZ"\x1B[39m',
    name: 'toEqual',
    pass: false
  }
}

First failure: kibana-on-merge - main

elasticmachine commented 2 months ago

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