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

Failing ES Promotion: detection engine api security and spaces enabled create_rules creating rules should create a single rule with a rule_id and validate it ran successfully #71555

Closed
tylersmalley opened this issue Jul 13, 2020 · 4 comments · Fixed by #71632
Labels
blocker failed-es-promotion skipped-test Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM v7.9.0 v8.0.0

Comments

@tylersmalley
Copy link
Contributor

This failure is preventing the promotion of the current Elasticsearch nightly snapshot.

main/8.0.0: https://kibana-ci.elastic.co/job/elasticsearch+snapshots+verify/1077/execution/node/347/log/
7x/7.9: https://kibana-ci.elastic.co/job/elasticsearch+snapshots+verify/1076/execution/node/352/log/

For more information on the Elasticsearch snapshot promotion process: https://www.elastic.co/guide/en/kibana/master/development-es-snapshots.html

13:46:26       │1)    detection engine api security and spaces enabled
13:46:26       │       create_rules
13:46:26       │         creating rules
13:46:26       │           should create a single rule with a rule_id and validate it ran successfully:
13:46:26       │
13:46:26       │      Error: timed out waiting for function condition to be true
13:46:26       │       at Promise (test/detection_engine_api_integration/utils.ts:562:14)
@elasticmachine
Copy link
Contributor

Pinging @elastic/siem (Team:SIEM)

tylersmalley pushed a commit that referenced this issue Jul 13, 2020
tylersmalley pushed a commit that referenced this issue Jul 13, 2020
@tylersmalley
Copy link
Contributor Author

tylersmalley commented Jul 13, 2020

Skipped:

main/8.0: 8555ecb
7.x/7.9: 3dc085b

@tylersmalley
Copy link
Contributor Author

Possibly related to #71559 and/or #71558

@tylersmalley
Copy link
Contributor Author

Confirmed this failure, along with those linked above, were introduced in elastic/elasticsearch@a28ce1e

