nixpkgs/nixos/lib
Eelco Dolstra 78f2a83029 test-driver.py: Fix deadlock when the log queue gets full
If a program (e.g. nixos-install) writes more than 1000 lines to
stderr during execute(), then process_serial_output() deadlocks
waiting for the queue to be processed. So use an unbounded queue
instead.

We should probably get rid of the structured log output (log.xml),
since then we don't need the log queue anymore.
2020-05-07 15:25:24 +02:00
..
make-options-doc Revert "make-options-doc: fix string context issues" 2020-04-02 00:53:54 +02:00
test-driver test-driver.py: Fix deadlock when the log queue gets full 2020-05-07 15:25:24 +02:00
testing treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
build-vms.nix
eval-config.nix nixos: Fix pkgs exporting 2020-03-19 21:19:25 +01:00
from-env.nix
make-channel.nix
make-disk-image.nix
make-ext4-fs.nix nixos/lib/make-ext4-fs: fall back to resize2fs -M if exact resize fails 2020-02-09 17:18:21 +01:00
make-iso9660-image.nix nixos/make-iso9660-image: Fix doc typo 2019-10-18 11:58:28 -07:00
make-iso9660-image.sh Revert "Revert "iso-image: normalize volumeID"" 2020-04-09 20:06:32 -04:00
make-squashfs.nix
make-system-tarball.nix
make-system-tarball.sh
qemu-flags.nix runInLinuxVM, test-driver: pass host's cpu type to guest vm 2020-01-15 23:35:00 +00:00
testing-python.nix nixos/python-test-driver: allow single char as hostName and fix misleading error-message 2020-03-13 01:06:12 +01:00
testing.nix Merge pull request #79659 from worldofpeace/cleanup-python-test-lib 2020-02-14 12:38:57 -05:00
utils.nix nixos/lib: use removePrefix in escapeSystemdPath 2020-03-14 03:13:04 +00:00