dongjoon-hyun commented on code in PR #47865:
URL: https://github.com/apache/spark/pull/47865#discussion_r1730504577
##########
resource-managers/kubernetes/core/src/test/scala/org/apache/spark/scheduler/cluster/k8s/ExecutorPodsAllocatorSuite.scala:
##########
@@ -845,15 +845,17 @@ class ExecutorPodsAllocatorSuite extends SparkFunSuite
with BeforeAndAfter {
val getReusablePVCs =
PrivateMethod[mutable.Buffer[PersistentVolumeClaim]](Symbol("getReusablePVCs"))
- val pvc1 = persistentVolumeClaim("pvc-0", "gp2", "200Gi")
- val pvc2 = persistentVolumeClaim("pvc-1", "gp2", "200Gi")
+ val pvc1 = persistentVolumeClaim("pvc-1", "gp2", "200Gi")
+ val pvc2 = persistentVolumeClaim("pvc-2", "gp2", "200Gi")
Review Comment:
The PVC names are revised to match with the variable names.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]