craigcondit commented on code in PR #444:
URL: https://github.com/apache/yunikorn-k8shim/pull/444#discussion_r937988272
##########
test/e2e/predicates/predicates_test.go:
##########
@@ -78,20 +77,19 @@ func runTestPod(k *k8s.KubeCtl, conf k8s.SleepPodConfig)
*v1.Pod {
var _ = Describe("Predicates", func() {
var kClient k8s.KubeCtl
- //var restClient yunikorn.RClient
+ var restClient yunikorn.RClient
var err error
var ns, anotherNS string
var nodeList *v1.NodeList
const LABELVALUE = "testing-label-value"
- const WARNING = "Warning"
- //var sleepRespPod *v1.Pod
+ // var sleepRespPod *v1.Pod
Review Comment:
Will fix during commit.
--
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]