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/nix
base: 38ccf2e24168
Choose a base ref
...
head repository: NixOS/nix
compare: a5b6e870fe9f
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Jul 2, 2020

  1. Run the tests in parallel

    Cause the time needed to run the testsuite to drop from ~4mins to ~40s
    thufschmitt committed Jul 2, 2020
    Copy the full SHA
    1b5aa60 View commit details
    Browse the repository at this point in the history
  2. Make the gc-concurrent test more reliable

    Use a fifo pipe to handle the synchronisation between the different
    threads rather than relying on delays
    thufschmitt committed Jul 2, 2020
    Copy the full SHA
    c762385 View commit details
    Browse the repository at this point in the history
  3. Make the gc-auto test more reliable

    Use a fifo pipe to handle the synchronisation between the different
    threads rather than relying on delays
    thufschmitt committed Jul 2, 2020
    Copy the full SHA
    11ba4ec View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ec5d7cb View commit details
    Browse the repository at this point in the history
  5. Set gc-reserved-space to 0 in tests

    This reduces the amount of disk space needed to run the tests from
    half a gigabyte to 10 megabytes.
    edolstra committed Jul 2, 2020
    Copy the full SHA
    a5b6e87 View commit details
    Browse the repository at this point in the history