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
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
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
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 :