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

Parameterize tests for concurrent search 3 #9982

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

neetikasinghal
Copy link
Contributor

@neetikasinghal neetikasinghal commented Sep 11, 2023

Description

Parameterizing first batch of ITs with concurrent search enabled as part of this PR.
List of ITs Parameterized in this PR:

  1. AbstractGeoAggregatorModulePluginTestCase.java
  2. AbstractGeoBucketAggregationIntegTest.java
  3. AbstractTermVectorsTestCase.java
  4. AdjacencyMatrixIT.java
  5. CancellableTasksIT.java
  6. ClusterStatsIT.java
  7. DateHistogramIT.java
  8. DateHistogramOffsetIT.java
  9. DelayedShardAggregationIT.java
  10. EquivalenceIT.java
  11. GeoBoundsITTestCase.java
  12. GeoCentroidITTestCase.java
  13. GeoHashGridIT.java
  14. GeoModulePluginIntegTestCase.java
  15. GeoTileGridIT.java
  16. GetTermVectorsIT.java
  17. HighlighterWithAnalyzersTests.java
  18. IndexSortIT.java
  19. MatchPhraseQueryIT.java
  20. MissingValueIT.java
  21. MoreExpressionIT.java
  22. MultiSearchTemplateIT.java
  23. MultiTermVectorsIT.java
  24. PercolatorQuerySearchIT.java
  25. QueryStringWithAnalyzersIT.java
  26. RankEvalRequestIT.java
  27. SearchStatsIT.java
  28. ShardReduceIT.java
  29. ShardSizeTermsIT.java
  30. ShardSizeTestCase.java
  31. SimpleMgetIT.java
  32. StoredExpressionIT.java
  33. SuggestStatsIT.java
  34. TermsShardMinDocCountIT.java
  35. AbstractGeoTestCase.java

Related Issues

Resolves #9443

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.

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Sep 11, 2023

Compatibility status:

Checks if related components are compatible with change 2fc92ec

Incompatible components

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git]

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@neetikasinghal
Copy link
Contributor Author

Gradle Check (Jenkins) Run Completed with:

#9464 - flaky test

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Merging #9982 (2fc92ec) into main (91821c7) will decrease coverage by 0.11%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #9982      +/-   ##
============================================
- Coverage     71.09%   70.99%   -0.11%     
+ Complexity    58092    58041      -51     
============================================
  Files          4824     4824              
  Lines        273915   273915              
  Branches      39917    39917              
============================================
- Hits         194748   194458     -290     
- Misses        62841    63132     +291     
+ Partials      16326    16325       -1     

see 469 files with indirect coverage changes

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@neetikasinghal
Copy link
Contributor Author

@sohami /@reta can u please merge this?

@sohami sohami added backport 2.x Backport to 2.x branch skip-changelog labels Sep 13, 2023
@sohami sohami merged commit d2ca926 into opensearch-project:main Sep 13, 2023
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 13, 2023
Signed-off-by: Neetika Singhal <[email protected]>
(cherry picked from commit d2ca926)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
sohami pushed a commit that referenced this pull request Sep 14, 2023
(cherry picked from commit d2ca926)

Signed-off-by: Neetika Singhal <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
sarthakaggarwal97 pushed a commit to sarthakaggarwal97/OpenSearch that referenced this pull request Sep 20, 2023
brusic pushed a commit to brusic/OpenSearch that referenced this pull request Sep 25, 2023
vikasvb90 pushed a commit to vikasvb90/OpenSearch that referenced this pull request Oct 10, 2023
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parameterize Search ITs to run with Concurrent Search Feature enabled.
2 participants