This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 32cf1e7  Debug test failure in minikube (#185)
32cf1e7 is described below

commit 32cf1e7bb973047123be9e069b301ee8d33b0396
Author: Kit Chan <[email protected]>
AuthorDate: Thu Jan 25 17:48:36 2024 -0800

    Debug test failure in minikube (#185)
    
    * Update Dockerfile
    
    * Update test_ingress.py
---
 Dockerfile                  | 2 +-
 tests/suite/test_ingress.py | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index f225fc6..9da22c0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -142,7 +142,7 @@ RUN apk add --no-cache -U \
     readline \
     geoip \
     libexecinfo \
-    redis \
+    redis=7.0.15-r0 \
     tcl \
     openrc \
     inotify-tools \
diff --git a/tests/suite/test_ingress.py b/tests/suite/test_ingress.py
index dd05374..ec11d43 100644
--- a/tests/suite/test_ingress.py
+++ b/tests/suite/test_ingress.py
@@ -43,6 +43,7 @@ def setup_module(module):
     kubectl_apply('data/setup/apps/')
     kubectl_apply('data/setup/ingresses/')
     time.sleep(90)
+    misc_command('kubectl get all -A')
 
 def teardown_module(module):
     kubectl_delete('namespace trafficserver-test-3')

Reply via email to