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: dolphinscheduler-task-plugin/dolphinscheduler-task-sagemaker/src/main/java/org/apache/dolphinscheduler/plugin/task/sagemaker/SagemakerTask.java
Copy file name to clipboardExpand all lines: dolphinscheduler-task-plugin/dolphinscheduler-task-sagemaker/src/test/java/org/apache/dolphinscheduler/plugin/task/sagemaker/SagemakerTaskTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,6 @@ public void testTrackApplicationStatus_InitPipelineIdThrowsException() throws Ex
155
155
});
156
156
157
157
assertEquals("SageMaker task track application error: sagemaker applicationID is null", exception.getMessage());
158
-
verify(client, times(1)).shutdown();
159
158
}
160
159
161
160
@Test
@@ -169,7 +168,8 @@ public void testCancelApplication_InitPipelineIdThrowsException() {
169
168
});
170
169
171
170
// Verify the exception message
172
-
assertEquals("SageMaker task cancel application error: sagemaker applicationID is null", exception.getMessage());
171
+
assertEquals("SageMaker task cancel application error: sagemaker applicationID is null",
0 commit comments