From 8dba7067615e18e327a00ef334f19174e7afb9d1 Mon Sep 17 00:00:00 2001 From: Nicholas Walter Knize Date: Tue, 31 Oct 2023 09:58:40 -0500 Subject: [PATCH] update changelog, fix tests Signed-off-by: Nicholas Walter Knize --- CHANGELOG.md | 1 + .../test/mixed_cluster/30_camel_case_dateformat.yml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 234b08398f9ef..d769329dea50d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -125,6 +125,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed - Remove deprecated classes for Rounding ([#10956](https://github.com/opensearch-project/OpenSearch/issues/10956)) +- [Remove] Remaining Joda and Joda Dependency ([#10949](https://github.com/opensearch-project/OpenSearch/pull/10949)) ### Fixed - Fix failure in dissect ingest processor parsing empty brackets ([#9225](https://github.com/opensearch-project/OpenSearch/pull/9255)) diff --git a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/30_camel_case_dateformat.yml b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/30_camel_case_dateformat.yml index 61533cf8286ad..528f4afa5fdd1 100644 --- a/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/30_camel_case_dateformat.yml +++ b/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/30_camel_case_dateformat.yml @@ -5,7 +5,7 @@ refresh: true body: - '{"index": {"_index": "camel_case_date_format"}}' - - '{"date_field": "2019-02-01T00:00+01:00"}' + - '{"date_field": "2023-02-01T00:00+01:00"}' - do: search: @@ -15,5 +15,5 @@ query: range: date_field: - gte: "2019-01-01T00:00+01:00" - lte: "2019-03-01T00:00+01:00" + gte: "2023-01-01T00:00+01:00" + lte: "2023-03-01T00:00+01:00"