gatein_wsrp_trunk_sun5 - Build # 85 - Still Failing!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun5 #85: Still Failing
No tests ran.
No tests ran.
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
Changes for Build #84
[chris.laprun(a)jboss.com] - Minor.
[chris.laprun(a)jboss.com] - GTNWSRP-39, GTNWSRP-49:
+ Extracted payload handling to PayloadUtils.
+ Removed use of NamedStringArray as it is currently not obvious how to make them fit with JSR-286 (might have to revisit later).
+ Now should "properly" marshall Serializable to XML (though it needs to be tested and interoperability is a question).
Changes for Build #85
[mwringe] GTNWSRP-54: initial check in of GetResource support. Still needs a couple of fixes and test cases to be added.
Public URL: https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun5/85
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun5/85/