History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CARGO-129
Type: Test Test
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Mark Hobson
Reporter: Vincent Massol
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Cargo

Test on Resin 3.0.15

Created: 25/Apr/05 05:23 PM   Updated: 30/Mar/06 04:25 AM
Component/s: Resin
Affects Version/s: 0.6
Fix Version/s: 0.7

Time Tracking:
Not Specified

Tested on JDKs: 1.4.2_05-b04


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Vincent Massol - 25/Apr/05 06:21 PM
It's failing... 3 problems:

1/ The <ping> element of resin.conf is now reserved for Resin Profesional. I've fixed this by removing it.
2/ It does not seem to detect hot deployment. See http://www.caucho.com/bugtrack/browse/RSN-114.
3/ There is some newline issue:

[junit] Testcase: testExecutionWithAuthenticatedWar (Resin 3.0.12) took 12,428 sec
[junit] FAILED
[junit] expected:<......> but was:<...

...>
[junit] junit.framework.ComparisonFailure: expected:<......> but was:<...

...>
[junit] at org.codehaus.cargo.sample.java.CargoTestCase.assertPing(CargoTestCase.java:227)
[junit] at org.codehaus.cargo.sample.java.CargoTestCase.assertPingTrue(CargoTestCase.java:234)
[junit] at org.codehaus.cargo.sample.java.WarCapabilityContainerTest.testExecutionWithAuthenticatedWar(WarCapabilityContai
nerTest.java:163)


Mark Hobson - 21/Nov/05 11:19 AM
(1) Fixed by Vincent
(2) Fixed by moving to Resin 3.0.15 - RSN-114 fixed in 3.0.13
(3) Resolved by fixing bug in HttpUtils

Vincent Massol - 21/Nov/05 11:22 AM
Resin versions 3.0.10 till 3.0.14 must not be used as they have an issue with hot deployments.

Vincent Massol - 21/Nov/05 11:57 AM
All working fine now. Thanks Mark!