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

libstore: fix expected bytes in progress bar #12510

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

tie
Copy link
Member

@tie tie commented Feb 18, 2025

Motivation

Nix increments the expected bytes for each node visit using processGraph’s getEdges argument. Note that this issue affects ssh:// store but not ssh-ng://.

This PR ensures the progress bar consistently displays the total number of expected bytes.

Context

Related to #12336


Add 👍 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

@tie tie requested a review from Ericson2314 as a code owner February 18, 2025 19:43
@github-actions github-actions bot added the store Issues and pull requests concerning the Nix store label Feb 18, 2025
@edolstra edolstra added the backport 2.26-maintenance Automatically creates a PR against the branch label Feb 21, 2025
@edolstra edolstra merged commit d904921 into NixOS:master Feb 21, 2025
12 checks passed
mergify bot added a commit that referenced this pull request Feb 21, 2025
…2510

libstore: fix expected bytes in progress bar (backport #12510)
@tie tie deleted the fix-progress-parallel branch February 22, 2025 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.26-maintenance Automatically creates a PR against the branch store Issues and pull requests concerning the Nix store
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants