anuraagnalluri commented on a change in pull request #369:
URL:
https://github.com/apache/incubator-yunikorn-k8shim/pull/369#discussion_r806327740
##########
File path: test/e2e/basic_scheduling/basic_scheduling_test.go
##########
@@ -70,6 +70,16 @@ var _ = ginkgo.Describe("", func() {
Ω(err3).NotTo(HaveOccurred())
Ω(d).NotTo(BeNil())
+ ginkgo.By("Restart scheduler pod")
+ _, err4 := kClient.ScaleDeployment(configmanager.YKScheduler,
0, configmanager.YuniKornTestConfig.YkNamespace)
Review comment:
Note k8s has no API call to bounce a pod. We're simply scaling the
replicas in the scheduler deployment to 0 and then back to 1.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]