gatein_portal_trunk_sun6 #1066: Still Unstable
922 tests 2 failure(s) / ±0
2 tests failed.
FAILED: org.gatein.web.redirect.TestMapper.testAll
Error Message:
expected:<redirect_root> but was:<null>
Stack Trace:
junit.framework.ComparisonFailure: expected:<redirect_root> but was:<null>
at junit.framework.Assert.assertEquals(Assert.java:85)
at junit.framework.Assert.assertEquals(Assert.java:91)
at org.gatein.web.redirect.TestMapper.atestSiteA(TestMapper.java:72)
at org.gatein.web.redirect.TestMapper.testAll(TestMapper.java:52)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at org.exoplatform.component.test.AbstractGateInTest.runBare(AbstractGateInTest.java:81)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:234)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:133)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:114)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:188)
at
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:166)
at
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:101)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)
FAILED: org.gatein.web.redirect.TestRedirect.testALL
Error Message:
expected:<gtn.web.redirect> but was:<gtn.web.no-redirect>
Stack Trace:
junit.framework.AssertionFailedError: expected:<gtn.web.redirect> but
was:<gtn.web.no-redirect>
at junit.framework.Assert.fail(Assert.java:50)
at junit.framework.Assert.failNotEquals(Assert.java:287)
at junit.framework.Assert.assertEquals(Assert.java:67)
at junit.framework.Assert.assertEquals(Assert.java:74)
at org.gatein.web.redirect.TestRedirect.atestAcceptAllUserAgents(TestRedirect.java:95)
at org.gatein.web.redirect.TestRedirect.testALL(TestRedirect.java:50)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at org.exoplatform.component.test.AbstractGateInTest.runBare(AbstractGateInTest.java:81)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:234)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:133)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:114)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:188)
at
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:166)
at
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:101)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)
Changes for Build #1062
[julien] Improve the self node model genericity and move it to the navigation package
[julien] Initial draft of LayoutService used for now by POMDataStorage for pages
Changes for Build #1063
[julien] Added SiteService service
[julien] Remove PortalNamesCache and PortalConfigTask
[julien] Minor improvements
Changes for Build #1064
[julien] Make TestCache pass with invalidation bridge
[julien] Minor rename
Changes for Build #1065
[julien] Encapsulate the save operation from structure
[julien] PageImporter uses the LayoutService instead of DataStorage
[julien] SiteImporter now uses the SiteService and the LayoutService
[julien] Decouple NewPortalConfigListener from DataStorage
[julien] Decouple NewPortalConfigListener from UserPortalConfigService
Changes for Build #1066
[julien] Decouple NavigationService from persistence
[julien] Decouple the NavigationService from jcr and move it to
org.gatein.portal.mop.navigation package
[julien] Decouple the SiteService from jcr and move it to org.gatein.portal.mop.site
package
[julien] Minor rename for sake of consistency
[julien] Decouple the PageService from jcr and move it to org.gatein.portal.mop.page
package
Public URL:
https://hudson.jboss.org/hudson/job/gatein_portal_trunk_sun6/1066
Private URL:
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/gatein_portal_trunk_s...