We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bcd849 commit 869d185Copy full SHA for 869d185
test/run_api_integration.sh
@@ -14,10 +14,13 @@ kubectl logs -f $workerPodName > worker_pod_logs.txt &
14
kubectl exec $apiPodName -- pbm localhost:9110 cluster tail > api_cluster_events.txt &
15
kubectl logs -f $apiPodName > api_pod_logs.txt &
16
17
-./run_tests.sh api_integration
+#./run_tests.sh api_integration
18
+
19
+./run_tests
20
21
echo describing services
-kubectl describe service postgres-svc
-kubectl describe pod postgres-0
22
+#kubectl describe service postgres-svc
23
+#kubectl describe pod postgres-0
24
25
zip -r "seed_cluster_events_logs.zip" ./seed_cluster_events.txt
26
zip -r "worker_cluster_events_logs.zip" ./worker_cluster_events.txt
0 commit comments