dongjoon-hyun commented on code in PR #48079:
URL: https://github.com/apache/spark/pull/48079#discussion_r1756993200
##########
resource-managers/kubernetes/core/src/test/scala/org/apache/spark/deploy/k8s/KubernetesVolumeUtilsSuite.scala:
##########
@@ -59,6 +59,37 @@ class KubernetesVolumeUtilsSuite extends SparkFunSuite {
KubernetesPVCVolumeConf("claimName"))
}
+ test("Parses persistentVolumeClaim volumes correctly with labels") {
Review Comment:
Please add a test prefix.
```
- test("Parses persistentVolumeClaim volumes correctly with labels") {
+ test("SPARK-49598: Parses persistentVolumeClaim volumes correctly with
labels") {
```
##########
resource-managers/kubernetes/core/src/test/scala/org/apache/spark/deploy/k8s/KubernetesVolumeUtilsSuite.scala:
##########
@@ -59,6 +59,37 @@ class KubernetesVolumeUtilsSuite extends SparkFunSuite {
KubernetesPVCVolumeConf("claimName"))
}
+ test("Parses persistentVolumeClaim volumes correctly with labels") {
Review Comment:
Please add a test prefix.
```scala
- test("Parses persistentVolumeClaim volumes correctly with labels") {
+ test("SPARK-49598: Parses persistentVolumeClaim volumes correctly with
labels") {
```
--
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]