gatein_wsrp_trunk_sun5 - Build # 83 - Still Failing!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun5 #83: Still Failing
No tests ran.
No tests ran.
Changes for Build #73
[chris.laprun(a)jboss.com] - Minor clean-up.
[mwringe] Update WSRP1Producer to implement empty methods and add corresponding methods to the Converter classes.
[chris.laprun(a)jboss.com] - WSRP1Producer now references WSRP2Producer.
- Started implementing missing methods. Yay more boilerplate code... NOT! :(
[chris.laprun(a)jboss.com] - WSRPProducerBaseTest shouldn't define the producer instance but leave it up to subclasses to get the proper instance.
- V1ProducerBaseTest now properly retrieve the v1 producer. This also removes the shadowed producer variable from WSRPProducerBaseTest.
[chris.laprun(a)jboss.com] - Fixed improper handling of returned values in MarkupService.
- Fixed incorrect StateChange conversion implementation.
Changes for Build #74
[chris.laprun(a)jboss.com] - Started adding v2 tests.
[chris.laprun(a)jboss.com] - GTNWSRP-45: Started re-implementing service description handling so that we can cache data. Right now, only registration properties are cached as caching portlet information will require PC-level support. NOT TESTED.
- GTNWSRP-38, GTNWSRP-39: Started adding PRP and event information in portlet and service descriptions. NOT TESTED.
[chris.laprun(a)jboss.com] - Added last modification date so that clients can know whether they can use cached data or not.
[chris.laprun(a)jboss.com] - Minor javadoc fix.
[chris.laprun(a)jboss.com] - Added WSRP2Constants for, well, WSRP 2 constants! :)
[mwringe] GTNWSRP-42: Checking for conformity against XSD. Initial check-in, still needs some more investigation.
[mwringe] Initial commit of WSRP V1 producer tests, needs a lot of work and cleanup right now :(
[mwringe] Filling in empty methods and adding corresponding converter methods.
Changes for Build #75
[mwringe] GTNWSRP-46: use a jboss zip instead of an exploded jbossas distribution for the tests. The tests will handle unziping it. Need to set JBOSS_ZIP_URL instead of JBOSS_HOME.
[mwringe] GTNWSRP-46: fix issues with the ServiceDescriptionTestCase, should now pass.
[mwringe] GTNWSRP-46: fix issues with the PortletManagementTestCase, should now pass.
[mwringe] GTNWSRP-46: Change the Cargo configuration home from a tmp directory to the target directory to get around issues with some tmp directory names and urls.
Changes for Build #76
[mwringe] GTNWSRP-46: Disable a few tests in MarkupTestCase which assume we are using an actual http request to the producer instead of a mock one.
Minor code formatting fixes
Fix issue with never using the correct locale due to clearing the list before comparing.
Changes for Build #77
[chris.laprun(a)jboss.com] - Test should now pass. Not sure why it wasn't working before... :(
[chris.laprun(a)jboss.com] - Retrieve Google portlet from PC samples to use in tests.
- Reverted to using JBOSS_HOME instead of zip installer for faster execution. Trimming down AS installation to minimum would further speed up tests.
- Reduced cargo logging but doesn't seem to have much effect. >_<
- Removed duplicated RegistrationPropertyDescriptionTestCase.
- Fixed several typos and cleaned up a little.
[mwringe] GTNWSRP-46: Update test to use arquillian. Should now pass.
[chris.laprun(a)jboss.com] - Moved some common code to WSRPProducerBaseTest.
- Added v2.ServiceDescriptionTestCase, which currently doesn't work. :(
- Removed log file use in cargo config.
[chris.laprun(a)jboss.com] - Minor.
[chris.laprun(a)jboss.com] - Wasn't sending the proper service description and the need for registration was never properly updated.
[mwringe] GTNWSRP-46: Make the test run much faster, update cargo log config so we don't create crazy logs during the tests.
[chris.laprun(a)jboss.com] - Removed duplicated tests that also are missing associated files.
Changes for Build #78
[mwringe] GTNWSRP-46: properly separating out the tests to be more independent. A few steps closer to being able to run the tests independently through a ide.
Added a few target dirs to svn:ignore (ie wsrp-wsrp2-ws and hibernate-impl).
[mwringe] GTNWSRP-46: test to see if this will get around a hudson bug.
[mwringe] GTNWSRP-46: Clean up duplicate tests.
[mwringe] GTNWSRP-46: Update the test build so it can now use a zip or a exploded directory for building.
[chris.laprun(a)jboss.com] - Fixed ServiceDescriptionHandler: event descriptions were not properly reset, and now, make sure that we don't have duplicates.
- Added EventDescription testing.
- Added events and public render parameters in BasicPortlet for testing purposes.
[chris.laprun(a)jboss.com] - Added cargo-debug profile that can be activated to remotely attach a debugger to the cargo instance to debug the tests.
- Added possibility of skipping integration tests with maven.test.skip.
[chris.laprun(a)jboss.com] - Updated to use 2.1.2-GA-SNAPSHOT of PC as we need a fix for GTNPC-21.
Changes for Build #79
[mwringe] GTNWSRP-46: very minor clean up.
[chris.laprun(a)jboss.com] - Reactivated tests apart from MarkupTestCase that currently doesn't work. Problem seems to come from conversion from v1 to v2 and vice-versa... :(
[chris.laprun(a)jboss.com] - Avoid NPE.
[chris.laprun(a)jboss.com] - Fixed improper method signature that was preventing proper polymorphic invocation.
[chris.laprun(a)jboss.com] - Properly report an error if both redirect URL and update response are null.
[chris.laprun(a)jboss.com] - Make it possible for BehaviorBackedServiceFactory to know which MarkupBehavior is requested.
- Make WSRPConsumerBaseTest use BehaviorBackedServiceFactory.
- Make sure that MarkupTestCase properly request a MarkupBehavior.
- MarkupTestCase now uses a specific MockUserContext instead of AbstractUserContext as new code doesn't allow for empty locales.
[chris.laprun(a)jboss.com] - Started adding events and PRP metadata on the consumer side.
[chris.laprun(a)jboss.com] - Added some missing methods.
[chris.laprun(a)jboss.com] - Added WSRPUtils.convertToCommonLocalizedStringOrNull method.
- Renamed WSRPUtils.convertToLocalizedString to convertToRegistrationLocalizedString.
- Fixed NPEs that could occur due to navigationalContext being possibly null.
[chris.laprun(a)jboss.com] - Added tests for parameter descriptions.
Changes for Build #80
[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.
[chris.laprun(a)jboss.com] - Renamed JBOSS_HOME to JBOSS_TEST_HOME in producer tests as JBOSS_HOME has meaning outside of this build.
Changes for Build #81
[mwringe] GTNWSRP-46: Disable starting cargo or creating the test archives if maven.test.skip is set.
[mwringe] GTNWSRP-46: Update the PerUnitCookiesMarkupBehaviour so that a cookie gets set and the v1 MarkupTestCases will finally pass.
[chris.laprun(a)jboss.com] - GTNWSRP-51: properly create a new NamedString for each parameter.
Changes for Build #82
[chris.laprun(a)jboss.com] - Improved script to allow skipping of tests by passing only one argument. Passing more than one argument results in the previous behavior for passing one argument: deploying without building.
[chris.laprun(a)jboss.com] - Added methods to deal with events and PRPs.
[chris.laprun(a)jboss.com] - GTNWSRP-53: deactivated extensions handling for now so that we can see if we run into issues without removing them.
Changes for Build #83
[mwringe] GTNWSRP-46: oops, didn't mean to disable the tests with the last commit.
[mwringe] GTNWSRP-46: Fix issue with the server not being unzipped in the correct phase when using jboss.zip.url.
[chris.laprun(a)jboss.com] - GTNWSRP-39:
+ Added EventHandler to deal with event dispatching.
+ Introduced NavigationalStateUpdatingHandler to gather common behavior between InvocationHandler and EventHandler.
+ Introduced UpdateNavigationalStateResponderProcessor to gather common behavior between EventRequestProcessor and ActionRequestProcessor.
- GTNWSRP-38: moved handling of PRPs to WSRPUtils.
- Use more factory methods instead of direct constructor calls.
- Protect debugging calls
Public URL: https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun5/83
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun5/83/
14 years, 6 months
gatein_wsrp_trunk_sun6 - Build # 12 - Still Failing!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun6 #12: Still Failing
192 tests 0 failure(s) / �0
All tests passed
Changes for Build #9
Changes for Build #10
Changes for Build #11
Changes for Build #12
[chris.laprun(a)jboss.com] - Improved script to allow skipping of tests by passing only one argument. Passing more than one argument results in the previous behavior for passing one argument: deploying without building.
[chris.laprun(a)jboss.com] - Added methods to deal with events and PRPs.
[chris.laprun(a)jboss.com] - GTNWSRP-53: deactivated extensions handling for now so that we can see if we run into issues without removing them.
[...truncated 2519 lines...]
753/1042K
757/1042K
761/1042K
765/1042K
769/1042K
773/1042K
777/1042K
781/1042K
785/1042K
788/1042K
792/1042K
796/1042K
800/1042K
804/1042K
808/1042K
812/1042K
816/1042K
820/1042K
824/1042K
828/1042K
832/1042K
835/1042K
839/1042K
843/1042K
843/1042K 4/24K
843/1042K 7/24K
847/1042K 7/24K
851/1042K 7/24K
855/1042K 7/24K
859/1042K 7/24K
863/1042K 7/24K
867/1042K 7/24K
871/1042K 7/24K
874/1042K 7/24K
874/1042K 11/24K
874/1042K 15/24K
874/1042K 19/24K
874/1042K 22/24K
874/1042K 24/24K
24K downloaded (pc-mc-2.1.2-GA-20100618.135053-2.jar)
878/1042K
882/1042K
886/1042K
890/1042K
894/1042K
898/1042K
902/1042K
906/1042K
[INFO] Unable to find resource 'org.apache.tomcat:juli:jar:6.0.16' in repository jboss-deprecated (https://repository.jboss.org/nexus/content/repositories/deprecated/)
Downloading: https://repository.jboss.org/nexus/content/groups/developer//org/apache/t...
910/1042K
913/1042K
917/1042K
921/1042K
925/1042K
929/1042K
933/1042K
937/1042K
941/1042K
945/1042K
949/1042K
953/1042K
957/1042K
960/1042K
964/1042K
968/1042K
972/1042K
976/1042K
980/1042K
984/1042K
988/1042K
992/1042K
996/1042K
999/1042K
1003/1042K
1007/1042K
1011/1042K
1015/1042K
1019/1042K
1023/1042K
1027/1042K
1031/1042K
1035/1042K
1038/1042K
1042/1042K
1042K downloaded (jboss-remoting-2.5.0.GA.jar)
4/18K
7/18K
11/18K
15/18K
15/18K
18/18K
18K downloaded (juli-6.0.16.jar)
4/11K
7/11K
11/11K
11K downloaded (arquillian-testenricher-resource-1.0.0.Alpha2.jar)
Downloading: https://repository.jboss.org/nexus/content/repositories/deprecated//org/a...
[INFO] Unable to find resource 'org.apache.tomcat:annotations-api:jar:6.0.16' in repository jboss-deprecated (https://repository.jboss.org/nexus/content/repositories/deprecated/)
Downloading: https://repository.jboss.org/nexus/content/groups/developer//org/apache/t...
4/10K
7/10K
10/10K
10K downloaded (annotations-api-6.0.16.jar)
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [enforcer:enforce {execution: enforce-java-version}]
[INFO] [enforcer:enforce {execution: enforce-maven-version}]
[INFO] [dependency:copy {execution: copy}]
[INFO] Configured Artifact: org.gatein.pc:pc-samples:google-portlet:2.1.1-GA:war
Downloading: https://repository.jboss.org/nexus/content/repositories/deprecated//org/g...
[INFO] Unable to find resource 'org.gatein.pc:pc-samples:war:google-portlet:2.1.1-GA' in repository jboss-deprecated (https://repository.jboss.org/nexus/content/repositories/deprecated/)
Downloading: https://repository.jboss.org/nexus/content/groups/developer//org/gatein/p...
4/7K
7/7K
7/7K
7K downloaded (pc-samples-2.1.1-GA-google-portlet.war)
[INFO] Copying pc-samples-2.1.1-GA-google-portlet.war to /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/google-portlet.war
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 9 source files to /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 25 source files to /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[INFO] Assembling webapp[wsrp-producer] in [/qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/wsrp-producer-2.0.0-Alpha-01-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources[/qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/src/main/webapp]
[INFO] Webapp assembled in [311 msecs]
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/wsrp-producer-2.0.0-Alpha-01-SNAPSHOT.war
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/wsrp-producer-2.0.0-Alpha-01-SNAPSHOT-sources.jar
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/wsrp-producer-2.0.0-Alpha-01-SNAPSHOT-tests.jar
Downloading: https://repository.jboss.org/nexus/content/groups/developer//org/apache/m...
4/7K
7/7K
7/7K
7K downloaded (maven-core-2.0.10.pom)
Downloading: https://repository.jboss.org/nexus/content/groups/developer//org/apache/m...
1/1K
1K downloaded (maven-plugin-parameter-documenter-2.0.10.pom)
Downloading: https://repository.jboss.org/nexus/content/groups/developer//org/apache/m...
1/1K
1K downloaded (maven-reporting-api-2.0.10.pom)
Downloading: https://repository.jboss.org/nexus/content/groups/developer//org/apache/m...
1/1K
1K downloaded (maven-reporting-2.0.10.pom)
Downloading: https://repository.jboss.org/nexus/content/groups/developer//org/apache/m...
1/1K
1K downloaded (maven-error-diagnostics-2.0.10.pom)
Downloading: https://repository.jboss.org/nexus/content/groups/developer//org/apache/m...
2/2K
2K downloaded (maven-plugin-descriptor-2.0.10.pom)
Downloading: https://repository.jboss.org/nexus/content/groups/developer//org/apache/m...
1/1K
1K downloaded (maven-monitor-2.0.10.pom)
[INFO] [assembly:single {execution: assemble}]
[INFO] Reading assembly descriptor: src/test/assembly/test-producer.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-markup-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-renderparam-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-session-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-basic-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-dispatcher-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-getlocales-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-encodeurl-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-usercontext-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-multivalued-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-implicitcloning-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-resource-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-resourcenoencodeurl-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-applicationscope-portlet.xml
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[INFO] Building jar: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-producer.sar
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-producer.sar is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-markup-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-markup-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-renderparam-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-renderparam-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-session-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-session-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-basic-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-basic-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-dispatcher-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-dispatcher-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-getlocales-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-getlocales-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-encodeurl-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-encodeurl-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-usercontext-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-usercontext-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-multivalued-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-multivalued-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-implicitcloning-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-implicitcloning-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resource-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resource-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resourcenoencodeurl-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resourcenoencodeurl-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-applicationscope-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-applicationscope-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] [cargo:start {execution: pre-integration-start-server}]
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] [/qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/cargo/servers/jboss-5.1.0.GA] is not a directory. It must point to the container home directory.
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.codehaus.cargo.container.ContainerException: [/qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/cargo/servers/jboss-5.1.0.GA] is not a directory. It must point to the container home directory.
at org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer.verifyHome(AbstractInstalledLocalContainer.java:592)
at org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer.verify(AbstractInstalledLocalContainer.java:577)
at org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer.verify(AbstractJBossInstalledLocalContainer.java:168)
at org.codehaus.cargo.container.spi.AbstractLocalContainer.start(AbstractLocalContainer.java:149)
at org.codehaus.cargo.maven2.ContainerStartMojo.doExecute(ContainerStartMojo.java:61)
at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMojo.java:255)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
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.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 13 seconds
[INFO] Finished at: Mon Jun 28 08:06:40 EDT 2010
[INFO] Final Memory: 189M/440M
[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/12
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun6/12/
14 years, 6 months
gatein_wsrp_trunk_sun5 - Build # 82 - Still Failing!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun5 #82: Still Failing
No tests ran.
No tests ran.
Changes for Build #72
Changes for Build #73
[chris.laprun(a)jboss.com] - Minor clean-up.
[mwringe] Update WSRP1Producer to implement empty methods and add corresponding methods to the Converter classes.
[chris.laprun(a)jboss.com] - WSRP1Producer now references WSRP2Producer.
- Started implementing missing methods. Yay more boilerplate code... NOT! :(
[chris.laprun(a)jboss.com] - WSRPProducerBaseTest shouldn't define the producer instance but leave it up to subclasses to get the proper instance.
- V1ProducerBaseTest now properly retrieve the v1 producer. This also removes the shadowed producer variable from WSRPProducerBaseTest.
[chris.laprun(a)jboss.com] - Fixed improper handling of returned values in MarkupService.
- Fixed incorrect StateChange conversion implementation.
Changes for Build #74
[chris.laprun(a)jboss.com] - Started adding v2 tests.
[chris.laprun(a)jboss.com] - GTNWSRP-45: Started re-implementing service description handling so that we can cache data. Right now, only registration properties are cached as caching portlet information will require PC-level support. NOT TESTED.
- GTNWSRP-38, GTNWSRP-39: Started adding PRP and event information in portlet and service descriptions. NOT TESTED.
[chris.laprun(a)jboss.com] - Added last modification date so that clients can know whether they can use cached data or not.
[chris.laprun(a)jboss.com] - Minor javadoc fix.
[chris.laprun(a)jboss.com] - Added WSRP2Constants for, well, WSRP 2 constants! :)
[mwringe] GTNWSRP-42: Checking for conformity against XSD. Initial check-in, still needs some more investigation.
[mwringe] Initial commit of WSRP V1 producer tests, needs a lot of work and cleanup right now :(
[mwringe] Filling in empty methods and adding corresponding converter methods.
Changes for Build #75
[mwringe] GTNWSRP-46: use a jboss zip instead of an exploded jbossas distribution for the tests. The tests will handle unziping it. Need to set JBOSS_ZIP_URL instead of JBOSS_HOME.
[mwringe] GTNWSRP-46: fix issues with the ServiceDescriptionTestCase, should now pass.
[mwringe] GTNWSRP-46: fix issues with the PortletManagementTestCase, should now pass.
[mwringe] GTNWSRP-46: Change the Cargo configuration home from a tmp directory to the target directory to get around issues with some tmp directory names and urls.
Changes for Build #76
[mwringe] GTNWSRP-46: Disable a few tests in MarkupTestCase which assume we are using an actual http request to the producer instead of a mock one.
Minor code formatting fixes
Fix issue with never using the correct locale due to clearing the list before comparing.
Changes for Build #77
[chris.laprun(a)jboss.com] - Test should now pass. Not sure why it wasn't working before... :(
[chris.laprun(a)jboss.com] - Retrieve Google portlet from PC samples to use in tests.
- Reverted to using JBOSS_HOME instead of zip installer for faster execution. Trimming down AS installation to minimum would further speed up tests.
- Reduced cargo logging but doesn't seem to have much effect. >_<
- Removed duplicated RegistrationPropertyDescriptionTestCase.
- Fixed several typos and cleaned up a little.
[mwringe] GTNWSRP-46: Update test to use arquillian. Should now pass.
[chris.laprun(a)jboss.com] - Moved some common code to WSRPProducerBaseTest.
- Added v2.ServiceDescriptionTestCase, which currently doesn't work. :(
- Removed log file use in cargo config.
[chris.laprun(a)jboss.com] - Minor.
[chris.laprun(a)jboss.com] - Wasn't sending the proper service description and the need for registration was never properly updated.
[mwringe] GTNWSRP-46: Make the test run much faster, update cargo log config so we don't create crazy logs during the tests.
[chris.laprun(a)jboss.com] - Removed duplicated tests that also are missing associated files.
Changes for Build #78
[mwringe] GTNWSRP-46: properly separating out the tests to be more independent. A few steps closer to being able to run the tests independently through a ide.
Added a few target dirs to svn:ignore (ie wsrp-wsrp2-ws and hibernate-impl).
[mwringe] GTNWSRP-46: test to see if this will get around a hudson bug.
[mwringe] GTNWSRP-46: Clean up duplicate tests.
[mwringe] GTNWSRP-46: Update the test build so it can now use a zip or a exploded directory for building.
[chris.laprun(a)jboss.com] - Fixed ServiceDescriptionHandler: event descriptions were not properly reset, and now, make sure that we don't have duplicates.
- Added EventDescription testing.
- Added events and public render parameters in BasicPortlet for testing purposes.
[chris.laprun(a)jboss.com] - Added cargo-debug profile that can be activated to remotely attach a debugger to the cargo instance to debug the tests.
- Added possibility of skipping integration tests with maven.test.skip.
[chris.laprun(a)jboss.com] - Updated to use 2.1.2-GA-SNAPSHOT of PC as we need a fix for GTNPC-21.
Changes for Build #79
[mwringe] GTNWSRP-46: very minor clean up.
[chris.laprun(a)jboss.com] - Reactivated tests apart from MarkupTestCase that currently doesn't work. Problem seems to come from conversion from v1 to v2 and vice-versa... :(
[chris.laprun(a)jboss.com] - Avoid NPE.
[chris.laprun(a)jboss.com] - Fixed improper method signature that was preventing proper polymorphic invocation.
[chris.laprun(a)jboss.com] - Properly report an error if both redirect URL and update response are null.
[chris.laprun(a)jboss.com] - Make it possible for BehaviorBackedServiceFactory to know which MarkupBehavior is requested.
- Make WSRPConsumerBaseTest use BehaviorBackedServiceFactory.
- Make sure that MarkupTestCase properly request a MarkupBehavior.
- MarkupTestCase now uses a specific MockUserContext instead of AbstractUserContext as new code doesn't allow for empty locales.
[chris.laprun(a)jboss.com] - Started adding events and PRP metadata on the consumer side.
[chris.laprun(a)jboss.com] - Added some missing methods.
[chris.laprun(a)jboss.com] - Added WSRPUtils.convertToCommonLocalizedStringOrNull method.
- Renamed WSRPUtils.convertToLocalizedString to convertToRegistrationLocalizedString.
- Fixed NPEs that could occur due to navigationalContext being possibly null.
[chris.laprun(a)jboss.com] - Added tests for parameter descriptions.
Changes for Build #80
[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.
[chris.laprun(a)jboss.com] - Renamed JBOSS_HOME to JBOSS_TEST_HOME in producer tests as JBOSS_HOME has meaning outside of this build.
Changes for Build #81
[mwringe] GTNWSRP-46: Disable starting cargo or creating the test archives if maven.test.skip is set.
[mwringe] GTNWSRP-46: Update the PerUnitCookiesMarkupBehaviour so that a cookie gets set and the v1 MarkupTestCases will finally pass.
[chris.laprun(a)jboss.com] - GTNWSRP-51: properly create a new NamedString for each parameter.
Changes for Build #82
[chris.laprun(a)jboss.com] - Improved script to allow skipping of tests by passing only one argument. Passing more than one argument results in the previous behavior for passing one argument: deploying without building.
[chris.laprun(a)jboss.com] - Added methods to deal with events and PRPs.
[chris.laprun(a)jboss.com] - GTNWSRP-53: deactivated extensions handling for now so that we can see if we run into issues without removing them.
Public URL: https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun5/82
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun5/82/
14 years, 6 months
gatein_wsrp_trunk_sun6 - Build # 11 - Still Failing!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun6 #11: Still Failing
192 tests 0 failure(s) / �0
All tests passed
Changes for Build #9
Changes for Build #10
Changes for Build #11
[...truncated 1449 lines...]
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 27, 2010 8:03:16 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 27, 2010 8:03:16 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Jun 27, 2010 8:03:16 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 27, 2010 8:03:16 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.444 sec
Running org.gatein.wsrp.consumer.EndpointConfigurationInfoTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.gatein.wsrp.consumer.RegistrationInfoTestCase
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running org.gatein.wsrp.protocol.v1.V1ConsumerBaseTest
Jun 27, 2010 8:03:16 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 27, 2010 8:03:16 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.012 sec
Running org.gatein.wsrp.protocol.v1.PortletManagementTestCase
Jun 27, 2010 8:03:16 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 27, 2010 8:03:16 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest setPortletManagementBehavior
INFO: Given portlet management behavior was null, using the default one instead!
Jun 27, 2010 8:03:16 AM org.gatein.wsrp.consumer.WSRPConsumerBaseTest setServiceDescriptionBehavior
INFO: Given service description behavior was null, using the default one instead!
Jun 27, 2010 8:03:16 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.026 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 27, 2010 8:03:18 AM org.gatein.wsrp.consumer.ProducerInfo deregister
INFO: Consumer with id 'test' deregistered.
Jun 27, 2010 8:03:18 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.526 sec
Results :
Tests run: 82, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/consumer/target/wsrp-consumer-2.0.0-Alpha-01-SNAPSHOT.jar
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/consumer/target/wsrp-consumer-2.0.0-Alpha-01-SNAPSHOT-sources.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/consumer/target/wsrp-consumer-2.0.0-Alpha-01-SNAPSHOT.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-consumer/2.0.0-Alpha-01-SNAPSHOT/wsrp-consumer-2.0.0-Alpha-01-SNAPSHOT.jar
[INFO] Installing /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/consumer/target/wsrp-consumer-2.0.0-Alpha-01-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-consumer/2.0.0-Alpha-01-SNAPSHOT/wsrp-consumer-2.0.0-Alpha-01-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building GateIn WSRP Admin GUI
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [enforcer:enforce {execution: enforce-java-version}]
[INFO] [enforcer:enforce {execution: enforce-maven-version}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 10 source files to /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[INFO] Assembling webapp[wsrp-admin-gui] in [/qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/wsrp-admin-gui-2.0.0-Alpha-01-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources[/qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/src/main/webapp]
[INFO] Webapp assembled in [631 msecs]
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/wsrp-admin-gui-2.0.0-Alpha-01-SNAPSHOT.war
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/wsrp-admin-gui-2.0.0-Alpha-01-SNAPSHOT-sources.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/wsrp-admin-gui-2.0.0-Alpha-01-SNAPSHOT.war to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-admin-gui/2.0.0-Alpha-01-SNAPSHOT/wsrp-admin-gui-2.0.0-Alpha-01-SNAPSHOT.war
[INFO] Installing /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/wsrp-admin-gui-2.0.0-Alpha-01-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-admin-gui/2.0.0-Alpha-01-SNAPSHOT/wsrp-admin-gui-2.0.0-Alpha-01-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building GateIn WSRP Producer WAR
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] snapshot org.gatein.pc:pc-controller:2.1.2-GA-SNAPSHOT: checking for updates from jboss-developer-repository-group
[INFO] snapshot org.gatein.pc:pc-mc:2.1.2-GA-SNAPSHOT: checking for updates from jboss-developer-repository-group
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [enforcer:enforce {execution: enforce-java-version}]
[INFO] [enforcer:enforce {execution: enforce-maven-version}]
[INFO] [dependency:copy {execution: copy}]
[INFO] Configured Artifact: org.gatein.pc:pc-samples:google-portlet:2.1.1-GA:war
[INFO] Copying pc-samples-2.1.1-GA-google-portlet.war to /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/google-portlet.war
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 9 source files to /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 25 source files to /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[INFO] Assembling webapp[wsrp-producer] in [/qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/wsrp-producer-2.0.0-Alpha-01-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources[/qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/src/main/webapp]
[INFO] Webapp assembled in [431 msecs]
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/wsrp-producer-2.0.0-Alpha-01-SNAPSHOT.war
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/wsrp-producer-2.0.0-Alpha-01-SNAPSHOT-sources.jar
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/wsrp-producer-2.0.0-Alpha-01-SNAPSHOT-tests.jar
[INFO] [assembly:single {execution: assemble}]
[INFO] Reading assembly descriptor: src/test/assembly/test-producer.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-markup-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-renderparam-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-session-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-basic-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-dispatcher-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-getlocales-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-encodeurl-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-usercontext-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-multivalued-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-implicitcloning-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-resource-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-resourcenoencodeurl-portlet.xml
[INFO] Reading assembly descriptor: src/test/assembly/test-applicationscope-portlet.xml
[WARNING] NOTE: Currently, inclusion of module dependencies may produce unpredictable results if a version conflict occurs.
[INFO] Building jar: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-producer.sar
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-producer.sar is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-markup-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-markup-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-renderparam-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-renderparam-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-session-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-session-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-basic-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-basic-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-dispatcher-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-dispatcher-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-getlocales-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-getlocales-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-encodeurl-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-encodeurl-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-usercontext-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-usercontext-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-multivalued-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-multivalued-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-implicitcloning-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-implicitcloning-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resource-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resource-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resourcenoencodeurl-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-resourcenoencodeurl-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] Building war: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-applicationscope-portlet.war
[WARNING] Assembly file: /qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/test-archives/test-applicationscope-portlet.war is not a regular file (it may be a directory). It cannot be attached to the project build for installation or deployment.
[INFO] [cargo:start {execution: pre-integration-start-server}]
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] [/qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/cargo/servers/jboss-5.1.0.GA] is not a directory. It must point to the container home directory.
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.codehaus.cargo.container.ContainerException: [/qa/hudson_ws/workspace/gatein_wsrp_trunk_sun6/wsrp/wsrp-producer-war/target/cargo/servers/jboss-5.1.0.GA] is not a directory. It must point to the container home directory.
at org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer.verifyHome(AbstractInstalledLocalContainer.java:592)
at org.codehaus.cargo.container.spi.AbstractInstalledLocalContainer.verify(AbstractInstalledLocalContainer.java:577)
at org.codehaus.cargo.container.jboss.internal.AbstractJBossInstalledLocalContainer.verify(AbstractJBossInstalledLocalContainer.java:168)
at org.codehaus.cargo.container.spi.AbstractLocalContainer.start(AbstractLocalContainer.java:149)
at org.codehaus.cargo.maven2.ContainerStartMojo.doExecute(ContainerStartMojo.java:61)
at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMojo.java:255)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
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.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 31 seconds
[INFO] Finished at: Sun Jun 27 08:04:35 EDT 2010
[INFO] Final Memory: 180M/443M
[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/11
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun6/11/
14 years, 6 months
gatein_wsrp_trunk_sun6 - Build # 10 - Still Failing!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun6 #10: Still Failing
No tests ran.
No tests ran.
Changes for Build #9
Changes for Build #10
[...truncated 11 lines...]
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1001)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:178)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851)
at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:893)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:675)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:595)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1964)
at hudson.remoting.UserRequest.perform(UserRequest.java:104)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.UnknownHostException: anonsvn.jboss.org
at java.net.InetAddress.getAllByName0(InetAddress.java:1158)
at java.net.InetAddress.getAllByName(InetAddress.java:1084)
at java.net.InetAddress.getAllByName(InetAddress.java:1020)
at java.net.InetAddress.getByName(InetAddress.java:970)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createAddres(SVNSocketFactory.java:132)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:54)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:183)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:323)
... 22 more
Retrying after 10 seconds
Checking out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
ERROR: Failed to check out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
org.tmatesoft.svn.core.SVNException: svn: unknown host
svn: OPTIONS request failed on '/repos/gatein/components/wsrp/trunk'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:616)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:273)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:261)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1001)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:178)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851)
at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:893)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:675)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:595)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1964)
at hudson.remoting.UserRequest.perform(UserRequest.java:104)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.UnknownHostException: anonsvn.jboss.org
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
at java.net.InetAddress.getAllByName(InetAddress.java:1084)
at java.net.InetAddress.getAllByName(InetAddress.java:1020)
at java.net.InetAddress.getByName(InetAddress.java:970)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createAddres(SVNSocketFactory.java:132)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:54)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:183)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:323)
... 22 more
Retrying after 10 seconds
Checking out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
ERROR: Failed to check out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
org.tmatesoft.svn.core.SVNException: svn: unknown host
svn: OPTIONS request failed on '/repos/gatein/components/wsrp/trunk'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:616)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:273)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:261)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1001)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:178)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851)
at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:893)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:675)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:595)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1964)
at hudson.remoting.UserRequest.perform(UserRequest.java:104)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.UnknownHostException: anonsvn.jboss.org
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
at java.net.InetAddress.getAllByName(InetAddress.java:1084)
at java.net.InetAddress.getAllByName(InetAddress.java:1020)
at java.net.InetAddress.getByName(InetAddress.java:970)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createAddres(SVNSocketFactory.java:132)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:54)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:183)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:323)
... 22 more
Retrying after 10 seconds
Checking out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
ERROR: Failed to check out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
org.tmatesoft.svn.core.SVNException: svn: unknown host
svn: OPTIONS request failed on '/repos/gatein/components/wsrp/trunk'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:616)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:273)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:261)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1001)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:178)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851)
at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:893)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:675)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:595)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1964)
at hudson.remoting.UserRequest.perform(UserRequest.java:104)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.UnknownHostException: anonsvn.jboss.org
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
at java.net.InetAddress.getAllByName(InetAddress.java:1084)
at java.net.InetAddress.getAllByName(InetAddress.java:1020)
at java.net.InetAddress.getByName(InetAddress.java:970)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createAddres(SVNSocketFactory.java:132)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:54)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:183)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:323)
... 22 more
Retrying after 10 seconds
Checking out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
ERROR: Failed to check out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
org.tmatesoft.svn.core.SVNException: svn: unknown host
svn: OPTIONS request failed on '/repos/gatein/components/wsrp/trunk'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:616)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:273)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:261)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1001)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:178)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851)
at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:893)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:675)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:595)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1964)
at hudson.remoting.UserRequest.perform(UserRequest.java:104)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.UnknownHostException: anonsvn.jboss.org
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
at java.net.InetAddress.getAllByName(InetAddress.java:1084)
at java.net.InetAddress.getAllByName(InetAddress.java:1020)
at java.net.InetAddress.getByName(InetAddress.java:970)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createAddres(SVNSocketFactory.java:132)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:54)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:183)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:323)
... 22 more
Retrying after 10 seconds
Checking out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
ERROR: Failed to check out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
org.tmatesoft.svn.core.SVNException: svn: unknown host
svn: OPTIONS request failed on '/repos/gatein/components/wsrp/trunk'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:616)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:273)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:261)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1001)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:178)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851)
at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:893)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:675)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:595)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1964)
at hudson.remoting.UserRequest.perform(UserRequest.java:104)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.UnknownHostException: anonsvn.jboss.org
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
at java.net.InetAddress.getAllByName(InetAddress.java:1084)
at java.net.InetAddress.getAllByName(InetAddress.java:1020)
at java.net.InetAddress.getByName(InetAddress.java:970)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createAddres(SVNSocketFactory.java:132)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:54)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:183)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:323)
... 22 more
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/10
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun6/10/
14 years, 6 months
gatein_wsrp_trunk_sun5 - Build # 81 - Still Failing!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun5 #81: Still Failing
No tests ran.
No tests ran.
Changes for Build #72
Changes for Build #73
[chris.laprun(a)jboss.com] - Minor clean-up.
[mwringe] Update WSRP1Producer to implement empty methods and add corresponding methods to the Converter classes.
[chris.laprun(a)jboss.com] - WSRP1Producer now references WSRP2Producer.
- Started implementing missing methods. Yay more boilerplate code... NOT! :(
[chris.laprun(a)jboss.com] - WSRPProducerBaseTest shouldn't define the producer instance but leave it up to subclasses to get the proper instance.
- V1ProducerBaseTest now properly retrieve the v1 producer. This also removes the shadowed producer variable from WSRPProducerBaseTest.
[chris.laprun(a)jboss.com] - Fixed improper handling of returned values in MarkupService.
- Fixed incorrect StateChange conversion implementation.
Changes for Build #74
[chris.laprun(a)jboss.com] - Started adding v2 tests.
[chris.laprun(a)jboss.com] - GTNWSRP-45: Started re-implementing service description handling so that we can cache data. Right now, only registration properties are cached as caching portlet information will require PC-level support. NOT TESTED.
- GTNWSRP-38, GTNWSRP-39: Started adding PRP and event information in portlet and service descriptions. NOT TESTED.
[chris.laprun(a)jboss.com] - Added last modification date so that clients can know whether they can use cached data or not.
[chris.laprun(a)jboss.com] - Minor javadoc fix.
[chris.laprun(a)jboss.com] - Added WSRP2Constants for, well, WSRP 2 constants! :)
[mwringe] GTNWSRP-42: Checking for conformity against XSD. Initial check-in, still needs some more investigation.
[mwringe] Initial commit of WSRP V1 producer tests, needs a lot of work and cleanup right now :(
[mwringe] Filling in empty methods and adding corresponding converter methods.
Changes for Build #75
[mwringe] GTNWSRP-46: use a jboss zip instead of an exploded jbossas distribution for the tests. The tests will handle unziping it. Need to set JBOSS_ZIP_URL instead of JBOSS_HOME.
[mwringe] GTNWSRP-46: fix issues with the ServiceDescriptionTestCase, should now pass.
[mwringe] GTNWSRP-46: fix issues with the PortletManagementTestCase, should now pass.
[mwringe] GTNWSRP-46: Change the Cargo configuration home from a tmp directory to the target directory to get around issues with some tmp directory names and urls.
Changes for Build #76
[mwringe] GTNWSRP-46: Disable a few tests in MarkupTestCase which assume we are using an actual http request to the producer instead of a mock one.
Minor code formatting fixes
Fix issue with never using the correct locale due to clearing the list before comparing.
Changes for Build #77
[chris.laprun(a)jboss.com] - Test should now pass. Not sure why it wasn't working before... :(
[chris.laprun(a)jboss.com] - Retrieve Google portlet from PC samples to use in tests.
- Reverted to using JBOSS_HOME instead of zip installer for faster execution. Trimming down AS installation to minimum would further speed up tests.
- Reduced cargo logging but doesn't seem to have much effect. >_<
- Removed duplicated RegistrationPropertyDescriptionTestCase.
- Fixed several typos and cleaned up a little.
[mwringe] GTNWSRP-46: Update test to use arquillian. Should now pass.
[chris.laprun(a)jboss.com] - Moved some common code to WSRPProducerBaseTest.
- Added v2.ServiceDescriptionTestCase, which currently doesn't work. :(
- Removed log file use in cargo config.
[chris.laprun(a)jboss.com] - Minor.
[chris.laprun(a)jboss.com] - Wasn't sending the proper service description and the need for registration was never properly updated.
[mwringe] GTNWSRP-46: Make the test run much faster, update cargo log config so we don't create crazy logs during the tests.
[chris.laprun(a)jboss.com] - Removed duplicated tests that also are missing associated files.
Changes for Build #78
[mwringe] GTNWSRP-46: properly separating out the tests to be more independent. A few steps closer to being able to run the tests independently through a ide.
Added a few target dirs to svn:ignore (ie wsrp-wsrp2-ws and hibernate-impl).
[mwringe] GTNWSRP-46: test to see if this will get around a hudson bug.
[mwringe] GTNWSRP-46: Clean up duplicate tests.
[mwringe] GTNWSRP-46: Update the test build so it can now use a zip or a exploded directory for building.
[chris.laprun(a)jboss.com] - Fixed ServiceDescriptionHandler: event descriptions were not properly reset, and now, make sure that we don't have duplicates.
- Added EventDescription testing.
- Added events and public render parameters in BasicPortlet for testing purposes.
[chris.laprun(a)jboss.com] - Added cargo-debug profile that can be activated to remotely attach a debugger to the cargo instance to debug the tests.
- Added possibility of skipping integration tests with maven.test.skip.
[chris.laprun(a)jboss.com] - Updated to use 2.1.2-GA-SNAPSHOT of PC as we need a fix for GTNPC-21.
Changes for Build #79
[mwringe] GTNWSRP-46: very minor clean up.
[chris.laprun(a)jboss.com] - Reactivated tests apart from MarkupTestCase that currently doesn't work. Problem seems to come from conversion from v1 to v2 and vice-versa... :(
[chris.laprun(a)jboss.com] - Avoid NPE.
[chris.laprun(a)jboss.com] - Fixed improper method signature that was preventing proper polymorphic invocation.
[chris.laprun(a)jboss.com] - Properly report an error if both redirect URL and update response are null.
[chris.laprun(a)jboss.com] - Make it possible for BehaviorBackedServiceFactory to know which MarkupBehavior is requested.
- Make WSRPConsumerBaseTest use BehaviorBackedServiceFactory.
- Make sure that MarkupTestCase properly request a MarkupBehavior.
- MarkupTestCase now uses a specific MockUserContext instead of AbstractUserContext as new code doesn't allow for empty locales.
[chris.laprun(a)jboss.com] - Started adding events and PRP metadata on the consumer side.
[chris.laprun(a)jboss.com] - Added some missing methods.
[chris.laprun(a)jboss.com] - Added WSRPUtils.convertToCommonLocalizedStringOrNull method.
- Renamed WSRPUtils.convertToLocalizedString to convertToRegistrationLocalizedString.
- Fixed NPEs that could occur due to navigationalContext being possibly null.
[chris.laprun(a)jboss.com] - Added tests for parameter descriptions.
Changes for Build #80
[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.
[chris.laprun(a)jboss.com] - Renamed JBOSS_HOME to JBOSS_TEST_HOME in producer tests as JBOSS_HOME has meaning outside of this build.
Changes for Build #81
[mwringe] GTNWSRP-46: Disable starting cargo or creating the test archives if maven.test.skip is set.
[mwringe] GTNWSRP-46: Update the PerUnitCookiesMarkupBehaviour so that a cookie gets set and the v1 MarkupTestCases will finally pass.
[chris.laprun(a)jboss.com] - GTNWSRP-51: properly create a new NamedString for each parameter.
Public URL: https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun5/81
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun5/81/
14 years, 6 months
gatein_wsrp_trunk_sun6 - Build # 9 - Failure!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun6 #9: Failure
No tests ran.
No tests ran.
Changes for Build #9
[...truncated 24 lines...]
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.UnknownHostException: anonsvn.jboss.org
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
at java.net.InetAddress.getAllByName(InetAddress.java:1084)
at java.net.InetAddress.getAllByName(InetAddress.java:1020)
at java.net.InetAddress.getByName(InetAddress.java:970)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createAddres(SVNSocketFactory.java:132)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:54)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:183)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:323)
... 22 more
Retrying after 10 seconds
Checking out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
ERROR: Failed to check out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
org.tmatesoft.svn.core.SVNException: svn: unknown host
svn: OPTIONS request failed on '/repos/gatein/components/wsrp/trunk'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:616)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:273)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:261)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1001)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:178)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851)
at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:893)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:675)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:595)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1964)
at hudson.remoting.UserRequest.perform(UserRequest.java:104)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.UnknownHostException: anonsvn.jboss.org
at java.net.InetAddress.getAllByName0(InetAddress.java:1158)
at java.net.InetAddress.getAllByName(InetAddress.java:1084)
at java.net.InetAddress.getAllByName(InetAddress.java:1020)
at java.net.InetAddress.getByName(InetAddress.java:970)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createAddres(SVNSocketFactory.java:132)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:54)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:183)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:323)
... 22 more
Retrying after 10 seconds
Checking out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
ERROR: Failed to check out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
org.tmatesoft.svn.core.SVNException: svn: unknown host
svn: OPTIONS request failed on '/repos/gatein/components/wsrp/trunk'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:616)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:273)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:261)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1001)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:178)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851)
at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:893)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:675)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:595)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1964)
at hudson.remoting.UserRequest.perform(UserRequest.java:104)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.UnknownHostException: anonsvn.jboss.org
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
at java.net.InetAddress.getAllByName(InetAddress.java:1084)
at java.net.InetAddress.getAllByName(InetAddress.java:1020)
at java.net.InetAddress.getByName(InetAddress.java:970)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createAddres(SVNSocketFactory.java:132)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:54)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:183)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:323)
... 22 more
Retrying after 10 seconds
Checking out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
ERROR: Failed to check out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
org.tmatesoft.svn.core.SVNException: svn: unknown host
svn: OPTIONS request failed on '/repos/gatein/components/wsrp/trunk'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:616)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:273)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:261)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1001)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:178)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851)
at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:893)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:675)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:595)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1964)
at hudson.remoting.UserRequest.perform(UserRequest.java:104)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.UnknownHostException: anonsvn.jboss.org
at java.net.InetAddress.getAllByName0(InetAddress.java:1158)
at java.net.InetAddress.getAllByName(InetAddress.java:1084)
at java.net.InetAddress.getAllByName(InetAddress.java:1020)
at java.net.InetAddress.getByName(InetAddress.java:970)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createAddres(SVNSocketFactory.java:132)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:54)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:183)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:323)
... 22 more
Retrying after 10 seconds
Checking out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
ERROR: Failed to check out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
org.tmatesoft.svn.core.SVNException: svn: unknown host
svn: OPTIONS request failed on '/repos/gatein/components/wsrp/trunk'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:616)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:273)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:261)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1001)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:178)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851)
at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:893)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:675)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:595)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1964)
at hudson.remoting.UserRequest.perform(UserRequest.java:104)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.UnknownHostException: anonsvn.jboss.org
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
at java.net.InetAddress.getAllByName(InetAddress.java:1084)
at java.net.InetAddress.getAllByName(InetAddress.java:1020)
at java.net.InetAddress.getByName(InetAddress.java:970)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createAddres(SVNSocketFactory.java:132)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:54)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:183)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:323)
... 22 more
Retrying after 10 seconds
Checking out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
ERROR: Failed to check out http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk
org.tmatesoft.svn.core.SVNException: svn: unknown host
svn: OPTIONS request failed on '/repos/gatein/components/wsrp/trunk'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:616)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:273)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:261)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1001)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:178)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851)
at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:893)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:675)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:595)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1964)
at hudson.remoting.UserRequest.perform(UserRequest.java:104)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.UnknownHostException: anonsvn.jboss.org
at java.net.InetAddress.getAllByName0(InetAddress.java:1158)
at java.net.InetAddress.getAllByName(InetAddress.java:1084)
at java.net.InetAddress.getAllByName(InetAddress.java:1020)
at java.net.InetAddress.getByName(InetAddress.java:970)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createAddres(SVNSocketFactory.java:132)
at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createPlainSocket(SVNSocketFactory.java:54)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:183)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:323)
... 22 more
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
IO error scanning directory '/mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6'
at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1065)
at org.apache.tools.ant.DirectoryScanner.checkIncludePatterns(DirectoryScanner.java:856)
at org.apache.tools.ant.DirectoryScanner.scan(DirectoryScanner.java:817)
at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:435)
at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:400)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:86)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:70)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1964)
at hudson.remoting.UserRequest.perform(UserRequest.java:104)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
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/9
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun6/9/
14 years, 6 months
gatein_portal_trunk_sun6 - Build # 290 - Fixed!
by jboss-qa-internal@redhat.com
gatein_portal_trunk_sun6 #290: Fixed
347 tests 0 failure(s) / -84
All tests passed
Changes for Build #290
[arthurpeltier] simplify Script release process (only 3 folders should be present : design/candidate/issues)
[vuthelinh]
[vuthelinh] Update
[hangnguyen] Update test case for GateIn_v3.1.0GA
[hangnguyen] TESTVN-356: Clean and improve
[hangnguyen] TESTVN-356: Clean and improve
[hangnguyen] TESTVN-356: Clean and improve
[hangnguyen] TESTVN-356: Clean and improve
[hangnguyen] Move script to issues folder
[hangnguyen] Move script to issues folder
[hangnguyen] Move script to issues folder
[hangnguyen] Move script to issues folder
[hangnguyen] Move script to issues folder
[hangnguyen] Move script to issues folder
[hangnguyen] Move script to issues folder
[hangnguyen] Move script to issues folder
[hangnguyen] Move script to issues folder
[hangnguyen] TESTVN-399: Create new GateIn Selenium Scrips
[hangnguyen] Move script to issues folder
[hangnguyen] Move script to issues folder
[hangnguyen] TESTVN-399: Create new GateIn Selenium Scrips
[hangnguyen] Move script to issues folder
[hangnguyen] TESTVN-356: Clean and improve
[hangnguyen] TESTVN-399: Create new GateIn Selenium Scrips
[hangnguyen] TESTVN-356: Clean and improve
Public URL: https://hudson.jboss.org/hudson/job/gatein_portal_trunk_sun6/290
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_portal_trunk_sun6/290/
14 years, 6 months
gatein_wsrp_trunk_sun6 - Build # 7 - Failure!
by jboss-qa-internal@redhat.com
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/
14 years, 6 months
gatein_wsrp_trunk_sun5 - Build # 80 - Still Failing!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun5 #80: Still Failing
No tests ran.
No tests ran.
Changes for Build #72
Changes for Build #73
[chris.laprun(a)jboss.com] - Minor clean-up.
[mwringe] Update WSRP1Producer to implement empty methods and add corresponding methods to the Converter classes.
[chris.laprun(a)jboss.com] - WSRP1Producer now references WSRP2Producer.
- Started implementing missing methods. Yay more boilerplate code... NOT! :(
[chris.laprun(a)jboss.com] - WSRPProducerBaseTest shouldn't define the producer instance but leave it up to subclasses to get the proper instance.
- V1ProducerBaseTest now properly retrieve the v1 producer. This also removes the shadowed producer variable from WSRPProducerBaseTest.
[chris.laprun(a)jboss.com] - Fixed improper handling of returned values in MarkupService.
- Fixed incorrect StateChange conversion implementation.
Changes for Build #74
[chris.laprun(a)jboss.com] - Started adding v2 tests.
[chris.laprun(a)jboss.com] - GTNWSRP-45: Started re-implementing service description handling so that we can cache data. Right now, only registration properties are cached as caching portlet information will require PC-level support. NOT TESTED.
- GTNWSRP-38, GTNWSRP-39: Started adding PRP and event information in portlet and service descriptions. NOT TESTED.
[chris.laprun(a)jboss.com] - Added last modification date so that clients can know whether they can use cached data or not.
[chris.laprun(a)jboss.com] - Minor javadoc fix.
[chris.laprun(a)jboss.com] - Added WSRP2Constants for, well, WSRP 2 constants! :)
[mwringe] GTNWSRP-42: Checking for conformity against XSD. Initial check-in, still needs some more investigation.
[mwringe] Initial commit of WSRP V1 producer tests, needs a lot of work and cleanup right now :(
[mwringe] Filling in empty methods and adding corresponding converter methods.
Changes for Build #75
[mwringe] GTNWSRP-46: use a jboss zip instead of an exploded jbossas distribution for the tests. The tests will handle unziping it. Need to set JBOSS_ZIP_URL instead of JBOSS_HOME.
[mwringe] GTNWSRP-46: fix issues with the ServiceDescriptionTestCase, should now pass.
[mwringe] GTNWSRP-46: fix issues with the PortletManagementTestCase, should now pass.
[mwringe] GTNWSRP-46: Change the Cargo configuration home from a tmp directory to the target directory to get around issues with some tmp directory names and urls.
Changes for Build #76
[mwringe] GTNWSRP-46: Disable a few tests in MarkupTestCase which assume we are using an actual http request to the producer instead of a mock one.
Minor code formatting fixes
Fix issue with never using the correct locale due to clearing the list before comparing.
Changes for Build #77
[chris.laprun(a)jboss.com] - Test should now pass. Not sure why it wasn't working before... :(
[chris.laprun(a)jboss.com] - Retrieve Google portlet from PC samples to use in tests.
- Reverted to using JBOSS_HOME instead of zip installer for faster execution. Trimming down AS installation to minimum would further speed up tests.
- Reduced cargo logging but doesn't seem to have much effect. >_<
- Removed duplicated RegistrationPropertyDescriptionTestCase.
- Fixed several typos and cleaned up a little.
[mwringe] GTNWSRP-46: Update test to use arquillian. Should now pass.
[chris.laprun(a)jboss.com] - Moved some common code to WSRPProducerBaseTest.
- Added v2.ServiceDescriptionTestCase, which currently doesn't work. :(
- Removed log file use in cargo config.
[chris.laprun(a)jboss.com] - Minor.
[chris.laprun(a)jboss.com] - Wasn't sending the proper service description and the need for registration was never properly updated.
[mwringe] GTNWSRP-46: Make the test run much faster, update cargo log config so we don't create crazy logs during the tests.
[chris.laprun(a)jboss.com] - Removed duplicated tests that also are missing associated files.
Changes for Build #78
[mwringe] GTNWSRP-46: properly separating out the tests to be more independent. A few steps closer to being able to run the tests independently through a ide.
Added a few target dirs to svn:ignore (ie wsrp-wsrp2-ws and hibernate-impl).
[mwringe] GTNWSRP-46: test to see if this will get around a hudson bug.
[mwringe] GTNWSRP-46: Clean up duplicate tests.
[mwringe] GTNWSRP-46: Update the test build so it can now use a zip or a exploded directory for building.
[chris.laprun(a)jboss.com] - Fixed ServiceDescriptionHandler: event descriptions were not properly reset, and now, make sure that we don't have duplicates.
- Added EventDescription testing.
- Added events and public render parameters in BasicPortlet for testing purposes.
[chris.laprun(a)jboss.com] - Added cargo-debug profile that can be activated to remotely attach a debugger to the cargo instance to debug the tests.
- Added possibility of skipping integration tests with maven.test.skip.
[chris.laprun(a)jboss.com] - Updated to use 2.1.2-GA-SNAPSHOT of PC as we need a fix for GTNPC-21.
Changes for Build #79
[mwringe] GTNWSRP-46: very minor clean up.
[chris.laprun(a)jboss.com] - Reactivated tests apart from MarkupTestCase that currently doesn't work. Problem seems to come from conversion from v1 to v2 and vice-versa... :(
[chris.laprun(a)jboss.com] - Avoid NPE.
[chris.laprun(a)jboss.com] - Fixed improper method signature that was preventing proper polymorphic invocation.
[chris.laprun(a)jboss.com] - Properly report an error if both redirect URL and update response are null.
[chris.laprun(a)jboss.com] - Make it possible for BehaviorBackedServiceFactory to know which MarkupBehavior is requested.
- Make WSRPConsumerBaseTest use BehaviorBackedServiceFactory.
- Make sure that MarkupTestCase properly request a MarkupBehavior.
- MarkupTestCase now uses a specific MockUserContext instead of AbstractUserContext as new code doesn't allow for empty locales.
[chris.laprun(a)jboss.com] - Started adding events and PRP metadata on the consumer side.
[chris.laprun(a)jboss.com] - Added some missing methods.
[chris.laprun(a)jboss.com] - Added WSRPUtils.convertToCommonLocalizedStringOrNull method.
- Renamed WSRPUtils.convertToLocalizedString to convertToRegistrationLocalizedString.
- Fixed NPEs that could occur due to navigationalContext being possibly null.
[chris.laprun(a)jboss.com] - Added tests for parameter descriptions.
Changes for Build #80
[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.
[chris.laprun(a)jboss.com] - Renamed JBOSS_HOME to JBOSS_TEST_HOME in producer tests as JBOSS_HOME has meaning outside of this build.
Public URL: https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun5/80
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun5/80/
14 years, 6 months