MAPTest has passed on my linux box this morning. Before the fix, the test never passed on my linux box. So this looks like fixed now.

Now we only have SequenceTest failure to fix before cutting M1 RC to vote on.

Cheers,
Bo

Glynn, Eoghan wrote:


 > -----Original Message-----
 > I'm still getting a failure in the MAP test:
 >
 > That's only one test failing instead of two, so there is
 > definitely an improvement.

OK I can only surmise that either there's another race condition
lurking, or the unrelated changes to ClientImpl that went in on Monday
afternoon have collided with my fix.

Either way, I'll need ssh access to your Linux laptop again to
investigate further. Let me know when its back on the network.
> Also, the Sequence test is spitting out:
 > Started server
 > Created client bus
 > Created GreeterService
 > Created Greeter
 > Invoking greetMeOneWay ...

Well yeah, that's cos the SequenceTest now appears to include a bunch of
printlns. This is unconnected to the current issue with the MAPTest
though.

/Eoghan

 >
 >
 > Thanks!
 > Dan
 >
 >
 >
 >
 >
 >
 > On Monday November 06 2006 11:50 am, [EMAIL PROTECTED] wrote:
 > > Author: eglynn
 > > Date: Mon Nov  6 08:50:21 2006
 > > New Revision: 471790
 > >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=471790 <http://svn.apache.org/viewvc?view=rev&rev=471790>
 > > Log:
 > > Fix for race condition around full responses overtaking partial
 > > responses so that the exchange in message is intermittently
 > > over-written.
 > >
 > > Modified:
> > > >
 > incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpo
 > int/Clien
 > >tImpl.java
 > >
 > incubator/cxf/trunk/rt/transports/http/src/main/java/org/apach
 > e/cxf/tra
 > >nsport/http/HTTPConduit.java
 > >
 > incubator/cxf/trunk/rt/ws/addr/src/main/java/org/apache/cxf/ws
 > /addressi
 > >ng/ContextUtils.java
 > >
 > incubator/cxf/trunk/rt/ws/addr/src/main/java/org/apache/cxf/ws
 > /addressi
 > >ng/soap/MAPCodec.java
 > >
 > incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/syst
 > est/ws/ad
 > >dressing/HeaderVerifier.java
 > >
 > > Modified:
 > >
 > incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/endpo
 > int/Clien
 > >tImpl.java URL:
 > >
 > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/m
 > ain/java/
 > >org/apache/cxf/endpoint/ClientImpl.java?view=diff&rev=471790&
 > r1=471789&r
 > >2=471790
 > >

Reply via email to