about summary refs log tree commit diff
path: root/nixos/tests
Commit message (Collapse)AuthorAge
...
| | * | | nixos/tests/misc: fix nix 2.4 supportBernardo Meurer2021-11-09
| | | | |
* | | | | Merge staging-next into staginggithub-actions[bot]2021-11-09
|\| | | |
| * | | | Merge master into staging-nextgithub-actions[bot]2021-11-09
| |\| | |
| | * | | Merge pull request #145093 from basvandijk/djbdns-softlimit-fixBas van Dijk2021-11-09
| | |\ \ \ | | | | | | | | | | | | djbdns: fix crash due to data ulimit
| | | * | | nixos/tests/tinydns.nix: test a few more queriesBas van Dijk2021-11-08
| | | | | |
| | | * | | djbdns: fix crash due to data ulimitBas van Dijk2021-11-08
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: https://github.com/NixOS/nixpkgs/issues/119066. When `djbdns` is repeatedly queried it will crash with: ``` mmap: tinydns (842): VmData 331776 exceed data ulimit 300000. Update limits or use boot option ignore_rlimit_data. ``` So we increase the softlimit from 300000 to 4500000 as suggested in the issue. The `tinydns` NixOS test has been extended with testing for the faulty behaviour.
| | * | | Merge pull request #144930 from artemist/bcachefsdavidak2021-11-09
| | |\ \ \ | | | | | | | | | | | | linux_testing_bcachefs, bcachefs-tools: upgrade
| | | * | | linux_testing_bcachefs, bcachefs-tools: unstable-2021-07-08 → ↵Artemis Tosini2021-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unstable-2021-11-06 bcachefs now supports snapshots so we need the latest version to use them. Additionally, it appears to build on AArch64 so I've removed the x86 requirement.
* | | | | | Merge staging-next into staginggithub-actions[bot]2021-11-09
|\| | | | |
| * | | | | Merge master into staging-nextgithub-actions[bot]2021-11-09
| |\| | | |
| | * | | | nixos/terminfo: inherit TERMINFO* env vars also for doassternenseemann2021-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should mirror the behavior we implement for sudo: The TERMINFO and TERMINFO_DIRS variables are inherited from the normal user's environment, so terminfo files installed in the user's profile can be found by ncurses applications running as root.
* | | | | | Merge staging-next into staginggithub-actions[bot]2021-11-08
|\| | | | |
| * | | | | Merge master into staging-nextgithub-actions[bot]2021-11-08
| |\| | | |
| | * | | | nixos/prometheus: remove services.prometheus.environmentFileBas van Dijk2021-11-07
| | | |/ / | | |/| | | | | | | | | | | | The option `services.prometheus.environmentFile` has been removed since it was causing [issues](https://github.com/NixOS/nixpkgs/issues/126083) and Prometheus now has native support for secret files.
* | | | | Merge staging-next into staginggithub-actions[bot]2021-11-07
|\| | | |
| * | | | Merge master into staging-nextgithub-actions[bot]2021-11-07
| |\| | |
| | * | | handbrake: 1.3.3 -> 1.4.2 (#143654)Peter Hoeg2021-11-07
| | | | | | | | | | | | | | | | | | | | * handbrake: 1.3.3 -> 1.4.2 * handbrake: minor test cleanups
* | | | | Merge staging-next into staginggithub-actions[bot]2021-11-07
|\| | | |
| * | | | Merge master into staging-nextgithub-actions[bot]2021-11-07
| |\| | |
| | * | | nixos/tests.plasma5: Fix after #142747Janne Heß2021-11-06
| | | | |
* | | | | Merge staging-next into staginggithub-actions[bot]2021-11-06
|\| | | |
| * | | | Merge master into staging-nextgithub-actions[bot]2021-11-06
| |\| | |
| | * | | treewide: eliminate stdenv.lib usageVladimír Čunát2021-11-06
| | | | | | | | | | | | | | | | | | | | It was breaking evaluation on Hydra.
| | * | | nixosTests.chromium: Avoid blocking on xclip stdoutRobert Hensing2021-11-06
| | | | |
* | | | | Merge staging-next into staginggithub-actions[bot]2021-11-06
|\| | | |
| * | | | Merge master into staging-nextgithub-actions[bot]2021-11-06
| |\| | |
| | * | | Merge pull request #142765 from pennae/mosquitto-fixesJörg Thalheim2021-11-06
| | |\ \ \ | | | | | | | | | | | | nixos/mosquitto: restore checkPasswords=false from old module, add module doc chapter
| | | * | | nixos/mosquitto: restore passwordless system featurepennae2021-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | during the rewrite the checkPasswords=false feature of the old module was lost. restore it, and with it systems that allow any client to use any username.
| | | * | | nixos/mosquitto: refactor test a littlepennae2021-10-24
| | | | | |
* | | | | | Merge pull request #140046 from jrobsonchase/systemd-boot/fix-regexpFlorian Klink2021-11-06
|\ \ \ \ \ \ | |/ / / / / |/| | | | | nixos/systemd-boot: Fix installed version regexp
| * | | | | nixos/systemd-boot: Use the correct version string from the bootctl ↵Josh Robson Chase2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | --version output
| * | | | | nixos/systemd-boot: Re-add the verison check, but as equivalence-onlyJosh Robson Chase2021-11-05
| | | | | |
| * | | | | nixos/systemd-boot: Remove the installed version check altogetherJosh Robson Chase2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bootctl does it as a part of its update process anyway, so we're just duplicating code.
| * | | | | nixos/systemd-boot: Update test for version regexpJosh Robson Chase2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fail since the regexp in systemd-boot-builder.py won't match the '.' in the version string.
* | | | | | Merge master into staging-nextgithub-actions[bot]2021-11-06
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #144795 from ↵Bernardo Meurer2021-11-05
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | hercules-ci/fix-issue-144613-nixosTest-wait-stdout-followup nixosTests: followup stdout blocking fixes
| | * | | | nixosTests.service-runner: Redirect stdout to avoid blockingRobert Hensing2021-11-05
| | | | | |
| | * | | | nixosTests.xfce: Redirect stdout to avoid blockingRobert Hensing2021-11-05
| | | | | |
| | * | | | nixosTests.pantheon: Redirect stdout to avoid blockingRobert Hensing2021-11-05
| | | | | |
| | * | | | nixosTests.chromium: Redirect stdout to avoid blockingRobert Hensing2021-11-05
| | | | | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2021-11-06
|\| | | | |
| * | | | | Merge pull request #141189 from piegamesde/update-appservice-ircAndreas Rammhold2021-11-05
| |\ \ \ \ \ | | |/ / / / | |/| | | | matrix-appservice-irc 0.26.1 -> 0.30.0
| | * | | | nixos/tests/matrix-appservice-irc: Refactor testpiegames2021-10-26
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Andreas Rammhold <andreas@rammhold.de>
| | * | | | nixos/tests/matrix-appservice-irc: Fix testpiegames2021-10-26
| | | | | | | | | | | | | | | | | | | | | | | | Migrate from the python matrix SDK to Matrix NIO
| | * | | | matrix-appservice-irc 0.26.1 -> 0.30.0DavHau2021-10-26
| | | |/ / | | |/| | | | | | | | | | | | matrix-appservice-irc: apply requests from review
* | | | | Merge master into staging-nextgithub-actions[bot]2021-11-05
|\| | | |
| * | | | Merge pull request #144703 from lovesegfault/fix-owncast-testsBernardo Meurer2021-11-05
| |\ \ \ \
| | * | | | nixos/tests/owncast: rewrite testBernardo Meurer2021-11-04
| | | | | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2021-11-05
|\| | | | |
| * | | | | deluge: fix test (#144718)Simon Bruder2021-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 780135ad5ce54a6b3e7dfb35e3b596757e2ea6f8 the nodes for testing Deluge 1.x were removed, but the test script still referred to it. This removes the references in the test script and also renames the nodes to drop the 2 suffix.