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

Handle version during repository registration for prefix mode verification #16849

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

ashking94
Copy link
Member

Backports d37cc9b from #16831

Copy link
Contributor

❌ Gradle check result for 30eac0b: 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 30eac0b: 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?

@ashking94
Copy link
Member Author

❌ Gradle check result for 30eac0b: 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?

* What went wrong:
Execution failed for task ':distribution:bwc:maintenance:buildBwcLinuxTar'.
> Building 1.3.20 didn't generate expected file /var/jenkins/workspace/gradle-check/search/distribution/bwc/maintenance/build/bwc/checkout-1.3/distribution/archives/linux-tar/build/distributions/opensearch-min-1.3.20-SNAPSHOT-linux-x64.tar.gz

Copy link
Contributor

❌ Gradle check result for d6200bf: 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 2dffdf4: 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?

@ashking94
Copy link
Member Author

❌ Gradle check result for 2dffdf4: 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?

Flaky tests - #15944 & #16088

Copy link
Contributor

❌ Gradle check result for 2dffdf4: 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?

…ation (opensearch-project#16831)

Signed-off-by: Ashish Singh <[email protected]>
@ashking94
Copy link
Member Author

❌ Gradle check result for 2dffdf4: 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?

> Task :distribution:bwc:bugfix:buildBwcLinuxTar
 [2.18.1] 
 [2.18.1] FAILURE: Build failed with an exception.
 [2.18.1] 
 [2.18.1] * What went wrong:
 [2.18.1] Could not determine the dependencies of task ':distribution:archives:buildLinux'.
 [2.18.1] > Could not resolve all dependencies for configuration ':distribution:archives:jdk_bundled_jdk_linux_x64'.
 [2.18.1]    > Could not resolve adoptium_21:linux:21.0.5.
 [2.18.1] 8 actionable tasks: 8 executed
 [2.18.1]      Required by:
 [2.18.1]          project :distribution:archives
 [2.18.1]       > Could not resolve adoptium_21:linux:21.0.5.
 [2.18.1]          > Could not get resource 'https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.5+11/OpenJDK21U-jdk_x64_linux_hotspot_21.0.5_11.tar.gz'.
 [2.18.1]             > Could not HEAD 'https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.5+11/OpenJDK21U-jdk_x64_linux_hotspot_21.0.5_11.tar.gz'. Received status code 504 from server: Gateway Time-out
 [2.18.1] 
 [2.18.1] * Try:
 [2.18.1] > Run with --stacktrace option to get the stack trace.
 [2.18.1] > Run with --info or --debug option to get more log output.
 [2.18.1] > Get more help at https://help.gradle.org/.
 [2.18.1] 
 [2.18.1] BUILD FAILED in 3m 58s
Output for /var/jenkins/workspace/gradle-check/search/distribution/bwc/bugfix/build/bwc/checkout-2.18/gradlew:

Copy link
Contributor

✅ Gradle check result for 135c472: SUCCESS

Copy link

codecov bot commented Dec 17, 2024

Codecov Report

Attention: Patch coverage is 40.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 71.82%. Comparing base (aa4721a) to head (135c472).
Report is 3 commits behind head on 2.x.

Files with missing lines Patch % Lines
...ch/repositories/blobstore/BlobStoreRepository.java 33.33% 0 Missing and 2 partials ⚠️
...nsearch/cluster/service/ClusterApplierService.java 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #16849      +/-   ##
============================================
- Coverage     71.90%   71.82%   -0.08%     
+ Complexity    65569    65507      -62     
============================================
  Files          5314     5314              
  Lines        305423   305427       +4     
  Branches      44501    44503       +2     
============================================
- Hits         219616   219384     -232     
- Misses        67533    67726     +193     
- Partials      18274    18317      +43     

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

@ashking94 ashking94 merged commit 398a16a into opensearch-project:2.x Dec 18, 2024
38 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants