jieguangzhou commented on code in PR #10175:
URL: https://github.com/apache/dolphinscheduler/pull/10175#discussion_r878991665


##########
dolphinscheduler-task-plugin/dolphinscheduler-task-mlflow/src/test/java/org/apache/dolphinler/plugin/task/mlflow/MlflowTaskTest.java:
##########
@@ -90,6 +90,13 @@ public void testInitAutoMLTask() throws Exception {
         String command = mlflowTask.buildCommand();
     }
 
+    @Test
+    public void testInitCustomProjectTask() throws Exception {
+        MlflowTask mlflowTask = initTask(createCustomProjectParameters());
+        String command = mlflowTask.buildCommand();
+        mlflowTask.handle();

Review Comment:
   Thanks for your suggestions. I have fixed these.



-- 
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]

Reply via email to