Skip to content

Commit

Permalink
Skip uppercase regex tests before 2.4.0 (#4869)
Browse files Browse the repository at this point in the history
This feature was backported in #4219 and will only be present in
version 2.4 and newer. The test must be skipped for mixed cluster cases
with nodes older than 2.4.

Signed-off-by: Andrew Ross <[email protected]>

Signed-off-by: Andrew Ross <[email protected]>
  • Loading branch information
andrross authored Oct 21, 2022
1 parent 38287d8 commit 1511aa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- [Bug]: Alias filter lost after rollover ([#4499](https://github.com/opensearch-project/OpenSearch/pull/4499))
- Fixing Gradle warnings associated with publishPluginZipPublicationToXxx tasks ([#4696](https://github.com/opensearch-project/OpenSearch/pull/4696))
- Fixed randomly failing test ([4774](https://github.com/opensearch-project/OpenSearch/pull/4774))
- Skip uppercase regex tests before 2.4.0 ([4869](https://github.com/opensearch-project/OpenSearch/pull/4869))
### Security
- CVE-2022-25857 org.yaml:snakeyaml DOS vulnerability ([#4341](https://github.com/opensearch-project/OpenSearch/pull/4341))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ setup:

---
"search with uppercase regex":
- skip:
version: " - 2.3.99"
reason: uppercase regex not supported before 2.4.0
- do:
search:
rest_total_hits_as_int: true
Expand Down

0 comments on commit 1511aa8

Please sign in to comment.