You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Steve Vinoski <vi...@iona.com> on 2006/12/15 00:45:47 UTC

[java] test hang

After picking up the latest commits this evening, I see the client  
DurableSubscriptionTest hanging. I even did a whole fresh checkout to  
make sure it wasn't anything I had changed locally, and it still  
hangs every time. Anyone else seeing this?

--steve

Re: [java] test hang

Posted by Kim van der Riet <ki...@redhat.com>.
Thanks - both the compile error and the hanging test are gone.

Kim
On Fri, 2006-12-15 at 14:28 +0000, Robert Greig wrote:
> On 15/12/06, Kim van der Riet <ki...@redhat.com> wrote:
> > I'm getting compile errors now... mostly symbols not found in
> > ExchangeBoundHandler.
> 
> Apologies, I forgot to commit a file. I have committed it now.
> 
> RG


Re: [java] test hang

Posted by Rajith Attapattu <ra...@gmail.com>.
Sorry, I already did this.
It works for me now, sorry for not mentioning it on the list.

Regards,

Rajith

On 12/15/06, Martin Ritchie <ri...@apache.org> wrote:
>
> On 15/12/06, Rajith Attapattu <ra...@gmail.com> wrote:
> > I still compilation erros with ExchangeBoundHandler.
> >
> > Can u please double check ?
>
> You will need to do an up date in the spec directory. The missing
> files are generated from the xml.
>
> > Rajith
> >
> > On 12/15/06, Robert Greig <ro...@gmail.com> wrote:
> > >
> > > On 15/12/06, Kim van der Riet <ki...@redhat.com> wrote:
> > > > I'm getting compile errors now... mostly symbols not found in
> > > > ExchangeBoundHandler.
> > >
> > > Apologies, I forgot to commit a file. I have committed it now.
> > >
> > > RG
> > >
> >
> >
>
>
> --
> Martin Ritchie
>

Re: [java] test hang

Posted by Martin Ritchie <ri...@apache.org>.
On 15/12/06, Rajith Attapattu <ra...@gmail.com> wrote:
> I still compilation erros with ExchangeBoundHandler.
>
> Can u please double check ?

You will need to do an up date in the spec directory. The missing
files are generated from the xml.

> Rajith
>
> On 12/15/06, Robert Greig <ro...@gmail.com> wrote:
> >
> > On 15/12/06, Kim van der Riet <ki...@redhat.com> wrote:
> > > I'm getting compile errors now... mostly symbols not found in
> > > ExchangeBoundHandler.
> >
> > Apologies, I forgot to commit a file. I have committed it now.
> >
> > RG
> >
>
>


-- 
Martin Ritchie

Re: [java] test hang

Posted by Rajith Attapattu <ra...@gmail.com>.
I still compilation erros with ExchangeBoundHandler.

Can u please double check ?

Rajith

On 12/15/06, Robert Greig <ro...@gmail.com> wrote:
>
> On 15/12/06, Kim van der Riet <ki...@redhat.com> wrote:
> > I'm getting compile errors now... mostly symbols not found in
> > ExchangeBoundHandler.
>
> Apologies, I forgot to commit a file. I have committed it now.
>
> RG
>

Re: [java] test hang

Posted by Robert Greig <ro...@gmail.com>.
On 15/12/06, Kim van der Riet <ki...@redhat.com> wrote:
> I'm getting compile errors now... mostly symbols not found in
> ExchangeBoundHandler.

Apologies, I forgot to commit a file. I have committed it now.

RG

Re: [java] test hang

Posted by Kim van der Riet <ki...@redhat.com>.
I'm getting compile errors now... mostly symbols not found in
ExchangeBoundHandler.

Kim

On Fri, 2006-12-15 at 14:13 +0000, Robert Greig wrote:
> On 15/12/06, Robert Greig <ro...@gmail.com> wrote:
> > On 15/12/06, Kim van der Riet <ki...@redhat.com> wrote:
> > > I see the same problem - for me the hang is not intermittent, its every
> > > time. Steve, is there a way to disable this test until the problem is
> > > sorted out?
> >
> > Kim, we have diagnosed that problem to a change someone committed that
> > is actually wrong.
> >
> > We're about to commit a proper fix for the original issue which in
> > turn fixes the hang.
> 
> We have committed svn revision 487562 which should (!) fix this. Let
> me know if you still see any problems.
> 
> RG


Re: [java] test hang

Posted by Robert Greig <ro...@gmail.com>.
On 15/12/06, Robert Greig <ro...@gmail.com> wrote:
> On 15/12/06, Kim van der Riet <ki...@redhat.com> wrote:
> > I see the same problem - for me the hang is not intermittent, its every
> > time. Steve, is there a way to disable this test until the problem is
> > sorted out?
>
> Kim, we have diagnosed that problem to a change someone committed that
> is actually wrong.
>
> We're about to commit a proper fix for the original issue which in
> turn fixes the hang.

We have committed svn revision 487562 which should (!) fix this. Let
me know if you still see any problems.

RG

Re: [java] test hang

Posted by Robert Greig <ro...@gmail.com>.
On 15/12/06, Kim van der Riet <ki...@redhat.com> wrote:
> I see the same problem - for me the hang is not intermittent, its every
> time. Steve, is there a way to disable this test until the problem is
> sorted out?

Kim, we have diagnosed that problem to a change someone committed that
is actually wrong.

We're about to commit a proper fix for the original issue which in
turn fixes the hang.

RG

Re: [java] test hang

Posted by Kim van der Riet <ki...@redhat.com>.
I see the same problem - for me the hang is not intermittent, its every
time. Steve, is there a way to disable this test until the problem is
sorted out?

Kim

On Thu, 2006-12-14 at 23:48 +0000, Robert Godfrey wrote:
> Hi Steve,
> 
> we've been seeing some intermittant hanging of some of the tests this
> evening.  Robert & I will be investigating in the morning.
> 
> Cheers,
> Rob
> 
> On 14/12/06, Steve Vinoski <vi...@iona.com> wrote:
> >
> > After picking up the latest commits this evening, I see the client
> > DurableSubscriptionTest hanging. I even did a whole fresh checkout to
> > make sure it wasn't anything I had changed locally, and it still
> > hangs every time. Anyone else seeing this?
> >
> > --steve
> >


Re: [java] test hang

Posted by Robert Godfrey <ro...@gmail.com>.
Hi Steve,

we've been seeing some intermittant hanging of some of the tests this
evening.  Robert & I will be investigating in the morning.

Cheers,
Rob

On 14/12/06, Steve Vinoski <vi...@iona.com> wrote:
>
> After picking up the latest commits this evening, I see the client
> DurableSubscriptionTest hanging. I even did a whole fresh checkout to
> make sure it wasn't anything I had changed locally, and it still
> hangs every time. Anyone else seeing this?
>
> --steve
>