Re: [infinispan-dev] stabilize test suite

2014-06-17 Thread Galder Zamarreño
WRT LevelDB tests: https://issues.jboss.org/browse/ISPN-4409 https://github.com/infinispan/infinispan/pull/2650 Cheers, On 16 Jun 2014, at 11:24, Galder Zamarreño gal...@redhat.com wrote: Next up, I’m checking what’s up with: org.infinispan.server.test.cs.leveldb.* failures:

Re: [infinispan-dev] stabilize test suite

2014-06-16 Thread Galder Zamarreño
org.infinispan.security.QueryAuthorizationTest is failing to start properly, as a result of: java.lang.NoClassDefFoundError: org/apache/lucene/search/similarities/Similarity I’ve created https://issues.jboss.org/browse/ISPN-4405 and I’m looking into it. Cheers, On 13 Jun 2014, at 17:42,

Re: [infinispan-dev] stabilize test suite

2014-06-16 Thread Galder Zamarreño
I’ve fixed that and also fixed https://issues.jboss.org/browse/ISPN-4406 too, both of which focused on the instability in integrationtests/security-manager-it/ PR for both JIRAs: https://github.com/infinispan/infinispan/pull/2642 Onto the next lot of failing tests... Cheers, On 16 Jun 2014,

Re: [infinispan-dev] stabilize test suite

2014-06-16 Thread Galder Zamarreño
Next up, I’m checking what’s up with: org.infinispan.server.test.cs.leveldb.* failures: LevelDBCacheStoreIT.testDataRetrievableViaLevelDbApi LevelDBCacheStoreIT.testDataSurvivesRestart Cheers, On 16 Jun 2014, at 11:17, Galder Zamarreño gal...@redhat.com wrote: I’ve fixed that and also

Re: [infinispan-dev] stabilize test suite

2014-06-16 Thread Tristan Tarrant
The REST endpoint has stopped working since the upgrade to Undertow. Tracking this as https://issues.jboss.org/browse/ISPN-4407 Tristan On 16/06/14 11:24, Galder Zamarreño wrote: Next up, I’m checking what’s up with: org.infinispan.server.test.cs.leveldb.* failures:

[infinispan-dev] stabilize test suite

2014-06-13 Thread Mircea Markus
Hi, The test suite is allover, so please STOP integrating into master till the suite gets green. Also please start looking into the failures: in order not to overlap, reply to this email with what you're looking at. Cheers, -- Mircea Markus Infinispan lead (www.infinispan.org)

Re: [infinispan-dev] stabilize test suite

2014-06-13 Thread Randall Hauch
This may not at all be related, but maybe it might save some time. One problem ModeShape has run into is that Arquillian seems to only detect a Wildfly server when the test is run with IPv4. On Jun 13, 2014, at 10:15 AM, Tristan Tarrant ttarr...@redhat.com wrote: I'm on