mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Merge pull request #18145 from wojtek-t/deletion_in_density
Measure latency metrics before removing namespace
This commit is contained in:
@@ -64,6 +64,8 @@ var _ = Describe("[Performance] Load capacity [Skipped]", func() {
|
||||
Expect(highLatencyRequests).NotTo(BeNumerically(">", 0))
|
||||
})
|
||||
|
||||
// Explicitly put here, to delete namespace at the end of the test
|
||||
// (after measuring latency metrics, etc.).
|
||||
framework := NewFramework("load")
|
||||
framework.NamespaceDeletionTimeout = time.Hour
|
||||
|
||||
|
||||
Reference in New Issue
Block a user