Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: cdd02bac859f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1186d42a171f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 17, 2018

  1. nixos/tests/installer.nix: shorten test name to fit length limit

    previously one of the tests would fail with
    
    boot-after-install: starting vm
    Path length (109) is longer than maximum supported length (108) and will be truncated at /nix/store/0ingn8cwwnl84i374hcl6nafsm2c5m2p-perl-5.28.0/lib/perl5/5.28.0/x86_64-linux-thread-multi/Socket.pm line 872, <__ANONIO__> line 268.
    boot-after-install# qemu-system-x86_64: -monitor unix:./monitor: Failed to connect socket ./monitor: No such file or directory
    error: QEMU died prematurely
    QEMU died prematurely
    vde_switch: EOF on stdin, cleaning up and exiting
    cleaning up
    builder for '/nix/store/zbpxwwxwy7f6z5z3kg4nf5mjqsywzjvx-vm-test-run-installer-filesystemEncryptedWithKeyfile.drv' failed with exit code 4
    
    Shortening the test name fixes the issue.
    symphorien committed Nov 17, 2018
    Copy the full SHA
    2dbed7e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50526 from symphorien/short-test-name

    nixos/tests/installer.nix: shorten test name to fit length limit
    Mic92 committed Nov 17, 2018
    Copy the full SHA
    1186d42 View commit details
    Browse the repository at this point in the history