2010/5/18 Konstantin Kolinko <knst.koli...@gmail.com>:
> 2010/5/18 Bill Barker <billbar...@apache.org>:
>> The current state of this project is 'Failed', with reason 'Build Failed'.
>> For reference only, the following projects are affected by this:
>>    - tomcat-trunk-test :  Java Servlet 3.0, Java Server Pages 2.2 & 
>> Expression Languag...
>>
>>
>> Full details are available at:
>>    
>> http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/index.html
>>
>
> Bad news are that TestCoyoteAdaptor is still failing.

The next Gump run already happened.
(Though I see no message from it on dev@)

In TestCoyoteAdaptor of 8 tests there are 5 failures.
http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/gump_file/TEST-org.apache.catalina.connector.TestCoyoteAdaptor.txt.html

The above happened before I added back the old all-in-one testcase (r946011),
so the next time it will run 9 tests.


Testsuite: org.apache.catalina.connector.TestCoyoteAdaptor
Tests run: 8, Failures: 5, Errors: 0, Time elapsed: 16.548 sec
------------- Standard Error -----------------
(...)
------------- ---------------- ---------------

Testcase: testPathParmsRootNone took 6.158 sec
Testcase: testPathParmsFooNone took 1.145 sec
Testcase: testPathParmsRootSessionOnly took 1.228 sec
Testcase: testPathParmsFooSessionOnly took 1.147 sec
        FAILED
expected:<1234> but was:<none>
junit.framework.ComparisonFailure: expected:<1234> but was:<none>
        at 
org.apache.catalina.connector.TestCoyoteAdaptor.pathParamTest(TestCoyoteAdaptor.java:81)
        at 
org.apache.catalina.connector.TestCoyoteAdaptor.testPathParmsFooSessionOnly(TestCoyoteAdaptor.java:47)

Testcase: testPathParmsFooSessionDummy took 1.183 sec
        FAILED
expected:<1234> but was:<none>
junit.framework.ComparisonFailure: expected:<1234> but was:<none>
        at 
org.apache.catalina.connector.TestCoyoteAdaptor.pathParamTest(TestCoyoteAdaptor.java:81)
        at 
org.apache.catalina.connector.TestCoyoteAdaptor.testPathParmsFooSessionDummy(TestCoyoteAdaptor.java:51)

Testcase: testPathParmsFooSessionDummyValue took 1.078 sec
        FAILED
expected:<1234> but was:<none>
junit.framework.ComparisonFailure: expected:<1234> but was:<none>
        at 
org.apache.catalina.connector.TestCoyoteAdaptor.pathParamTest(TestCoyoteAdaptor.java:81)
        at 
org.apache.catalina.connector.TestCoyoteAdaptor.testPathParmsFooSessionDummyValue(TestCoyoteAdaptor.java:55)

Testcase: testPathParmsFooSessionValue took 1.094 sec
        FAILED
expected:<1234> but was:<none>
junit.framework.ComparisonFailure: expected:<1234> but was:<none>
        at 
org.apache.catalina.connector.TestCoyoteAdaptor.pathParamTest(TestCoyoteAdaptor.java:81)
        at 
org.apache.catalina.connector.TestCoyoteAdaptor.testPathParmsFooSessionValue(TestCoyoteAdaptor.java:59)

Testcase: testPathParmsFooSessionBar took 3.492 sec
        FAILED
expected:<1234> but was:<none>
junit.framework.ComparisonFailure: expected:<1234> but was:<none>
        at 
org.apache.catalina.connector.TestCoyoteAdaptor.pathParamTest(TestCoyoteAdaptor.java:81)
        at 
org.apache.catalina.connector.TestCoyoteAdaptor.testPathParmsFooSessionBar(TestCoyoteAdaptor.java:63)



The failures mean that all requests to
  "http://localhost:<port>/foo;jsessionid=1234"
failed to pass the jsessionid value,
though request to
  "http://localhost:<port>/;jsessionid=1234"
succeeded.


I still do not observe those errors in my environment.



In the meanwhile,
As of now (at revision 946127),
org.apache.catalina.mbeans.TestRegistration  fails for me:

Testcase: testMBeanDeregistration took 1,907 sec
        FAILED
Not enough Tomcat MBeans
junit.framework.AssertionFailedError: Not enough Tomcat MBeans
        at 
org.apache.catalina.mbeans.TestRegistration.testMBeanDeregistration(TestRegistration.java:59)

The log file contains an exception

19.05.2010 15:16:56 org.apache.catalina.core.StandardContext resourcesStart
SEVERE: Error starting static Resources
java.lang.IllegalArgumentException: Document base
<skipped>\output\webappFoo does not exist or is not a readable
directory
        at 
org.apache.naming.resources.FileDirContext.setDocBase(FileDirContext.java:140)
        at 
org.apache.catalina.core.StandardContext.resourcesStart(StandardContext.java:4397)
        at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4547)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:137)


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to