elastic / kibana

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

Failing test: Detection Engine - Exception Workflows Integration Tests - Serverless Env - Essentials Tier.x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/exceptions/workflows/basic_license_essentials_tier/rule_exceptions_execution·ts - Detection Engine - Exception workflows APIs @serverless @serverlessQA @ess rule exceptions execution creating rules with exceptions should be able to execute against an exception list that does include valid case sensitive entries and get back 0 alerts #181887

Open kibanamachine opened 1 week ago

kibanamachine commented 1 week ago

A test failed on a tracked branch

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

Expected: 10
Received: 0
    at Context.<anonymous> (rule_exceptions_execution.ts:204:45)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.apply (wrap_function.js:73:16) {
  matcherResult: {
    actual: 0,
    expected: 10,
    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[32m10\x1B[39m\n' +
      'Received: \x1B[31m0\x1B[39m',
    name: 'toEqual',
    pass: false
  }
}

First failure: CI Build - main

elasticmachine commented 1 week ago

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