wilfred-s commented on code in PR #444:
URL: https://github.com/apache/yunikorn-k8shim/pull/444#discussion_r937430815


##########
test/e2e/basic_scheduling/basic_scheduling_test.go:
##########
@@ -96,7 +96,6 @@ var _ = ginkgo.Describe("", func() {
                gomega.Ω(allocations["partition"]).NotTo(gomega.BeNil())
                gomega.Ω(allocations["uuid"]).NotTo(gomega.BeNil())
                
gomega.Ω(allocations["applicationId"]).To(gomega.Equal(sleepRespPod.ObjectMeta.Labels["applicationId"]))
-               
gomega.Ω(allocations["queueName"]).To(gomega.ContainSubstring(sleepRespPod.ObjectMeta.Namespace))

Review Comment:
   This is a follow up on YUNIKORN-1269 in which we removed the queueName from 
object and REST.
   With the k8shim dependency update we now need this cleanup here.



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

Reply via email to