ptlrs commented on code in PR #7399:
URL: https://github.com/apache/ozone/pull/7399#discussion_r1838548100
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/metrics/TestContainerMetrics.java:
##########
@@ -185,7 +174,7 @@ static void runTestClientServer(
initConf.accept(pipeline);
DatanodeDetails dn = pipeline.getFirstNode();
- volumeSet = createVolumeSet(dn, TEST_DIR + dn.getUuidString());
+ volumeSet = createVolumeSet(dn, testDir + dn.getUuidString());
Review Comment:
Good catch. I fixed it.
##########
hadoop-hdds/test-utils/src/main/java/org/apache/ozone/test/GenericTestUtils.java:
##########
@@ -90,10 +90,13 @@ public static Instant getTestStartTime() {
}
/**
+ * @deprecated use {@link org.junit.jupiter.api.io.TempDir} instead.
+ *
* Get the (created) base directory for tests.
*
* @return the absolute directory
*/
Review Comment:
Correct, I will update this
--
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]