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

Mute RemoteRestoreSnapshotIT.testRestoreInSameRemoteStoreEnabledIndex #9354

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

andrross
Copy link
Member

This fails frequently. Muting for now until it is fixed to unblock unrelated PRs.

Related Issues

Related to (but does not fix) #9326

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.

This fails frequently. Muting for now until it is fixed to unblock
unrelated PRs.

Signed-off-by: Andrew Ross <andrross@amazon.com>
@opensearch-trigger-bot
Copy link
Contributor

Compatibility status:



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

BUILD SUCCESSFUL in 36m 43s

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Merging #9354 (d42000b) into main (e151776) will increase coverage by 0.05%.
Report is 2 commits behind head on main.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #9354      +/-   ##
============================================
+ Coverage     71.10%   71.15%   +0.05%     
- Complexity    57459    57485      +26     
============================================
  Files          4777     4777              
  Lines        270705   270705              
  Branches      39565    39565              
============================================
+ Hits         192473   192629     +156     
+ Misses        62093    61908     -185     
- Partials      16139    16168      +29     
Files Changed Coverage Δ
...gregations/matrix/stats/MatrixStatsAggregator.java 80.00% <ø> (+5.00%) ⬆️
...h/aggregations/matrix/stats/MatrixStatsParser.java 16.66% <ø> (ø)
...nalysis/common/ASCIIFoldingTokenFilterFactory.java 54.54% <ø> (ø)
...rch/analysis/common/AnalysisPainlessExtension.java 0.00% <ø> (ø)
...alysis/common/BrazilianStemTokenFilterFactory.java 0.00% <ø> (ø)
...ch/analysis/common/CommonAnalysisModulePlugin.java 92.33% <ø> (ø)
...h/analysis/common/DutchStemTokenFilterFactory.java 0.00% <ø> (ø)
...h/analysis/common/FingerprintAnalyzerProvider.java 76.47% <ø> (ø)
.../analysis/common/FrenchStemTokenFilterFactory.java 0.00% <ø> (ø)
...mon/HyphenationCompoundWordTokenFilterFactory.java 0.00% <ø> (ø)
... and 112 more

... and 435 files with indirect coverage changes

@andrross andrross added the backport 2.x Backport to 2.x branch label Aug 15, 2023
@andrross andrross merged commit 4114009 into opensearch-project:main Aug 15, 2023
@andrross andrross deleted the mute-9326 branch August 15, 2023 17:57
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 15, 2023
…#9354)

This fails frequently. Muting for now until it is fixed to unblock
unrelated PRs.

Signed-off-by: Andrew Ross <andrross@amazon.com>
(cherry picked from commit 4114009)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
kotwanikunal pushed a commit that referenced this pull request Aug 15, 2023
…#9354) (#9358)

This fails frequently. Muting for now until it is fixed to unblock
unrelated PRs.


(cherry picked from commit 4114009)

Signed-off-by: Andrew Ross <andrross@amazon.com>
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>
kkmr pushed a commit to kkmr/OpenSearch that referenced this pull request Aug 28, 2023
…opensearch-project#9354)

This fails frequently. Muting for now until it is fixed to unblock
unrelated PRs.

Signed-off-by: Andrew Ross <andrross@amazon.com>
Signed-off-by: Kiran Reddy <kkreddy@amazon.com>
kaushalmahi12 pushed a commit to kaushalmahi12/OpenSearch that referenced this pull request Sep 12, 2023
…opensearch-project#9354)

This fails frequently. Muting for now until it is fixed to unblock
unrelated PRs.

Signed-off-by: Andrew Ross <andrross@amazon.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
brusic pushed a commit to brusic/OpenSearch that referenced this pull request Sep 25, 2023
…opensearch-project#9354)

This fails frequently. Muting for now until it is fixed to unblock
unrelated PRs.

Signed-off-by: Andrew Ross <andrross@amazon.com>
Signed-off-by: Ivan Brusic <ivan.brusic@flocksafety.com>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
…opensearch-project#9354)

This fails frequently. Muting for now until it is fixed to unblock
unrelated PRs.

Signed-off-by: Andrew Ross <andrross@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
Labels
backport 2.x Backport to 2.x branch skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants