about summary refs log tree commit diff
path: root/nixos/tests/kafka.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-11-21nixos/qemu-vm: default memorySize 384 -> 1024Artturin1-1/+0
the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default
2021-08-05Apache Kafka: add 2.7.1 and 2.8.0 (#128043)Benjamin Smith1-3/+2
2021-03-10apacheKafka: init 2.6.1, make defaultSarah Brofeldt1-0/+1
2021-03-10nixos/apache-kafka: Drop default jvmOptionsSarah Brofeldt1-5/+0
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-12-21kafka: remove old versionsPhilipp Hausmann1-9/+0
2020-06-20apache-kafka: 2.4.0 -> 2.4.1/2.5.0Thomas Depierre1-0/+1
2020-04-07nixos: kafka test: fix building for other archesMichael Bishop1-1/+1
2020-01-10kafka: Add 2.4Tim Steinbach1-0/+1
2020-01-08nixosTests.kafka: port to pythonJacek Galowicz1-14/+29
2019-10-02kafka: Add 2.3Tim Steinbach1-0/+1
2019-04-01kafka: Add test for 2.2Tim Steinbach1-0/+1
Also add back tests, don't seem broken anymore. This is just fine: nix-build ./nixos/release.nix -A tests.kafka.kafka_2_1.x86_64-linux -A tests.kafka.kafka_2_2.x86_64-linux
2018-12-05kafka: Add 2.1Tim Steinbach1-0/+1
2018-12-05kafka: Add test for 2.0Tim Steinbach1-1/+2
2018-11-11tests: refactor to carry the package set as an argumentLéo Gaspard1-2/+6
This way, the package set will be possible to pass without re-importing all the time
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-2/+2
2018-05-16kafka: Add 1.1Tim Steinbach1-0/+1
2018-05-12nixos/tests/kafka: fix and refactor testsUli Baum1-0/+68
- refactor into single file for all versions - improve timing, prevent non-deterministic failures - fix tests for i686-linux