From 228a7be457a04a8e221d43e904540bdd32968afb Mon Sep 17 00:00:00 2001 From: Johnu George Date: Tue, 11 Dec 2018 11:47:54 +0530 Subject: [PATCH] debug prints --- test/scripts/run-tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/scripts/run-tests.sh b/test/scripts/run-tests.sh index c2ca3eacca4..9d85246655c 100755 --- a/test/scripts/run-tests.sh +++ b/test/scripts/run-tests.sh @@ -109,6 +109,9 @@ until curl localhost:6789 || [ $TIMEOUT -eq 0 ]; do done cp -r test ${GO_DIR}/test cd ${GO_DIR}/test/e2e +kubectl logs $(kubectl get pods -l component=suggestion-random -n kubeflow -o=name) -n kubeflow +kubectl logs $(kubectl get pods -l component=core -n kubeflow -o=name) -n kubeflow + go run test-client.go -a random go run test-client.go -a grid -c suggestion-config-grid.yml #go run test-client.go -a hyperband -c suggestion-config-hyb.yml