spidernet-io / egressgateway

Network egress policy for Kubernetes

Home Page:https://spidernet-io.github.io/egressgateway/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Night CI 2024-04-05: Failed

weizhoublue opened this issue · comments

      create DaemonSet time out
      {
          s: "create DaemonSet time out",
      }

I ran the full test several times and didn't reproduce it.

succeeded to run all test
output report to e2ereport.json
output env log to /home/runner/egressgateway/test/runtime/e2edebugLog.txt
make[1]: Leaving directory '/home/runner/egressgateway/test'

CI 代码考虑下优化,BeforeEach 中CreateDaemonSet 失败, 调用 AfterEach DeleteObj 退出,CI 调试日志中 没有 能力 观测 这个 pod 处于什么状态 。 以后每次遇到这种问题 都是只能盲目 关闭

dup #1188

Create DaemonSet Timeout:Kwok mock 节点会存在 NotReady。测试在创建一个 DaemonSet 的时候,会使用一个限制时间(比如 30s)去检查每个节点的 Pod 在该时间是否是 Running。