dongjoon-hyun commented on a change in pull request #31945:
URL: https://github.com/apache/spark/pull/31945#discussion_r600145269
##########
File path:
core/src/test/scala/org/apache/spark/executor/ProcfsMetricsGetterSuite.scala
##########
@@ -38,4 +40,26 @@ class ProcfsMetricsGetterSuite extends SparkFunSuite {
assert(r.jvmVmemTotal == 4769947648L)
assert(r.jvmRSSTotal == 262610944)
}
+
+ test("partial metrics shouldn't be returned") {
Review comment:
Could you add a test prefix, `SPARK-34845: `?
--
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]