Skip to content

Fix version check for search pipelines REST test#7618

Merged
reta merged 1 commit into
opensearch-project:mainfrom
msfroh:forwardport-7589
May 18, 2023
Merged

Fix version check for search pipelines REST test#7618
reta merged 1 commit into
opensearch-project:mainfrom
msfroh:forwardport-7589

Conversation

@msfroh
Copy link
Copy Markdown
Contributor

@msfroh msfroh commented May 17, 2023

Description

As @reta pointed out, these tests should be skipped for versions less than 2.7.0, but the skip version ranges are inclusive. So, the upper bound of the range should be 2.6.99.

This brings a change made for
#7589 onto the main branch.

Related Issues

Related to #7589

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

As @reta pointed out, these tests should be skipped for versions less
than 2.7.0, but the skip version ranges are inclusive. So, the upper
bound of the range should be 2.6.99.

This brings a change made for
opensearch-project#7589 onto the main
branch.

Signed-off-by: Michael Froh <froh@amazon.com>
@github-actions
Copy link
Copy Markdown
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.search.backpressure.SearchBackpressureIT.testSearchShardTaskCancellationWithHighCpu

@codecov
Copy link
Copy Markdown

codecov Bot commented May 18, 2023

Codecov Report

Merging #7618 (c7838f6) into main (054cccd) will increase coverage by 0.02%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #7618      +/-   ##
============================================
+ Coverage     70.72%   70.75%   +0.02%     
- Complexity    55995    55999       +4     
============================================
  Files          4663     4663              
  Lines        265479   265479              
  Branches      39005    39005              
============================================
+ Hits         187757   187833      +76     
+ Misses        61835    61700     -135     
- Partials      15887    15946      +59     

see 495 files with indirect coverage changes

@reta reta merged commit ff138cb into opensearch-project:main May 18, 2023
@msfroh msfroh deleted the forwardport-7589 branch May 19, 2023 19:42
bharath-techie pushed a commit to bharath-techie/OpenSearch that referenced this pull request May 23, 2023
…7618)

As @reta pointed out, these tests should be skipped for versions less
than 2.7.0, but the skip version ranges are inclusive. So, the upper
bound of the range should be 2.6.99.

This brings a change made for
opensearch-project#7589 onto the main
branch.

Signed-off-by: Michael Froh <froh@amazon.com>
Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
stephen-crawford pushed a commit to stephen-crawford/OpenSearch that referenced this pull request May 31, 2023
…7618)

As @reta pointed out, these tests should be skipped for versions less
than 2.7.0, but the skip version ranges are inclusive. So, the upper
bound of the range should be 2.6.99.

This brings a change made for
opensearch-project#7589 onto the main
branch.

Signed-off-by: Michael Froh <froh@amazon.com>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
…7618)

As @reta pointed out, these tests should be skipped for versions less
than 2.7.0, but the skip version ranges are inclusive. So, the upper
bound of the range should be 2.6.99.

This brings a change made for
opensearch-project#7589 onto the main
branch.

Signed-off-by: Michael Froh <froh@amazon.com>
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants