Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping 2.x to 2.4.0 #4454

Merged

Conversation

dreamer-89
Copy link
Member

@dreamer-89 dreamer-89 commented Sep 7, 2022

Signed-off-by: Suraj Singh [email protected]

Description

Preparing for 2.3.0 release. Bumping 2.x current version to 2.4.0

2.3 branch - https://github.com/opensearch-project/OpenSearch/tree/2.3

Issues Resolved

#4357

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.

@dreamer-89 dreamer-89 requested review from a team and reta as code owners September 7, 2022 23:44
@github-actions
Copy link
Contributor

github-actions bot commented Sep 7, 2022

Gradle Check (Jenkins) Run Completed with:

@dreamer-89 dreamer-89 force-pushed the add_2.3_bwcVersion_on_2.x branch 2 times, most recently from 42d8c62 to 7408186 Compare September 7, 2022 23:53
@github-actions
Copy link
Contributor

github-actions bot commented Sep 7, 2022

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2022

Gradle Check (Jenkins) Run Completed with:

@dreamer-89 dreamer-89 changed the title Add bwcVersion 2.3.0, and update current version to 2.4 in 2.x Bumping 2.x to 2.4.0 Sep 8, 2022
Signed-off-by: Suraj Singh <[email protected]>
@dreamer-89 dreamer-89 mentioned this pull request Sep 8, 2022
6 tasks
@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2022

Gradle Check (Jenkins) Run Completed with:

@dreamer-89 dreamer-89 mentioned this pull request Sep 8, 2022
22 tasks
@dreamer-89
Copy link
Member Author

REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.indices.stats.IndexStatsIT.testFilterCacheStats" -Dtests.seed=592487DA372E581C -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=pt-PT -Dtests.timezone=Africa/Douala -Druntime.java=17

org.opensearch.indices.stats.IndexStatsIT > testFilterCacheStats FAILED
    java.lang.AssertionError: expected:<0> but was:<2>
        at __randomizedtesting.SeedInfo.seed([592487DA372E581C:3C1B7A9F87265F65]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:633)
        at org.opensearch.indices.stats.IndexStatsIT.testFilterCacheStats(IndexStatsIT.java:1225)

@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2022

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

Codecov Report

Merging #4454 (552e704) into 2.x (ceb0e17) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                2.x    #4454      +/-   ##
============================================
+ Coverage     70.67%   70.70%   +0.03%     
- Complexity    57179    57189      +10     
============================================
  Files          4585     4585              
  Lines        274506   274507       +1     
  Branches      40227    40227              
============================================
+ Hits         193996   194081      +85     
+ Misses        64278    64171     -107     
- Partials      16232    16255      +23     
Impacted Files Coverage Δ
server/src/main/java/org/opensearch/Version.java 82.40% <100.00%> (-0.85%) ⬇️
...adcast/BroadcastShardOperationFailedException.java 33.33% <0.00%> (-66.67%) ⬇️
...h/action/ingest/SimulateDocumentVerboseResult.java 60.71% <0.00%> (-39.29%) ⬇️
...ion/admin/cluster/node/info/PluginsAndModules.java 53.12% <0.00%> (-34.38%) ⬇️
...r/src/main/java/org/opensearch/http/HttpUtils.java 33.33% <0.00%> (-33.34%) ⬇️
...opensearch/index/reindex/BulkByScrollResponse.java 48.38% <0.00%> (-28.23%) ⬇️
...va/org/opensearch/client/sniff/SnifferBuilder.java 72.72% <0.00%> (-27.28%) ⬇️
...main/java/org/opensearch/ingest/ProcessorInfo.java 47.36% <0.00%> (-21.06%) ⬇️
...pensearch/test/rest/yaml/section/SetupSection.java 74.07% <0.00%> (-18.52%) ⬇️
...ch/persistent/decider/EnableAssignmentDecider.java 59.09% <0.00%> (-18.19%) ⬇️
... and 464 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dreamer-89 dreamer-89 merged commit d81df48 into opensearch-project:2.x Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants