Skip to content

Testsuite bugs #764

@DanaSunal

Description

@DanaSunal
  • ServiceLayer / BasicPart / /v1/list-ltps-and-fcs / Acceptance / vs oam put - 26 Requests in the folder

Iteration: 1 - dummy es-c/index-alias (test passes) fails on 500 Internal Server Error

with request body

{
  "elasticsearch-client-interface-1-0:index-alias": "walckpwhrvem"
}

Elasticsearch throws:

Elasticsearch error occurred: {"error":{"root_cause":[{"type":"invalid_alias_name_exception","reason":"Invalid alias name [walckpwhrvem]: an index or data stream exists with the same name as the alias"}],"type":"invalid_alias_name_exception","reason":"Invalid alias name [walckpwhrvem]: an index or data stream exists with the same name as the alias"},"status":400}

which suggests, that the same index alias was used in some previous test.

  • ServiceLayer / BasicPart / /v1/update-operation-client / Continuous Integration / Service Idempotent? - 2 Requests in the folder

Request body is formed with undefined parameters:

{
  "application-name": "ElasticSearch",
  "release-number": "1.0.0",
  "old-operation-name": "undefined",
  "new-operation-name": "undefined"
}

I believe this is because ElasticSearch does not have any operations, which means it should be excluded from the randomized input.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions