summaryrefslogtreecommitdiffstats
path: root/nixos/tests/clickhouse.nix
AgeCommit message (Collapse)Author
2021-05-19clickhouse: 20.11.4.13-stable -> 21.3.11.5-ltsMaximilian Bosch
Failing Hydra build: https://hydra.nixos.org/build/143269865 ZHF #122042
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2019-11-22nixos/clickhouse: port test to pythonJan Hrnko
2018-12-20clickhouse: fix module and package runtimeMaximilian Bosch
Although the package itself builds fine, the module fails because it tries to log into a non-existant file in `/var/log` which breaks the service. Patching to default config to log to stdout by default fixes the issue. Additionally this is the better solution as NixOS heavily relies on systemd (and thus journald) for logging. Also, the runtime relies on `/etc/localtime` to start, as it's not required by the module system we set UTC as sensitive default when using the module. To ensure that the service's basic functionality is available, a simple NixOS test has been added.