Re: [Discuss] Some problem Unit test

2017-01-23 Thread Jinkui Shi
[1] Maven Surefire: multiple executions and debugging https://blog-rmannibucau.rhcloud.com/#/post/maven-surefire-debugging-execution > On Jan 23, 2017, at 17:17, sjk wrote: > > Hi, all > >

[Discuss] Some problem Unit test

2017-01-23 Thread sjk
Hi, all Surefire plugin default execute `default-test` when mvn test. There two execution in Flink’s surefire plugin configure, default-test and integration-tests. I have three problem about unit test: 1. As default-test and integration-tests are mutual exclusion, when I local execute “mvn