summary refs log tree commit diff
path: root/nixos/tests/influxdb.nix
diff options
context:
space:
mode:
authorEric Sagnes <eric.sagnes@gmail.com>2016-09-17 05:06:16 +0900
committerDomen Kožar <domen@dev.si>2016-09-16 22:06:16 +0200
commit2d2c311304a674d1eb8fbe6c53f719d9ae51e76e (patch)
tree107771598ad74ed00992a879b2533d534d559ed2 /nixos/tests/influxdb.nix
parent52307fd6e584a3aa4eb86fd1aba1c83b3054c9ae (diff)
downloadnixpkgs-2d2c311304a674d1eb8fbe6c53f719d9ae51e76e.tar
nixpkgs-2d2c311304a674d1eb8fbe6c53f719d9ae51e76e.tar.gz
nixpkgs-2d2c311304a674d1eb8fbe6c53f719d9ae51e76e.tar.bz2
nixpkgs-2d2c311304a674d1eb8fbe6c53f719d9ae51e76e.tar.lz
nixpkgs-2d2c311304a674d1eb8fbe6c53f719d9ae51e76e.tar.xz
nixpkgs-2d2c311304a674d1eb8fbe6c53f719d9ae51e76e.tar.zst
nixpkgs-2d2c311304a674d1eb8fbe6c53f719d9ae51e76e.zip
cadvisor test: fix (#18671)
* influxdb module: add postStart

* cadvisor module: increase TimeoutStartSec

Under high load, the cadvisor module can take longer than the default 90
seconds to start. This change should hopefully fix the test on Hydra.
Diffstat (limited to 'nixos/tests/influxdb.nix')
-rw-r--r--nixos/tests/influxdb.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/tests/influxdb.nix b/nixos/tests/influxdb.nix
index aca2189716a..ee126091667 100644
--- a/nixos/tests/influxdb.nix
+++ b/nixos/tests/influxdb.nix
@@ -17,9 +17,6 @@ import ./make-test.nix ({ pkgs, ...} : {
   
     $one->waitForUnit("influxdb.service");
 
-    # Check if admin interface is avalible
-    $one->waitUntilSucceeds("curl -f 127.0.0.1:8083");
-
     # create database
     $one->succeed(q~
       curl -XPOST http://localhost:8086/query --data-urlencode "q=CREATE DATABASE test"