[JBoss JIRA] (ISPN-3996) LocalCachePerformantConfTest is reusing the same file path for multiple tests
by Mircea Markus (JIRA)
[ https://issues.jboss.org/browse/ISPN-3996?page=com.atlassian.jira.plugin.... ]
Mircea Markus updated ISPN-3996:
--------------------------------
Labels: 630 testsuite_stability (was: testsuite_stability)
> LocalCachePerformantConfTest is reusing the same file path for multiple tests
> -----------------------------------------------------------------------------
>
> Key: ISPN-3996
> URL: https://issues.jboss.org/browse/ISPN-3996
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Query
> Affects Versions: 6.0.1.Final
> Reporter: Pedro Ruivo
> Assignee: Sanne Grinovero
> Labels: 630, testsuite_stability
> Fix For: 7.0.0.Alpha1, 7.0.0.Final
>
>
> org.infinispan.query.blackbox.LocalCachePerformantConfTest
> LocalCachePerformantConfTest.testLazyIterator
> LocalCachePerformantConfTest.testLazyIteratorWithInvalidFetchSize
> LocalCachePerformantConfTest.testLazyIteratorWithNoElementsFound
> LocalCachePerformantConfTest.testLazyIteratorWithOffset
> LocalCachePerformantConfTest.testMaxResults
> LocalCachePerformantConfTest.testModified
> LocalCachePerformantConfTest.testMultipleResults
> LocalCachePerformantConfTest.testRemoved
> LocalCachePerformantConfTest.testSearchKeyTransformer
> LocalCachePerformantConfTest.testSearchManagerWithInstantiation
> LocalCachePerformantConfTest.testSearchManagerWithNullCache
> LocalCachePerformantConfTest.testSetFilter
> LocalCachePerformantConfTest.testSetSort
> LocalCachePerformantConfTest.testSimple
> LocalCachePerformantConfTest.testSimpleForNonField
> LocalCachePerformantConfTest.testTypeFiltering
> LocalCachePerformantConfTest.testUnknownFetchModeIterator
> LocalCachePerformantConfTest.testUpdated
> http://ci.infinispan.org/viewLog.html?buildId=5947&tab=buildResultsDiv&bu...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (ISPN-3958) ReplTopologyChangeTest.testDropServer random failures
by Mircea Markus (JIRA)
[ https://issues.jboss.org/browse/ISPN-3958?page=com.atlassian.jira.plugin.... ]
Mircea Markus updated ISPN-3958:
--------------------------------
Labels: 630 (was: )
> ReplTopologyChangeTest.testDropServer random failures
> -----------------------------------------------------
>
> Key: ISPN-3958
> URL: https://issues.jboss.org/browse/ISPN-3958
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Affects Versions: 6.0.1.Final
> Reporter: Dan Berindei
> Assignee: Mircea Markus
> Labels: 630
> Fix For: 7.0.0.Alpha1, 7.0.0.Final
>
>
> {{ReplTopologyChangeTest.expectTopologyChange()}} assumes that it will take less than 10 put operations to receive an updated topology after killing a node. Some times, however, that is not enough for the server to send the new topology:
> {noformat}
> 21:30:46,438 ERROR (testng-ReplTopologyChangeTest:) [UnitTestTestNGListener] Test testDropServer(org.infinispan.client.hotrod.ReplTopologyChangeTest) failed.
> java.lang.AssertionError: localhost/127.0.0.1:15269 not found in [/127.0.0.1:15266, /127.0.0.1:15269, /127.0.0.1:15263] expected:<false> but was:<true>
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
> at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:185)
> at org.infinispan.client.hotrod.ReplTopologyChangeTest.expectTopologyChange(ReplTopologyChangeTest.java:141)
> at org.infinispan.client.hotrod.ReplTopologyChangeTest.testDropServer(ReplTopologyChangeTest.java:123)
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months
[JBoss JIRA] (ISPN-3974) Compilation error with JDK8 b128
by Mircea Markus (JIRA)
[ https://issues.jboss.org/browse/ISPN-3974?page=com.atlassian.jira.plugin.... ]
Mircea Markus updated ISPN-3974:
--------------------------------
Labels: 630 (was: )
> Compilation error with JDK8 b128
> --------------------------------
>
> Key: ISPN-3974
> URL: https://issues.jboss.org/browse/ISPN-3974
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 6.0.1.Final
> Reporter: Dan Berindei
> Assignee: Galder Zamarreño
> Labels: 630
> Fix For: 7.0.0.Alpha1
>
>
> {noformat}
> /mnt/ebs/TeamCity/buildAgent/work/masterjdk7/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/EquivalentConcurrentHashMapV8.java:[4555,45] error: spliterator() in KeySetView cannot implement spliterator() in Set
> return type ConcurrentHashMapSpliterator<K> is not compatible with Spliterator<K>
> where K,E are type-variables:
> K extends Object declared in class KeySetView
> E extends Object declared in interface Set
> /mnt/ebs/TeamCity/buildAgent/work/masterjdk7/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/EquivalentConcurrentHashMapV8.java:[4613,45] error: spliterator() in ValuesView cannot implement spliterator() in Collection
> return type ConcurrentHashMapSpliterator<V> is not compatible with Spliterator<V>
> where V,E are type-variables:
> V extends Object declared in class ValuesView
> E extends Object declared in interface Collection
> /mnt/ebs/TeamCity/buildAgent/work/masterjdk7/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/EquivalentConcurrentHashMapV8.java:[4702,58] error: spliterator() in EntrySetView cannot implement spliterator() in Set
> 3 errors
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 9 months