On Fri, Jun 27, 2014 at 8:54 AM, Mircea Markus <[email protected]> wrote: > Still 2 failures on CI machine so no release yet[1]. > Dan/Will please take a look. > > [1] > http://ci.infinispan.org/viewLog.html?buildId=9237&tab=buildResultsDiv&buildTypeId=bt8
Yeah I logged [1] for this a bit ago. I was never able to reproduce this issue prior. But talking with Dan, it came up that maybe our laptops have too many cores :P. So I tried taskset and it was able to reproduce the issue quite easily. I just wanted to point this out in case if someone else runs into a non-deterministic test like this and it might help out. Command line I used [2] [1] https://issues.jboss.org/browse/ISPN-4435 [2] taskset -c 0 mvn test -Dtest=CacheNotifierImplInitialTransferDistTest -pl core -PtraceTests > > On Jun 25, 2014, at 13:01, Galder Zamarreño <[email protected]> wrote: > >> >> On 25 Jun 2014, at 13:21, Mircea Markus <[email protected]> wrote: >> >>> Now that the suite is stable would be good to cut ISPN 7.0.0.Alpha5. There >>> are still quite some PRs pending, let's focus on that for now and release >>> on Friday. >> >> Sounds good, but avoid duplicate work, particularly when it comes to testing >> a PR. >> >> If you are testing a PR, mention it so that others can focus purely on the >> code. >> >> Cheers, >> >>> >>> Cheers, >>> -- >>> Mircea Markus >>> Infinispan lead (www.infinispan.org) >>> >>> >>> >>> >>> >>> _______________________________________________ >>> infinispan-dev mailing list >>> [email protected] >>> https://lists.jboss.org/mailman/listinfo/infinispan-dev >> >> >> -- >> Galder Zamarreño >> [email protected] >> twitter.com/galderz >> >> >> _______________________________________________ >> infinispan-dev mailing list >> [email protected] >> https://lists.jboss.org/mailman/listinfo/infinispan-dev > > Cheers, > -- > Mircea Markus > Infinispan lead (www.infinispan.org) > > > > > > _______________________________________________ > infinispan-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/infinispan-dev _______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
