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] Create Index using context #15530

Merged
merged 4 commits into from
Sep 2, 2024

Conversation

mgodwan
Copy link
Member

@mgodwan mgodwan commented Aug 30, 2024

  • Create Index using context

Description

Backport #15290

Related Issues

#15290

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

Copy link
Contributor

❌ Gradle check result for 6a4fb11: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

❌ Gradle check result for f40d74c: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

❌ Gradle check result for 2bca9bb: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

❌ Gradle check result for d2dd3d8: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

✅ Gradle check result for 8f02d36: SUCCESS

Copy link

codecov bot commented Aug 30, 2024

Codecov Report

Attention: Patch coverage is 72.30769% with 54 lines in your changes missing coverage. Please review.

Project coverage is 71.68%. Comparing base (0b681c7) to head (7aa0aec).
Report is 8 commits behind head on 2.x.

Files with missing lines Patch % Lines
...luster/metadata/MetadataUpdateSettingsService.java 9.09% 8 Missing and 2 partials ⚠️
...rch/action/admin/indices/get/GetIndexResponse.java 66.66% 3 Missing and 5 partials ⚠️
...org/opensearch/cluster/metadata/IndexMetadata.java 68.00% 3 Missing and 5 partials ⚠️
...rg/opensearch/client/indices/GetIndexResponse.java 50.00% 3 Missing and 3 partials ⚠️
...ction/admin/indices/create/CreateIndexRequest.java 70.00% 4 Missing and 2 partials ⚠️
...h/cluster/metadata/MetadataCreateIndexService.java 90.56% 2 Missing and 3 partials ⚠️
...dmin/indices/create/CreateIndexRequestBuilder.java 0.00% 4 Missing ⚠️
...ensearch/indices/InvalidIndexContextException.java 40.00% 3 Missing ⚠️
.../java/org/opensearch/cluster/metadata/Context.java 50.00% 1 Missing and 1 partial ⚠️
...arch/action/admin/indices/get/GetIndexRequest.java 90.90% 0 Missing and 1 partial ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #15530      +/-   ##
============================================
+ Coverage     71.66%   71.68%   +0.02%     
- Complexity    63697    63840     +143     
============================================
  Files          5235     5239       +4     
  Lines        298161   298581     +420     
  Branches      43412    43472      +60     
============================================
+ Hits         213673   214051     +378     
- Misses        66580    66695     +115     
+ Partials      17908    17835      -73     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

mgodwan and others added 2 commits September 1, 2024 21:22
* Create Index using context

Signed-off-by: Mohit Godwani <[email protected]>
Copy link
Contributor

github-actions bot commented Sep 1, 2024

❌ Gradle check result for 1447dc0: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

github-actions bot commented Sep 1, 2024

❌ Gradle check result for ec7e527: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

github-actions bot commented Sep 1, 2024

❌ Gradle check result for 9194419: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

github-actions bot commented Sep 1, 2024

❌ Gradle check result for 1d76058: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Signed-off-by: Mohit Godwani <[email protected]>
Copy link
Contributor

github-actions bot commented Sep 1, 2024

❕ Gradle check result for 7aa0aec: UNSTABLE

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

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.

2 participants