peilongwu commented on pull request #3283:
URL: 
https://github.com/apache/incubator-dolphinscheduler/pull/3283#issuecomment-663313768


   I add this test in root pom before. 
   
   
   I forgot to add this test when I solved the conflicts in this time.
   
   
   
   ------------------ 原始邮件 ------------------
   发件人:                                                                         
                                               
"apache/incubator-dolphinscheduler"                                             
                                       <[email protected]&gt;;
   发送时间:&nbsp;2020年7月23日(星期四) 晚上7:55
   
收件人:&nbsp;"apache/incubator-dolphinscheduler"<[email protected]&gt;;
   抄送:&nbsp;"裴龙武"<[email protected]&gt;;"Author"<[email protected]&gt;;
   主题:&nbsp;Re: [apache/incubator-dolphinscheduler] [Feature-2585][server] 
Support ssh command  (#3283)
   
   
   
   
   
    
   @yangyichao-mango commented on this pull request.
    
    
   In 
dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/DataSourceService2Test.java:
    &gt; +import org.apache.dolphinscheduler.common.enums.UserType; +import 
org.apache.dolphinscheduler.dao.entity.User; +import org.junit.Assert; +import 
org.junit.Test; +import org.junit.runner.RunWith; +import org.slf4j.Logger; 
+import org.slf4j.LoggerFactory; +import 
org.springframework.beans.factory.annotation.Autowired; +import 
org.springframework.boot.test.context.SpringBootTest; +import 
org.springframework.test.context.junit4.SpringRunner; + +import java.util.Map; 
+ +@RunWith(SpringRunner.class) +@SpringBootTest(classes = 
ApiApplicationServer.class) +public class DataSourceService2Test {  
   Hi,
    Why introduce this test case without adding this test to root pom?
    
   —
   You are receiving this because you authored the thread.
   Reply to this email directly, view it on GitHub, or unsubscribe.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to