Skip to content

haskellPackages.tree-diff: disable flaky test / failing on edge case#419207

Merged
vcunat merged 1 commit intoNixOS:stagingfrom
sternenseemann:tree-diff-disable-tests
Jun 29, 2025
Merged

haskellPackages.tree-diff: disable flaky test / failing on edge case#419207
vcunat merged 1 commit intoNixOS:stagingfrom
sternenseemann:tree-diff-disable-tests

Conversation

@sternenseemann
Copy link
Member

There hasn't been movement on this in many years since the package seems to be in maintenance mode only, but it is a prominently used dependency, so we'll have to ignore this, pretty much.

Reference haskellari/tree-diff#79. Reference #384127 (comment).

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • Nixpkgs 25.11 Release Notes (or backporting 24.11 and 25.05 Nixpkgs Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
  • NixOS 25.11 Release Notes (or backporting 24.11 and 25.05 NixOS Release notes)
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other contributing documentation in corresponding paths.

Add a 👍 reaction to pull requests you find important.

@sternenseemann
Copy link
Member Author

@vcunat Does backporting to 24.11 make sense at this point?

@nix-owners nix-owners bot requested review from maralorn and wolfgangwalther June 23, 2025 09:57
@github-actions github-actions bot added 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 5001+ This PR causes many rebuilds on Darwin and must target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 6.topic: haskell General-purpose, statically typed, purely functional programming language labels Jun 23, 2025
There hasn't been movement on this in many years since the package seems
to be in maintenance mode only, but it is a prominently used dependency,
so we'll have to ignore this, pretty much.

Reference haskellari/tree-diff#79.
Reference NixOS#384127 (comment).
@sternenseemann sternenseemann force-pushed the tree-diff-disable-tests branch from d15286c to 50b7532 Compare June 23, 2025 10:19
@sternenseemann sternenseemann changed the base branch from haskell-updates to staging June 23, 2025 10:19
@nixpkgs-ci nixpkgs-ci bot closed this Jun 23, 2025
@nixpkgs-ci nixpkgs-ci bot reopened this Jun 23, 2025
@vcunat
Copy link
Member

vcunat commented Jun 23, 2025

It is possible that staging-24.11 won't reach release-24.11 anymore, though I'm not sure yet.

@vcunat vcunat merged commit dd083c5 into NixOS:staging Jun 29, 2025
35 of 40 checks passed
@nixpkgs-ci
Copy link
Contributor

nixpkgs-ci bot commented Jun 29, 2025

Backport failed for staging-24.11, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin staging-24.11
git worktree add -d .worktree/backport-419207-to-staging-24.11 origin/staging-24.11
cd .worktree/backport-419207-to-staging-24.11
git switch --create backport-419207-to-staging-24.11
git cherry-pick -x 50b75325305279d26777f6c7790cf9b64c2993d9

@nixpkgs-ci
Copy link
Contributor

nixpkgs-ci bot commented Jun 29, 2025

Successfully created backport PR for staging-25.05:

@github-actions github-actions bot added the 8.has: port to stable This PR already has a backport to the stable release. label Jun 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: haskell General-purpose, statically typed, purely functional programming language 8.has: port to stable This PR already has a backport to the stable release. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 5001+ This PR causes many rebuilds on Darwin and must target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants