You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
For point#1, need to include a request that deletes the dummy index in ES through API directly from testcases after testing for index-alias is completed.
Also, in services like /v1/redirect-topology-change-information and core-model-1-4:control-construct (OAM Layer), this step of reverting index-alias shall be included.
IswaryaaS
transferred this issue from openBackhaul/ExecutionAndTraceLog
Jun 27, 2023
Iteration: 1 - dummy es-c/index-alias (test passes) fails on 500 Internal Server Error
with request body
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.
Request body is formed with undefined parameters:
I believe this is because ElasticSearch does not have any operations, which means it should be excluded from the randomized input.
The text was updated successfully, but these errors were encountered: