---------- Forwarded message ---------- From: Fred Assi <[email protected]> Date: Mon, Apr 17, 2017 at 4:19 AM Subject: Re: [cxf - 7239] can't have trunk tests to pass... To: Andriy Redko <[email protected]>
Hi Andriy, Please see log below, my changes excluded still same issue. ================================================================= I cloned from : [image: Inline image 2] ================================================================== My System: [image: Inline image 1] ============================================================ ======================== GIT ...... MINGW64 ~/Documents/workspace/cxf (master) *$ git status* *On branch master* *Your branch is up-to-date with 'origin/master'.* *nothing to commit, working tree clean* ...... MINGW64 ~/Documents/workspace/cxf (master) *$ git log* *commit ba0573f202208b5e3feb881173d3df0dfc2a02ba* *Author: Dennis Kieselhorst <[email protected] <[email protected]>>* *Date: Thu Apr 13 13:39:51 2017 +0200* * CXF-7319: cdi extension uses wrong namespace for beans.xml. This closes #257.* commit 156fd30dcc8880969817473fe5fe027884988822 Author: Daniel Kulp <[email protected]> Date: Tue Apr 11 12:22:57 2017 -0400 [CXF-5407] Implement a full remove method for CacheMap ============================================================ when I run "MVN INSTALL" Results : Failed tests: AttachmentDeserializerTest.testCXF3383:530->Assert. assertEquals:631->Assert.assertEquals:645->Assert.failNotEquals:834->Assert.fail:88 expected:<2> but was:<1> Tests run: 449, Failures: 1, Errors: 0, Skipped: 1 [INFO] ------------------------------------------------------------ ------------ [INFO] Reactor Summary: [INFO] [INFO] Apache CXF ......................................... SUCCESS [ 0.995 s] [INFO] Apache CXF Parent .................................. SUCCESS [ 4.055 s] [INFO] Apache CXF Core .................................... FAILURE [ 48.783 s] [INFO] Apache CXF Runtime Core for WSDL ................... SKIPPED [INFO] Apache CXF Command Line Tools Common ............... SKIPPED [INFO] Apache CXF Runtime JAXB DataBinding ................ SKIPPED [INFO] Apache CXF Runtime SOAP Binding .................... SKIPPED =============================================================== Any advise please? Kind Regards, Fred On Mon, Apr 17, 2017 at 2:38 AM, Andriy Redko <[email protected]> wrote: > Hi Fred, > > Does this test fail all the time or from time to time? The couple of last > Jenkins > builds are pretty stable, no failures (f.e. https://builds.apache.org/job/ > CXF-Trunk-JDK18/2531/). > But, unfortunately, there may be some random test failures in the build, > indeed ... Could you please > confirm that it does not pass constantly and is not related to your > change(s)? > Thanks. > > Best Regards, > Andriy Redko > > FA> Any advice, please? > FA> am I doing something wrong? > > FA> Failed tests: > > FA> AttachmentDeserializerTest.testCXF3383:530->Assert.assertEqu > als:631->Assert.assertEquals:645->Assert.failNotEquals:834->Assert.fail:88 > FA> expected:<2> > FA> but was:<1> > > FA> Tests run: 449, Failures: 1, Errors: 0, Skipped: 1 > > FA> [INFO] > FA> ------------------------------------------------------------ > ------------ > FA> [INFO] BUILD FAILURE > FA> [INFO] > FA> ------------------------------------------------------------ > ------------ > FA> [INFO] Total time: 01:09 min > FA> [INFO] Finished at: 2017-04-17T02:13:11+01:00 > FA> [INFO] Final Memory: 47M/287M > FA> [INFO] > FA> ------------------------------------------------------------ > ------------ > FA> [ERROR] Failed to execute goal > FA> org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test > (default-test) > FA> on project cxf-core: There are test failures. > > FA> This is not the only test failing when I comment it out. All test did > pass > FA> before for me. > >
