09306677806 commented on code in PR #47865:
URL: https://github.com/apache/spark/pull/47865#discussion_r1730534906
##########
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:
When you use the resources, first of all, see what the privilege is, you
seem to have forgotten the original owner, I'm really sorry.
--
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]