I've just spotted that the hibernate-infinispan gradle file says:

test {
   environment['java.net.preferIPv4Stack'] = true
   environment['jgroups.ping.timeout'] = 500
   environment['jgroups.ping.num_initial_members'] = 1
   environment['jgroups.udp.enable_bundling'] = false
//    environment['jgroups.bind_addr'] = $jgroupsBindAddress
   // quite a few failures and the old maven module disabled these tests as well
   enabled = false
}

I know for fact that the Infinispan testsuite runs at 100% these days, so it'll 
be interesting to enable tests again and find out what can be done about those 
issues.

Cheers,
--
Galder Zamarreño
Sr. Software Engineer
Infinispan, JBoss Cache


_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to