Hi, the first command you mentioned doesn't work because the Yarn tests are not executed in the traditional phases and therefore maven will complain. If you do it like this it will work (I tried it):
mvn clean verify -pl flink-yarn-tests -Pinclude-yarn-tests -Dtest=YARNSessionFIFOITCase#testJavaAPI -DfailIfNoTests=false (notice the added -DfailIfNoTests=false). I also ran a "mvn clean install" afterwards and it worked as well. Could you try with the extended command from above? Cheers, Aljoscha On Mon, 27 Jun 2016 at 14:57 Vijay Srinivasaraghavan <vijikar...@yahoo.com> wrote: > > I am on Ubuntu 16.x, Java OpenJDK 1.8.0_91. > > Can you try below commands and see if its working with the latest trunk > code. > > mvn clean verify -pl flink-yarn-tests -Pinclude-yarn-tests > -Dtest=YARNSessionFIFOITCase#testJavaAPI > > mvn clean install > > Regards > Vijay > > > On Monday, June 27, 2016 5:44 AM, Aljoscha Krettek <aljos...@apache.org> > wrote: > > > Hi, > I just ran a "mvn clean verify" and it passed on my machine (latest > master, OS X El Capitan, Java 1.8.0_40, Maven 3.3.9). What's your > environment? > > Cheers, > Aljoscha > > On Fri, 24 Jun 2016 at 16:47 Vijay Srinivasaraghavan > <vijikar...@yahoo.com.invalid> wrote: > > I am seeing below failure consistently with the latest trunk code when I > run "mvn clean verify". Is anyone seeing similar error in your environment? > Failed tests: > LocalFlinkMiniClusterITCase.testLocalFlinkMiniClusterWithMultipleTaskManagers:166 > Thread Thread[initialSeedUniquifierGenerator,5,main] was started by the > mini cluster, but not shut down > RegardsVijay > > > >