Increment version to 3.10.0-SNAPSHOT - #5789
finnegancarroll wants to merge 6 commits into
Conversation
Signed-off-by: Finn Carroll <carrofin@amazon.com>
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit 7dc3288.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
Signed-off-by: Finn Carroll <carrofin@amazon.com>
…napshots now published) Signed-off-by: Finn Carroll <carrofin@amazon.com>
The analytics-engine native library (libopensearch_native.so from the feature-datafusion build) requires glibc 2.28 but the default al2 ci-runner ships glibc 2.26, so the node fails at boot with 'Cannot open library'. Pin the almalinux8 ci-runner (glibc 2.28) for the AE workflow. Signed-off-by: Finn Carroll <carrofin@amazon.com>
Pass platform: almalinux8 to get-ci-image-tag so it returns the almalinux8 ci-runner image AND its matching start-command/options as a set. The default al2 image (glibc 2.26) cannot dlopen the analytics-engine native library (libopensearch_native.so requires glibc 2.28); almalinux8 ships glibc 2.28. Supersedes the previous hardcoded-image attempt, which mismatched the al2 start-command (/node_al2 copy) against the almalinux8 image. Signed-off-by: Finn Carroll <carrofin@amazon.com>
Signed-off-by: Finn Carroll <carrofin@amazon.com>
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (63.23%) is below the target coverage (99.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #5789 +/- ##
============================================
- Coverage 63.24% 63.23% -0.01%
- Complexity 8820 8823 +3
============================================
Files 938 938
Lines 40211 40236 +25
Branches 4530 4537 +7
============================================
+ Hits 25432 25445 +13
- Misses 13957 13966 +9
- Partials 822 825 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Description
Bump the default
opensearch_versionfrom3.9.0-SNAPSHOTto3.10.0-SNAPSHOTso the sql build tracks the current OpenSearchmainline (main is3.10.0).