Skip to content

Update TileDB core to 2.29.2#4309

Merged
jp-dark merged 2 commits intomainfrom
dark/core-release-2.29.2
Nov 13, 2025
Merged

Update TileDB core to 2.29.2#4309
jp-dark merged 2 commits intomainfrom
dark/core-release-2.29.2

Conversation

@jp-dark
Copy link
Copy Markdown
Collaborator

@jp-dark jp-dark commented Nov 13, 2025

Changes:
Update TileDB core to 2.29.2

@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.84%. Comparing base (cadd80f) to head (e677947).
⚠️ Report is 53 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4309      +/-   ##
==========================================
- Coverage   86.84%   86.84%   -0.01%     
==========================================
  Files         137      137              
  Lines       20705    20705              
  Branches       15       15              
==========================================
- Hits        17982    17981       -1     
- Misses       2723     2724       +1     
Flag Coverage Δ
python 89.20% <ø> (-0.03%) ⬇️
r 85.61% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
python_api 89.20% <ø> (-0.03%) ⬇️
libtiledbsoma 77.24% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jp-dark jp-dark merged commit 4d66962 into main Nov 13, 2025
12 of 13 checks passed
@jp-dark jp-dark deleted the dark/core-release-2.29.2 branch November 13, 2025 16:52
@github-actions
Copy link
Copy Markdown

The backport to release-2.1 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-2.1 release-2.1
# Navigate to the new working tree
cd .worktrees/backport-release-2.1
# Create a new branch
git switch --create backport-4309-to-release-2.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 4d66962e8f86c42419621499bbe460dd5a7ffe28
# Push it to GitHub
git push --set-upstream origin backport-4309-to-release-2.1
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-2.1

Then, create a pull request where the base branch is release-2.1 and the compare/head branch is backport-4309-to-release-2.1.

@jp-dark
Copy link
Copy Markdown
Collaborator Author

jp-dark commented Nov 13, 2025

Closes SOMA-698

jp-dark added a commit that referenced this pull request Nov 25, 2025
* Update TileDB core to 2.29.2

* Update history/news
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.

2 participants