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

[Backport] [2.x] Allow parameterization of tests with OpenSearchIntegTestCase.SuiteScopeTestCase annotation #10002

Merged

Conversation

neetikasinghal
Copy link
Contributor

Description

Backport #9916

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

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.

…peTestCase annotation (opensearch-project#9916)

Signed-off-by: Neetika Singhal <neetiks@amazon.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Co-authored-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 8e5e54b)
@github-actions
Copy link
Contributor

Compatibility status:

Checks if related components are compatible with change 474fdd7

Incompatible components

Skipped components

Compatible components

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

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      3 org.opensearch.index.shard.RemoteIndexShardTests.classMethod
      1 org.opensearch.remotestore.SegmentReplicationUsingRemoteStoreIT.testPrimaryReceivesDocsDuringReplicaRecovery
      1 org.opensearch.index.shard.RemoteIndexShardTests.testSegmentInfosAndReplicationCheckpointTuple
      1 org.opensearch.index.ShardIndexingPressureSettingsIT.testShardIndexingPressureEnforcedEnabledDisabledSetting

@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Merging #10002 (474fdd7) into 2.x (e4ae8fe) will increase coverage by 0.12%.
Report is 2 commits behind head on 2.x.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##                2.x   #10002      +/-   ##
============================================
+ Coverage     70.77%   70.89%   +0.12%     
- Complexity    58209    58279      +70     
============================================
  Files          4810     4810              
  Lines        275125   275129       +4     
  Branches      40433    40434       +1     
============================================
+ Hits         194723   195059     +336     
+ Misses        63814    63431     -383     
- Partials      16588    16639      +51     
Files Changed Coverage Δ
...dination/UnsafeBootstrapClusterManagerCommand.java 0.00% <0.00%> (ø)

... and 468 files with indirect coverage changes

@reta reta merged commit edb9f3c into opensearch-project:2.x Sep 12, 2023
36 of 37 checks passed
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