You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/pipeline/TestSCMPipelineManager.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -271,6 +271,9 @@ public void testPipelineCreationFailedMetric() throws Exception {
271
271
numPipelineCreateFailed = getLongCounter(
272
272
"NumPipelineCreationFailed", metrics);
273
273
Assert.assertTrue(numPipelineCreateFailed == 0);
274
+
275
+
// clean up
276
+
pipelineManager.close();
274
277
}
275
278
276
279
@Test
@@ -368,6 +371,8 @@ public void testPipelineOpenOnlyWhenLeaderReported() throws Exception {
0 commit comments