dongjoon-hyun commented on a change in pull request #32708:
URL: https://github.com/apache/spark/pull/32708#discussion_r642288879
##########
File path:
resource-managers/kubernetes/core/src/test/scala/org/apache/spark/deploy/k8s/features/BasicExecutorFeatureStepSuite.scala
##########
@@ -370,6 +370,15 @@ class BasicExecutorFeatureStepSuite extends SparkFunSuite
with BeforeAndAfter {
}
}
+ test("test enable hostNetwork") {
Review comment:
Please add a JIRA ID prefix like line 344.
```scala
- test("test enable hostNetwork") {
+ test("SPARK-35572: test enable hostNetwork") {
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]