Skip to content

Commit 869d185

Browse files
committed
Run all tests
1 parent 4bcd849 commit 869d185

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

test/run_api_integration.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ kubectl logs -f $workerPodName > worker_pod_logs.txt &
1414
kubectl exec $apiPodName -- pbm localhost:9110 cluster tail > api_cluster_events.txt &
1515
kubectl logs -f $apiPodName > api_pod_logs.txt &
1616

17-
./run_tests.sh api_integration
17+
#./run_tests.sh api_integration
18+
19+
./run_tests
20+
1821
echo describing services
19-
kubectl describe service postgres-svc
20-
kubectl describe pod postgres-0
22+
#kubectl describe service postgres-svc
23+
#kubectl describe pod postgres-0
2124

2225
zip -r "seed_cluster_events_logs.zip" ./seed_cluster_events.txt
2326
zip -r "worker_cluster_events_logs.zip" ./worker_cluster_events.txt

0 commit comments

Comments
 (0)