gatein_wsrp_trunk_sun6 #7: Failure
192 tests 1 failure(s) / +1
1 tests failed.
FAILED: org.gatein.wsrp.protocol.v1.MarkupTestCase
Error Message:
null
Stack Trace:
junit.framework.AssertionFailedError: null
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertNotNull(Assert.java:214)
at junit.framework.Assert.assertNotNull(Assert.java:207)
at
org.gatein.wsrp.protocol.v1.MarkupTestCase.testInitCookiePerUser(MarkupTestCase.java:182)
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 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:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:91)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
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.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Changes for Build #7
[mwringe] GTNWSRP-46: More test updates.
- renable disabled tests, should still have a failure in the consumer MarkupTest due to
missing cookies.
- update MockHttpServletRequest to return locahost and 8080 as the host and port values
- update ServiceDescriptionHandler to properly change the registration values from
required to not required. Update to use nanotime instead of millis since millis is not
accurate enough. Test added to ServiceDescriptionTestCase for his behavour.
[chris.laprun(a)jboss.com] - createConsumer should return a Consumer with an initialized
persistent key. Added associated test case, which reminds me that we should have the same
test for the JCR implementation. :/
- Fixed V1ProducerBaseTest which was setting the persistent key when it really should have
been done by the RegistrationManager during Consumer creation.
[mwringe] GTNWSRP-46: Enable the v1 producer ReleaseSession and Registration test cases.
[mwringe] GTNWSRP-46: a few more test fixes.
[...truncated 1554 lines...]
Running org.gatein.wsrp.consumer.ProducerSessionInformationTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.688 sec
Running org.gatein.wsrp.handler.RequestHeaderClientHandlerTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.gatein.wsrp.consumer.registry.ConsumerRegistryTestCase
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
createConsumer
INFO: Consumer with id 'test' created
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
createConsumer
INFO: Consumer with id 'id' created
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
createConsumer
INFO: Consumer with id 'foo' created
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
createConsumer
INFO: Consumer with id 'id' created
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
destroyConsumer
INFO: Consumer with id 'id' destroyed
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
createConsumer
INFO: Consumer with id 'foo' created
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running org.gatein.wsrp.protocol.v1.InteropServiceDescriptionTestCase
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.gatein.wsrp.protocol.v1.MarkupTestCase
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.InvocationHandler dealWithError
SEVERE: The portlet threw an exception
java.lang.IllegalArgumentException: MarkupContext requires either a non-null markup string
or binary markup.
at
org.gatein.wsrp.spec.v1.WSRP1TypeFactory.createMarkupContext(WSRP1TypeFactory.java:544)
at org.gatein.wsrp.test.protocol.v1.MarkupBehavior.getMarkup(MarkupBehavior.java:168)
at org.gatein.wsrp.services.v1.V1MarkupService.getMarkup(V1MarkupService.java:105)
at org.gatein.wsrp.consumer.RenderHandler.performRequest(RenderHandler.java:170)
at org.gatein.wsrp.consumer.InvocationHandler.performRequest(InvocationHandler.java:125)
at org.gatein.wsrp.consumer.InvocationHandler.handle(InvocationHandler.java:79)
at org.gatein.wsrp.consumer.WSRPConsumerImpl.invoke(WSRPConsumerImpl.java:195)
at org.gatein.wsrp.protocol.v1.MarkupTestCase.testNullRender(MarkupTestCase.java:111)
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 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:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:91)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
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.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.InvocationHandler dealWithError
SEVERE: The portlet threw an exception
org.oasis.wsrp.v2.InvalidCookie: Simulate invalid cookie
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at
org.gatein.wsrp.WSRPExceptionFactory$ExceptionFactory.newInstance(WSRPExceptionFactory.java:97)
at org.gatein.wsrp.WSRPExceptionFactory.createWSException(WSRPExceptionFactory.java:74)
at org.gatein.wsrp.spec.v1.V1ToV2Converter.toV2Exception(V1ToV2Converter.java:565)
at org.gatein.wsrp.services.v1.V1MarkupService.getMarkup(V1MarkupService.java:129)
at org.gatein.wsrp.consumer.RenderHandler.performRequest(RenderHandler.java:170)
at org.gatein.wsrp.consumer.InvocationHandler.performRequest(InvocationHandler.java:125)
at org.gatein.wsrp.consumer.InvocationHandler.handle(InvocationHandler.java:79)
at org.gatein.wsrp.consumer.WSRPConsumerImpl.invoke(WSRPConsumerImpl.java:195)
at
org.gatein.wsrp.protocol.v1.MarkupTestCase.commonInitCookieTest(MarkupTestCase.java:238)
at
org.gatein.wsrp.protocol.v1.MarkupTestCase.testInitCookiePerUser(MarkupTestCase.java:177)
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 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:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:91)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
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.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.InvocationHandler dealWithError
SEVERE: The portlet threw an exception
org.oasis.wsrp.v2.InvalidCookie: Simulate invalid cookie
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at
org.gatein.wsrp.WSRPExceptionFactory$ExceptionFactory.newInstance(WSRPExceptionFactory.java:97)
at org.gatein.wsrp.WSRPExceptionFactory.createWSException(WSRPExceptionFactory.java:74)
at org.gatein.wsrp.spec.v1.V1ToV2Converter.toV2Exception(V1ToV2Converter.java:565)
at org.gatein.wsrp.services.v1.V1MarkupService.getMarkup(V1MarkupService.java:129)
at org.gatein.wsrp.consumer.RenderHandler.performRequest(RenderHandler.java:170)
at org.gatein.wsrp.consumer.InvocationHandler.performRequest(InvocationHandler.java:125)
at org.gatein.wsrp.consumer.InvocationHandler.handle(InvocationHandler.java:79)
at org.gatein.wsrp.consumer.WSRPConsumerImpl.invoke(WSRPConsumerImpl.java:195)
at
org.gatein.wsrp.protocol.v1.MarkupTestCase.commonInitCookieTest(MarkupTestCase.java:238)
at
org.gatein.wsrp.protocol.v1.MarkupTestCase.testInitCookiePerGroup(MarkupTestCase.java:203)
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 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:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:91)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
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.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.478 sec <<<
FAILURE!
Running org.gatein.wsrp.consumer.EndpointConfigurationInfoTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.gatein.wsrp.consumer.RegistrationInfoTestCase
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.gatein.wsrp.protocol.v1.V1ConsumerBaseTest
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.gatein.wsrp.protocol.v1.PortletManagementTestCase
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 24, 2010 8:04:47 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest
setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.gatein.wsrp.consumer.RegistrationPropertyTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.gatein.wsrp.consumer.ProducerInfoTestCase
Jun 24, 2010 8:04:49 AM org.gatein.wsrp.consumer.ProducerInfo deregister
INFO: Consumer with id 'test' deregistered.
Jun 24, 2010 8:04:49 AM org.gatein.wsrp.consumer.ProducerInfo modifyRegistration
INFO: Consumer with id 'test' sucessfully modified its registration.
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.527 sec
Results :
Failed tests:
testInitCookiePerUser(org.gatein.wsrp.protocol.v1.MarkupTestCase)
Tests run: 82, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to
/qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/consumer/target/surefire-reports for
the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 30 seconds
[INFO] Finished at: Thu Jun 24 08:04:49 EDT 2010
[INFO] Final Memory: 95M/333M
[INFO] ------------------------------------------------------------------------
Recording test results
Email was triggered for: Failure
There are 1 triggered emails.
Sending email for trigger: Failure
Public URL:
https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun6/7
Private URL:
http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun6/7/