Merge pull request #18145 from wojtek-t/deletion_in_density

Measure latency metrics before removing namespace
This commit is contained in:
Marek Grabowski
2015-12-03 11:17:21 +01:00
2 changed files with 7 additions and 3 deletions

View File

@@ -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