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: afcf35320d8c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b7bcf5e2477a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 23, 2020

  1. 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.
    
    (cherry picked from commit 78f2a83)
    edolstra authored and aszlig committed Oct 23, 2020
    Copy the full SHA
    b7bcf5e View commit details
    Browse the repository at this point in the history