This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git
The following commit(s) were added to refs/heads/master by this push:
new 326fe90c [YUNIKORN-2312] Cleanup BinPacking e2e test workload before
removing namespace (#761)
326fe90c is described below
commit 326fe90ccd6e611a8751a1e98d2735d09f2cd26f
Author: PoAn Yang <[email protected]>
AuthorDate: Sun Jan 7 02:33:32 2024 +0800
[YUNIKORN-2312] Cleanup BinPacking e2e test workload before removing
namespace (#761)
Closes: #761
Signed-off-by: Chia-Ping Tsai <[email protected]>
---
test/e2e/bin_packing/bin_packing_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/e2e/bin_packing/bin_packing_test.go
b/test/e2e/bin_packing/bin_packing_test.go
index 2a1b7585..fa9fa3af 100644
--- a/test/e2e/bin_packing/bin_packing_test.go
+++ b/test/e2e/bin_packing/bin_packing_test.go
@@ -199,7 +199,7 @@ var _ = Describe("", func() {
tests.LogYunikornContainer(testDescription.FailureMessage())
}
By("Tear down namespace: " + ns)
- err := kClient.DeleteNamespace(ns)
+ err := kClient.TearDownNamespace(ns)
Ω(err).NotTo(HaveOccurred())
})
})
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]