From dc52ee75675115f6dcfbbae7fb9156f2206aaf25 Mon Sep 17 00:00:00 2001 From: Nathalie Jonathan Date: Fri, 10 Jan 2025 11:21:26 -0800 Subject: [PATCH] Fixed response payload status property to response payload state property in upload.yaml, updated CHANGELOG.md. Signed-off-by: Nathalie Jonathan --- CHANGELOG.md | 1 + tests/plugins/ml/ml/models/upload.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2834f9d..b282c095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,6 +96,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Fixed ingest API schemas ([#766](https://github.com/opensearch-project/opensearch-api-specification/pull/766)) - Fixed CAT API schemas ([#769](https://github.com/opensearch-project/opensearch-api-specification/pull/769)) - Fixed core API schemas ([#777](https://github.com/opensearch-project/opensearch-api-specification/pull/777)) +- Fixed Memory Circuit Breaker flaky test in ML Model APIs ([#782](https://github.com/opensearch-project/opensearch-api-specification/pull/782)) ### Changed - Changed `tasks._common:TaskInfo` and `tasks._common:TaskGroup` to be composed of a `tasks._common:TaskInfoBase` ([#683](https://github.com/opensearch-project/opensearch-api-specification/pull/683)) diff --git a/tests/plugins/ml/ml/models/upload.yaml b/tests/plugins/ml/ml/models/upload.yaml index 343549d4..c77ec5bc 100644 --- a/tests/plugins/ml/ml/models/upload.yaml +++ b/tests/plugins/ml/ml/models/upload.yaml @@ -20,7 +20,7 @@ epilogues: response: status: 200 payload: - status: COMPLETED + state: COMPLETED output: model_id: payload.model_id - path: /_plugins/_ml/models/{model_id}