Hi, Bertrand Delacretaz schrieb: > On Fri, May 8, 2009 at 1:49 PM, Felix Meschberger <[email protected]> wrote: >> Hi, >> >> Ian Boston schrieb: >>> We (other people in the Sakai community) have seen the same failures >>> locally on one or two machines. >>> It was thought to be down to other sling servers sitting on either port >>> 8080, or 8888 but after stopping those instances and re-running the >>> tests the passed and we didn't investigate further. >>> >>> BTW, this was a checkout of the tag and not a download of the release. >>> Ian >>> >>> On 8 May 2009, at 11:24, Bertrand Delacretaz wrote: >>> >>>> That source builds with "mvn clean install" after deleting the >>>> org/apache/sling in my local maven repository, but on my first build >>>> two tests failed in JspForwardTest (test result attached). Tried two >>>> more builds with no errors, didn't investigate more. >> This test is about whether forwarding in jsp works at all (this >> generally has no issue) and checking for the forward "loop" limit (this >> may occasionally fail, though I do not understand right now, why) > > In my tests it's not the loop test that failed, it's " Text of node A > is not included" in testWithForward(), so include was not working. > Wondering if this might have to do with some service not being > completely started when the tests run.
Strange, usually this test runs late IIRC and does not use much services except the JSP script handler. Regards Felix > > -Bertrand >
