Sergei Trofimovich
3d40057509
spark: fix tests
eval under allowAliases = false
...
Without the change `tests` eval fails as:
$ nix build --no-link -f. spark.tests --arg config '{ allowAliases = false; }'
error: attribute 'nixosTest' missing
12| };
13| testSparkCluster = { sparkPackage, ... }: pkgs.nixosTest ({
| ^
14| name = "spark";
Did you mean nixosTests?
`nixosTest` is an alias defined as:
pkgs/top-level/aliases.nix: nixosTest = testers.nixosTest; # Added 2022-05-05
2023-12-31 22:47:55 +00:00
illustris
ef9732e11f
spark: remove untarDir
2023-11-04 13:01:45 +05:30
illustris
392bc54225
spark: add passthru test
2023-10-22 18:16:20 +05:30
Robert Scott
68138bfb28
nixosTests.spark: give worker node 2G of memory
...
test currently failing due to OOM
2022-10-08 11:55:51 +01:00
Artturin
54ece050b8
nixos/qemu-vm: default memorySize 384 -> 1024
...
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-11-21 17:27:58 +02:00
illustris
13839b0022
nixos/spark: add test
2021-09-17 22:40:06 +05:30