Re: [hibernate-dev] testJGroupsBackend fail

2012-03-09 Thread Nicolas Helleringer
You roxx =) I did build twice and it is working just nice. Thanks a lot. Niko P.S : Ok ok I'll buy a MacBookPro with a SSD ... or not ! 2012/3/9 Sanne Grinovero > Hi Nicolas, > I've improved that test to be less time-sensitive, could you checkout > latest master and give it another try pleas

Re: [hibernate-dev] testJGroupsBackend fail

2012-03-09 Thread Sanne Grinovero
Hi Nicolas, I've improved that test to be less time-sensitive, could you checkout latest master and give it another try please? The warnings you see in the log are nothing to worry about, they are related to the fact that the test is using an in-memory channel to avoid trouble with your potentiall

Re: [hibernate-dev] testJGroupsBackend fail

2012-03-05 Thread Nicolas Helleringer
It fails here : at org.hibernate.search.test.jgroups.common.JGroupsCommonTest.testJGroupsBackend(JGroupsCommonTest.java:87 Code seems pretty clear : //get slave session Session s = getSlaveSession(); Transaction tx = s.beginTransaction(); TShirt ts = new TShirt(); ts.setLogo( "Boston" ); ts.se

Re: [hibernate-dev] testJGroupsBackend fail

2012-03-05 Thread Hardy Ferentschik
Hi Niko, can you have a look at the reason for the failure? Is there something in the test execution log? It might just be a timing issue or maybe a multicast configuration problem on windows. --Hardy On Mar 5, 2012, at 4:14 PM, Nicolas Helleringer wrote: > On current master state I got a :