Skip to content

[25.05] nixosTests.turbovnc-headless-server: Remove expected-failing test.#410005

Merged
nh2 merged 1 commit intoNixOS:release-25.05from
nh2:turbovnc-fix-test-issue-328923-nixos-25.05
May 24, 2025
Merged

[25.05] nixosTests.turbovnc-headless-server: Remove expected-failing test.#410005
nh2 merged 1 commit intoNixOS:release-25.05from
nh2:turbovnc-fix-test-issue-328923-nixos-25.05

Conversation

@nh2
Copy link
Contributor

@nh2 nh2 commented May 23, 2025

ZHF: #403336

Backport of the test-fixing commit from #410000.

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.

Add a 👍 reaction to pull requests you find important.

@nh2 nh2 self-assigned this May 23, 2025
@nh2 nh2 changed the title [25,05 ]nixosTests.turbovnc-headless-server: Remove expected-failing test. [25.05] nixosTests.turbovnc-headless-server: Remove expected-failing test. May 23, 2025
@github-actions github-actions bot added 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 4.workflow: backport This targets a stable branch labels May 23, 2025
@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels May 23, 2025
@nh2
Copy link
Contributor Author

nh2 commented May 23, 2025

Suggesting as reviewers perhaps @wolfgangwalther @wamserma

@nh2 nh2 force-pushed the turbovnc-fix-test-issue-328923-nixos-25.05 branch from c6d5fbf to 5e0838f Compare May 23, 2025 22:33
@github-actions github-actions bot added 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. and removed 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels May 23, 2025
@wolfgangwalther
Copy link
Contributor

wolfgangwalther commented May 24, 2025

The PR title says it backports the test fix only. The commit is only the update, though. I'm a bit confused what the goal is - only one of them? Both?

@nh2
Copy link
Contributor Author

nh2 commented May 24, 2025

The PR title says it backports the test fix only. The commit is only the update, though. I'm a bit confused what the goal is - only one of them? Both?

@wolfgangwalther You're completely right, I cherry-picked the wrong of the 2 commits, thanks for spotting, will fix!

It doesn't fail as expected anymore because
`LIBGL_DRIVERS_PATH` was removed in Mesa 24.2,
and apparently there's no replacement for it:
NixOS#328923

Given that it was removed, and
https://www.phoronix.com/news/Mesa-24.2-Modern-Interfaces
and
https://www.supergoodcode.com/long-road-to-DRIL/
saying that removes the problem it originally caused
(also for us), this test is probably superfluous
because the thing it guards against is gone.

(cherry picked from commit e1a5818)
@nh2 nh2 force-pushed the turbovnc-fix-test-issue-328923-nixos-25.05 branch from 5e0838f to 862e9ee Compare May 24, 2025 12:51
@github-actions github-actions bot added the 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS label May 24, 2025
@nh2
Copy link
Contributor Author

nh2 commented May 24, 2025

@wolfgangwalther Now it's right!

@github-actions github-actions bot added 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. and removed 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. labels May 24, 2025
@nh2
Copy link
Contributor Author

nh2 commented May 24, 2025

ofborg CI on x86_64-linux passed, that's good enough for the test fix backport.

@nh2 nh2 merged commit db1aed3 into NixOS:release-25.05 May 24, 2025
15 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.workflow: backport This targets a stable branch 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants