[Laszlo-dev] some data regression test failing in, test/lfc/data/alldata.lzx

André Bargull a.bargull at intensis.de
Thu Mar 27 05:47:02 PDT 2008


TestClientCacheBreaker in "httpsequence.jsp":
change:
<% seq.intValue() %>
to
<% seq.intValue() + " " + session.getId() %>

The session won't be preserved between the calls to that jsp, for 
whatever reason.
(note: I'm at the office, so I don't know whether that is valid jsp-code..)

> TestFailure: $lzc$class_TestDPDepend >>> test2 failed: Equals:  expected
> 'special' got 'v'
I got the same error yesterday when I was working on LzParsedPath 
(basically I've rewritten the whole class on a per-token basis, so there 
is now more predicate support like [@foo<10] or [text()='hello'] and 
stuff like that). So I can take a look (later today), too. I think the 
error was triggered by other (local) changes in LzDataElement...

> There is one regression test failing in trunk now, in the
> test/lfc/data/alldata.lzx suite.
>
> It says
> TestFailure: $lzc$class_TestDPDepend >>> test2 failed: Equals:  expected
> 'special' got 'v'
>
> This failure was actually present in devildog before the integration, I just
> hadn't run this test in a while.
> But it was not in trunk before the integration.
>
> Phil, since you're working on the data code now, maybe you could see if you
> can tell what
> is failing this test assertion? test/lfc/data/alldata.lzx is a good test to
> run, it covers a lot of data
> cases.
>
> Note, I still don't seem to have fixed whatever the transient failure is
> with the TestClientCacheBreaker test,
> that still fails the first time this test is run after the LPS servlet has
> been deployed.
>   


More information about the Laszlo-dev mailing list