dongjoon-hyun commented on a change in pull request #34599:
URL: https://github.com/apache/spark/pull/34599#discussion_r770781941



##########
File path: 
resource-managers/kubernetes/core/src/test/scala/org/apache/spark/deploy/k8s/submit/ClientSuite.scala
##########
@@ -192,6 +216,52 @@ class ClientSuite extends SparkFunSuite with 
BeforeAndAfter {
     
assert(configMap.getData.get(SPARK_CONF_FILE_NAME).contains("conf2key=conf2value"))
   }
 
+  test("The client should create Kubernetes resources with pre resources") {

Review comment:
       Could you add a JIRA prefix?
   ```scala
   - test("The client should create Kubernetes resources with pre resources") {
   + test("SPARK-37331: The client should create Kubernetes resources with pre 
resources") {
   ```




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

Reply via email to