gmmorris added a commit to gmmorris/kibana that referenced this issue Jul 14, 2020
* master: (314 commits)
  [APM] Use status_code field to calculate error rate (elastic#71109)
  [Observability] Change appLink passing the date range (elastic#71259)
  [Security] Add Timeline improvements (elastic#71506)
  adjust vislib bar opacity (elastic#71421)
  Fix ScopedHistory mock and adapt usages (elastic#71404)
  [Security Solution] Add hook for reading/writing resolver query params (elastic#70809)
  [APM] Bug fixes from ML integration testing (elastic#71564)
  [Discover] Add caused_by.type and caused_by.reason to error toast modal (elastic#70404)
  [Security Solution] Add 3rd level breadcrumb to admin page (elastic#71275)
  [Security Solution][Exceptions] Exception modal bulk close alerts that match exception attributes (elastic#71321)
  Change signal.rule.risk score mapping from keyword to float (elastic#71126)
  Added help text where needed on connectors and alert actions UI (elastic#69601)
  [SIEM][Detections] Value Lists Management Modal (elastic#67068)
  [test] Skips test preventing promotion of ES snapshot elastic#71582
  [test] Skips test preventing promotion of ES snapshot elastic#71555
  [ILM] Fix alignment of the timing field (elastic#71273)
  [SIEM][Detection Engine][Lists] Adds the ability for exception lists to be multi-list queried. (elastic#71540)
  initial telemetry setup (elastic#69330)
  [Reporting] Formatting fixes for CSV export in Discover, CSV download from Dashboard panel (elastic#67027)
  Search across spaces (elastic#67644)
  ...
jloleysens added a commit to jloleysens/kibana that referenced this issue Jul 14, 2020
…t-apps-page-titles

* 'master' of github.com:elastic/kibana: (88 commits)
  [ML] Functional tests - disable DFA creation and cloning tests
  [APM] Use status_code field to calculate error rate (elastic#71109)
  [Observability] Change appLink passing the date range (elastic#71259)
  [Security] Add Timeline improvements (elastic#71506)
  adjust vislib bar opacity (elastic#71421)
  Fix ScopedHistory mock and adapt usages (elastic#71404)
  [Security Solution] Add hook for reading/writing resolver query params (elastic#70809)
  [APM] Bug fixes from ML integration testing (elastic#71564)
  [Discover] Add caused_by.type and caused_by.reason to error toast modal (elastic#70404)
  [Security Solution] Add 3rd level breadcrumb to admin page (elastic#71275)
  [Security Solution][Exceptions] Exception modal bulk close alerts that match exception attributes (elastic#71321)
  Change signal.rule.risk score mapping from keyword to float (elastic#71126)
  Added help text where needed on connectors and alert actions UI (elastic#69601)
  [SIEM][Detections] Value Lists Management Modal (elastic#67068)
  [test] Skips test preventing promotion of ES snapshot elastic#71582
  [test] Skips test preventing promotion of ES snapshot elastic#71555
  [ILM] Fix alignment of the timing field (elastic#71273)
  [SIEM][Detection Engine][Lists] Adds the ability for exception lists to be multi-list queried. (elastic#71540)
  initial telemetry setup (elastic#69330)
  [Reporting] Formatting fixes for CSV export in Discover, CSV download from Dashboard panel (elastic#67027)
  ...

# Conflicts:
#	x-pack/plugins/index_management/public/application/index.tsx
gmmorris added a commit to gmmorris/kibana that referenced this issue Jul 14, 2020
* master: (72 commits)
  [test] Skips test preventing promotion of ES snapshot elastic#71612
  [Logs UI] Remove UUID from Alert Instances (elastic#71340)
  [Metrics UI] Remove UUID from Alert Instance IDs (elastic#71335)
  [ML] Functional tests - disable DFA creation and cloning tests
  [APM] Use status_code field to calculate error rate (elastic#71109)
  [Observability] Change appLink passing the date range (elastic#71259)
  [Security] Add Timeline improvements (elastic#71506)
  adjust vislib bar opacity (elastic#71421)
  Fix ScopedHistory mock and adapt usages (elastic#71404)
  [Security Solution] Add hook for reading/writing resolver query params (elastic#70809)
  [APM] Bug fixes from ML integration testing (elastic#71564)
  [Discover] Add caused_by.type and caused_by.reason to error toast modal (elastic#70404)
  [Security Solution] Add 3rd level breadcrumb to admin page (elastic#71275)
  [Security Solution][Exceptions] Exception modal bulk close alerts that match exception attributes (elastic#71321)
  Change signal.rule.risk score mapping from keyword to float (elastic#71126)
  Added help text where needed on connectors and alert actions UI (elastic#69601)
  [SIEM][Detections] Value Lists Management Modal (elastic#67068)
  [test] Skips test preventing promotion of ES snapshot elastic#71582
  [test] Skips test preventing promotion of ES snapshot elastic#71555
  [ILM] Fix alignment of the timing field (elastic#71273)
  ...
tylersmalley pushed a commit to tylersmalley/kibana that referenced this issue Jul 14, 2020
tylersmalley pushed a commit that referenced this issue Jul 15, 2020
* Revert "[test] Skips test preventing promotion of ES snapshot #71582"

This reverts commit 683fb42.

* Revert "[test] Skips test preventing promotion of ES snapshot #71555"

This reverts commit 8555ecb.

* Revert "[test] Skips Alerting test preventing ES snapshot promotion"

This reverts commit b217cb3.

* Revert "[test] Skips test preventing promotion of ES snapshot"

This reverts commit 0194f8c.

* Revert "[skip test] Skips Alerting API test due to failing ES promotion"

This reverts commit 439f2dd.
tylersmalley pushed a commit to tylersmalley/kibana that referenced this issue Jul 15, 2020
* Revert "[test] Skips test preventing promotion of ES snapshot elastic#71582"

This reverts commit 683fb42.

* Revert "[test] Skips test preventing promotion of ES snapshot elastic#71555"

This reverts commit 8555ecb.

* Revert "[test] Skips Alerting test preventing ES snapshot promotion"

This reverts commit b217cb3.

* Revert "[test] Skips test preventing promotion of ES snapshot"

This reverts commit 0194f8c.

* Revert "[skip test] Skips Alerting API test due to failing ES promotion"

This reverts commit 439f2dd.
tylersmalley pushed a commit to tylersmalley/kibana that referenced this issue Jul 15, 2020
* Revert "[test] Skips test preventing promotion of ES snapshot elastic#71582"

This reverts commit 683fb42.

* Revert "[test] Skips test preventing promotion of ES snapshot elastic#71555"

This reverts commit 8555ecb.

* Revert "[test] Skips Alerting test preventing ES snapshot promotion"

This reverts commit b217cb3.

* Revert "[test] Skips test preventing promotion of ES snapshot"

This reverts commit 0194f8c.

* Revert "[skip test] Skips Alerting API test due to failing ES promotion"

This reverts commit 439f2dd.
tylersmalley pushed a commit that referenced this issue Jul 15, 2020
* Revert "[test] Skips test preventing promotion of ES snapshot #71582"

This reverts commit 683fb42.

* Revert "[test] Skips test preventing promotion of ES snapshot #71555"

This reverts commit 8555ecb.

* Revert "[test] Skips Alerting test preventing ES snapshot promotion"

This reverts commit b217cb3.

* Revert "[test] Skips test preventing promotion of ES snapshot"

This reverts commit 0194f8c.

* Revert "[skip test] Skips Alerting API test due to failing ES promotion"

This reverts commit 439f2dd.
tylersmalley pushed a commit that referenced this issue Jul 15, 2020
* Revert "[test] Skips test preventing promotion of ES snapshot #71582"

This reverts commit 683fb42.

* Revert "[test] Skips test preventing promotion of ES snapshot #71555"

This reverts commit 8555ecb.

* Revert "[test] Skips Alerting test preventing ES snapshot promotion"

This reverts commit b217cb3.

* Revert "[test] Skips test preventing promotion of ES snapshot"

This reverts commit 0194f8c.

* Revert "[skip test] Skips Alerting API test due to failing ES promotion"

This reverts commit 439f2dd.
@MindyRS MindyRS added the Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. label Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker failed-es-promotion skipped-test Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM v7.9.0 v8.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants