summaryrefslogtreecommitdiffstats
path: root/nixos/tests/cadvisor.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/cadvisor.nix
parent52307fd6e584a3aa4eb86fd1aba1c83b3054c9ae (diff)
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/cadvisor.nix')
-rw-r--r--nixos/tests/cadvisor.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/tests/cadvisor.nix b/nixos/tests/cadvisor.nix
index 3a887514773a..f0083ab18e45 100644
--- a/nixos/tests/cadvisor.nix
+++ b/nixos/tests/cadvisor.nix
@@ -24,9 +24,6 @@ import ./make-test.nix ({ pkgs, ... } : {
$influxdb->waitForUnit("influxdb.service");
- # Wait until influxdb admin interface is available
- $influxdb->waitUntilSucceeds("curl -f 127.0.0.1:8083");
-
# create influxdb database
$influxdb->succeed(q~
curl -XPOST http://localhost:8086/query --data-urlencode "q=CREATE DATABASE root"