Skip to content

Commit d1066c8

Browse files
feat(tests): Show all etcd keys on error
This should help debugging all those `ERROR Config check failed: exit status 1` errors.
1 parent 8b49d81 commit d1066c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/bin/test-setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ function dump_logs {
9898
export FLEETCTL_TUNNEL=$DEISCTL_TUNNEL
9999
set -x
100100
fleetctl -strict-host-key-checking=false list-units
101+
fleetctl -strict-host-key-checking=false ssh deis-controller@1 etcdctl ls / --recursive
101102
fleetctl -strict-host-key-checking=false ssh deis-controller@1 docker logs deis-controller
102103
fleetctl -strict-host-key-checking=false ssh deis-builder@1 docker logs deis-builder
103104
fleetctl -strict-host-key-checking=false ssh deis-logger@1 docker logs deis-logger

0 commit comments

Comments
 (0)