Kong / mesh-perf

Performance tests of Kong Mesh
Apache License 2.0
0 stars 1 forks source link

Test suite fails in "AfterAll" due to namespace termination take too much time #82

Closed lobkovilya closed 1 year ago

lobkovilya commented 1 year ago
• [FAILED] [241.758 seconds]
Simple [AfterAll] should distribute certs when mTLS is enabled
  [AfterAll] /home/runner/go/pkg/mod/github.com/kumahq/kuma@v0.0.0-20230717095426-746dc0de4d15/test/framework/ginkgo.go:33
  [It] /home/runner/work/mesh-perf/mesh-perf/test/k8s/simple_test.go:240

  [FAILED] 'Wait for kuma-test Namespace to terminate.' unsuccessful after 60 retries

  In [AfterAll] at: /home/runner/go/pkg/mod/github.com/kumahq/kuma@v0.0.0-20230717095426-746dc0de4d15/test/framework/k8s_cluster.go:1004

Should we even wait for namespace termination if we destroy the cluster right after?

jakubdyszkiewicz commented 1 year ago

Triage: switch to TriggerDeleteNamespace?