adoroszlai commented on code in PR #5815:
URL: https://github.com/apache/ozone/pull/5815#discussion_r1430526570
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/pipeline/TestPipelineClose.java:
##########
@@ -230,7 +232,7 @@ public void testPipelineCloseWithLogFailure()
try {
pipelineManager.getPipeline(openPipeline.getId());
} catch (PipelineNotFoundException e) {
- Assert.assertTrue("pipeline should exist", false);
+ assertTrue(false, "pipeline should exist");
Review Comment:
This will be updated in HDDS-9955.
--
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]