Re: [hibernate-dev] [search] Problems w/ JGroupsCommonTest

2011-09-22 Thread Emmanuel Bernard
It is a timeout issue AFAIK. We sleep for some time waiting for the JGroups message. I am not sure why it's more frequent than before. One cause could be the Avro service layer (cold start). On 22 sept. 2011, at 19:15, "Davide D'Alto" wrote: > It actually happens very often on my laptop too.

Re: [hibernate-dev] [search] Problems w/ JGroupsCommonTest

2011-09-22 Thread Davide D'Alto
It actually happens very often on my laptop too. Davide On Thu, Sep 22, 2011 at 6:06 PM, Sanne Grinovero wrote: > right I saw it happening once too, but not very often. if you see it > often create an issue and assign it to me, it's best not to change the > JGroups code now as I have several pen

Re: [hibernate-dev] [search] Problems w/ JGroupsCommonTest

2011-09-22 Thread Sanne Grinovero
right I saw it happening once too, but not very often. if you see it often create an issue and assign it to me, it's best not to change the JGroups code now as I have several pending changes. Sanne On 22 September 2011 17:37, Hardy Ferentschik wrote: > Hi, > > does anyone else have problems w/ J

[hibernate-dev] [search] Problems w/ JGroupsCommonTest

2011-09-22 Thread Hardy Ferentschik
Hi, does anyone else have problems w/ JGroupsCommonTest? It fails every few test runs w/o apparent reason. There is no exception, just a failing assertion. Instead of two query results none are returned. I am at loss what's going on? Any JGroups interna maybe? --Hardy