Skip to content

Release v2.7.5 - #7581

Merged
agoscinski merged 4 commits into
support/2.7.xfrom
release/v2.7.5
Aug 27, 2026
Merged

Release v2.7.5#7581
agoscinski merged 4 commits into
support/2.7.xfrom
release/v2.7.5

Conversation

@agoscinski

@agoscinski agoscinski commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

I did not add #7572 because the logic is not present yet it 2.7.x so the fix makes sense

agoscinski and others added 2 commits August 26, 2026 16:29
On a `StashingError` in `COPY` mode, `stash_calculation` cleaned up with
`rmtree(target_base / uuid[:2])`, wiping the whole two-character shard
and with it every other stash whose UUID shares that prefix. Remove only
the failed calculation's own `target_basepath`.

(cherry picked from commit c22a06d)

Removed the logging change because it is not present in 2.7.x.
`node_outputs/` was created only when a calculation had a
`SinglefileData` or `FolderData` output, but the full, unfiltered list
of output nodes was then dumped into it. Whether an output reached disk
therefore depended on its siblings rather than on itself: an `ArrayData`
was written when a file-like output happened to sit beside it, and
dropped when it was alone. The same held for every other
repository-backed type the `isinstance` check did not name, among them
`BandsData`, `TrajectoryData`, `XyData`, and a `KpointsData` holding an
explicit k-point list.

Dump each output that carries repository content, which is the per-node
question `_dump_calculation_io_files` already answers when it decides
what to write. The directory is created lazily there, so calculations
whose outputs live entirely in the database still leave no empty
`node_outputs/`, and neither does an output whose repository is empty.

(cherry picked from commit 92c21cc)
@coderabbitai

coderabbitai Bot commented Aug 26, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: cb863250-ff85-46b7-9938-4e51e55390b3

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

agoscinski added a commit that referenced this pull request Aug 26, 2026
@agoscinski
agoscinski requested a review from khsrali August 26, 2026 14:31
@agoscinski
agoscinski marked this pull request as ready for review August 26, 2026 14:31
agoscinski added a commit that referenced this pull request Aug 26, 2026
@codecov

codecov Bot commented Aug 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.20%. Comparing base (aa3c195) to head (62aa415).

Additional details and impacted files
@@              Coverage Diff               @@
##           support/2.7.x    #7581   +/-   ##
==============================================
  Coverage          79.20%   79.20%           
==============================================
  Files                565      565           
  Lines              43615    43615           
==============================================
  Hits               34541    34541           
  Misses              9074     9074           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

khsrali
khsrali previously approved these changes Aug 26, 2026

@khsrali khsrali left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@agoscinski
agoscinski merged commit 7ec80f4 into support/2.7.x Aug 27, 2026
25 checks passed
@agoscinski
agoscinski deleted the release/v2.7.5 branch August 27, 2026 03:17
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.

3 participants