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 test: Serverless Search Functional Tests - Common Group 1.x-pack/test_serverless/functional/test_suites/common/management/index_management/index_templates·ts - Serverless Common UI - Management Index Templates Create index template "after all" hook for "Creates index template" #172832

Closed
kibanamachine opened this issue Dec 7, 2023 · 5 comments · Fixed by #172949
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Feature:Index Management Index and index templates UI Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Dec 7, 2023

A test failed on a tracked branch

ResponseError: index_template_missing_exception
	Root causes:
		index_template_missing_exception: index_template [a_test_template] missing
    at SniffingTransport.request (node_modules/@elastic/transport/src/Transport.ts:535:17)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Indices.deleteIndexTemplate (node_modules/@elastic/elasticsearch/src/api/api/indices.ts:448:12)
    at Context.<anonymous> (index_templates.ts:81:9)
    at Object.apply (wrap_function.js:73:16) {
  meta: {
    body: { error: [Object], status: 404 },
    statusCode: 404,
    headers: {
      'x-elastic-product': 'Elasticsearch',
      'elastic-api-version': '2023-10-31',
      'content-type': 'application/json',
      'content-length': '229'
    },
    meta: {
      context: null,
      request: [Object],
      name: 'elasticsearch-js',
      connection: [Object],
      attempts: 0,
      aborted: false
    },
    warnings: [Getter]
  }
}

First failure: CI Build - 8.12

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Dec 7, 2023
@botelastic botelastic bot added the needs-team Issues missing a team label label Dec 7, 2023
@mistic mistic added the Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. label Dec 8, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Dec 8, 2023
@yuliacech yuliacech added the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label Dec 8, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/platform-deployment-management (Team:Deployment Management)

@yuliacech yuliacech removed the Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. label Dec 8, 2023
@yuliacech yuliacech added the Feature:Index Management Index and index templates UI label Dec 8, 2023
@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 8.12

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 8.12

sabarasaba added a commit that referenced this issue Dec 18, 2023
…173479)

Closes #172831
Closes #172832

# Backport

This will backport the following commits from `main` to `8.12`:
- [[Index Management] Fix index templates flaky tests
(#172949)](#172949)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Ignacio
Rivas","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-12-13T11:24:25Z","message":"[Index
Management] Fix index templates flaky tests
(#172949)","sha":"a3b4c0a2ce9e90a802ebc2851b5484f3c005a750","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Index
Management","Team:Deployment
Management","release_note:skip","backport:skip","v8.13.0"],"number":172949,"url":"https://github.com/elastic/kibana/pull/172949","mergeCommit":{"message":"[Index
Management] Fix index templates flaky tests
(#172949)","sha":"a3b4c0a2ce9e90a802ebc2851b5484f3c005a750"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/172949","number":172949,"mergeCommit":{"message":"[Index
Management] Fix index templates flaky tests
(#172949)","sha":"a3b4c0a2ce9e90a802ebc2851b5484f3c005a750"}}]}]
BACKPORT-->
@sabarasaba
Copy link
Member

Fixed with #173479

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Feature:Index Management Index and index templates UI Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants