[JBoss JIRA] (ISPN-3368) Quickstart names in the POM files are not consistent and often are not clear
by Sande Gilda (JIRA)
Sande Gilda created ISPN-3368:
---------------------------------
Summary: Quickstart names in the POM files are not consistent and often are not clear
Key: ISPN-3368
URL: https://issues.jboss.org/browse/ISPN-3368
Project: Infinispan
Issue Type: Bug
Components: Demos and Tutorials
Reporter: Sande Gilda
Assignee: Mircea Markus
Quickstart names in the pom.xml files are not consistent and often are too generic and not clear which quickstart is building.
When you run `mvn clean install '-Pdefault,!complex-dependencies'` from the root directory of the quickstarts, it often is not clear which quickstart is compiling. Some start with "JBoss AS Quickstarts" and some do not. Some use the quickstart folder name in the description, some don't.
As described in the CONTRIBUTING.md file, the <name> in the quickstart pom.xml file should follow the template:
JBoss <target-product> Quickstart: <quickstart-name> < - optional-subfolder-name> where target-product is the Target Product metadata specified in the README.md file, quickstart-name is the quickstart folder name, and optional-subfolder-name is the name of any nested subfolder containing a pom.xml file.
JDF-430 addressed the EAP and WFK quickstarts. The root build not displays the following. Note the RichFaces and JDG quickstarts need to be updated.
[INFO] Reactor Build Order:
[INFO]
[INFO] JBoss EAP Quickstart: bean-validation
[INFO] JBoss EAP Quickstart: bmt
[INFO] JBoss WFK Quickstart: cdi-add-interceptor-binding
[INFO] JBoss EAP Quickstart: cdi-alternative
[INFO] JBoss EAP Quickstart: cdi-decorator
[INFO] JBoss EAP Quickstart: cdi-interceptors
[INFO] JBoss EAP Quickstart: cdi-injection
[INFO] JBoss EAP Quickstart: cdi-portable-extension
[INFO] JBoss EAP Quickstart: cdi-stereotype
[INFO] JBoss EAP Quickstart: cdi-veto
[INFO] JBoss WFK Quickstart: deltaspike-authorization
[INFO] JBoss WFK Quickstart: deltaspike-beanbuilder
[INFO] JBoss WFK Quickstart: deltaspike-beanmanagerprovider
[INFO] JBoss WFK Quickstart: deltaspike-deactivatable
[INFO] JBoss WFK Quickstart: deltaspike-exception-handling
[INFO] JBoss WFK Quickstart: deltaspike-helloworld-jms
[INFO] JBoss WFK Quickstart: deltaspike-partialbean-basic
[INFO] JBoss WFK Quickstart: deltaspike-partialbean-advanced
[INFO] JBoss WFK Quickstart: deltaspike-projectstage
[INFO] JBoss EAP Quickstart: ejb-asynchronous
[INFO] JBoss EAP Quickstart: ejb-asynchronous - ejb
[INFO] JBoss EAP Quickstart: ejb-asynchronous - client
[INFO] JBoss EAP Quickstart: ejb-in-ear
[INFO] JBoss EAP Quickstart: ejb-in-ear - ejb
[INFO] JBoss EAP Quickstart: ejb-in-ear - web
[INFO] JBoss EAP Quickstart: ejb-in-ear - ear
[INFO] JBoss EAP Quickstart: ejb-in-war
[INFO] JBoss EAP Quickstart: ejb-remote - server-side
[INFO] JBoss EAP Quickstart: ejb-remote - client
[INFO] JBoss EAP Quickstart: ejb-remote
[INFO] JBoss EAP Quickstart: ejb-security
[INFO] JBoss EAP Quickstart: ejb-security-plus
[INFO] JBoss EAP Quickstart: ejb-security-interceptors
[INFO] JBoss EAP Quickstart: ejb-throws-exception
[INFO] JBoss EAP Quickstart: ejb-throws-exception - ejb-api
[INFO] JBoss EAP Quickstart: ejb-throws-exception - ejb
[INFO] JBoss EAP Quickstart: ejb-throws-exception - web
[INFO] JBoss EAP Quickstart: ejb-throws-exception - ear
[INFO] JBoss EAP Quickstart: ejb-multi-server
[INFO] JBoss EAP Quickstart: ejb-multi-server - app-one
[INFO] JBoss EAP Quickstart: ejb-multi-server - app-one - ejb
[INFO] JBoss EAP Quickstart: ejb-multi-server - app-one - ear
[INFO] JBoss EAP Quickstart: ejb-multi-server - app-two
[INFO] JBoss EAP Quickstart: ejb-multi-server - app-two - ejb
[INFO] JBoss EAP Quickstart: ejb-multi-server - app-two - ear
[INFO] JBoss EAP Quickstart: ejb-multi-server - app-main
[INFO] JBoss EAP Quickstart: ejb-multi-server - app-main - ejb
[INFO] JBoss EAP Quickstart: ejb-multi-server - app-main - web
[INFO] JBoss EAP Quickstart: ejb-multi-server - app-main - ear
[INFO] JBoss EAP Quickstart: ejb-multi-server - app-web
[INFO] JBoss EAP Quickstart: ejb-multi-server - client
[INFO] JBoss EAP Quickstart: greeter
[INFO] JBoss EAP Quickstart: greeter-spring
[INFO] JBoss EAP Quickstart: helloworld
[INFO] JBoss WFK Quickstart: helloworld-errai
[INFO] JBoss WFK Quickstart: helloworld-gwt
[INFO] JBoss WFK Quickstart: helloworld-html5
[INFO] JBoss EAP Quickstart: helloworld-jms
[INFO] JBoss EAP Quickstart: helloworld-mdb
[INFO] JBoss EAP Quickstart: helloworld-osgi
[INFO] JBoss EAP Quickstart: helloworld-rs
[INFO] JBoss EAP Quickstart: helloworld-singleton
[INFO] JBoss EAP Quickstart: helloworld-ws
[INFO] JBoss EAP Quickstart: hibernate3
[INFO] JBoss EAP Quickstart: hibernate4
[INFO] CarMart Single Node (No Cluster)
[INFO] Transactional CarMart
[INFO] JBoss AS Quickstarts: JBoss Data Grid HelloWorld
[INFO] HotRod Endpoint Example
[INFO] Memcached Endpoint Example
[INFO] REST Endpoint Example
[INFO] JBoss Data Grid Quickstart Parent
[INFO] JBoss EAP Quickstart: kitchensink
[INFO] JBoss WFK Quickstart: kitchensink-angularjs
[INFO] JBoss WFK Quickstart: kitchensink-backbone
[INFO] JBoss WFK Quickstart: kitchensink-deltaspike
[INFO] JBoss EAP Quickstart: kitchensink-ear
[INFO] JBoss EAP Quickstart: kitchensink-ear - ejb
[INFO] JBoss EAP Quickstart: kitchensink-ear - web
[INFO] JBoss EAP Quickstart: kitchensink-ear - ear
[INFO] JBoss WFK Quickstart: kitchensink-html5-mobile
[INFO] JBoss EAP Quickstart: kitchensink-jsp
[INFO] JBoss EAP Quickstart: kitchensink-ml
[INFO] JBoss EAP Quickstart: kitchensink-ml-ear
[INFO] JBoss EAP Quickstart: kitchensink-ml-ear - ejb
[INFO] JBoss EAP Quickstart: kitchensink-ml-ear - web
[INFO] JBoss EAP Quickstart: kitchensink-ml-ear - ear
[INFO] JBoss EAP Quickstart: kitchensink-spring-asyncrequestmapping
[INFO] JBoss EAP Quickstart: kitchensink-spring-basic
[INFO] JBoss EAP Quickstart: kitchensink-spring-controller
[INFO] JBoss EAP Quickstart: kitchensink-spring-matrixvariables
[INFO] JBoss EAP Quickstart: kitchensink-spring-springmvctest
[INFO] JBoss EAP Quickstart: log4j
[INFO] JBoss EAP Quickstart: logging
[INFO] JBoss EAP Quickstart: logging-tools
[INFO] JBoss EAP Quickstart: mail
[INFO] JBoss EAP Quickstart: numberguess
[INFO] JBoss EAP Quickstart: payment-cdi-event
[INFO] JBoss EAP Quickstart: picketlink-authentication-http-basic
[INFO] JBoss EAP Quickstart: picketlink-authentication-http-digest
[INFO] JBoss EAP Quickstart: petclinic-spring
[INFO] JBoss EAP Quickstart: picketlink-authentication-idm-jsf
[INFO] JBoss EAP Quickstart: picketlink-authentication-idm-multi-tenancy
[INFO] JBoss EAP Quickstart: picketlink-authentication-jsf
[INFO] JBoss EAP Quickstart: picketlink-authentication-rs-endpoint
[INFO] JBoss EAP Quickstart: picketlink-authentication-two-factor
[INFO] JBoss EAP Quickstart: picketlink-authorization-idm-jpa
[INFO] JBoss EAP Quickstart: picketlink-authorization-rs-rbac
[INFO] JBoss WFK Quickstart: picketlink-deltaspike-authorization
[INFO] JBoss AS Quickstarts: Hello world with JSF front end
[INFO] JBoss AS Quickstarts: Kitchensink-rf
[INFO] JBoss AS Quickstarts: RichFaces Bean Validation
[INFO] JBoss EAP Quickstart: servlet-async
[INFO] JBoss EAP Quickstart: servlet-filterlistener
[INFO] JBoss EAP Quickstart: servlet-security
[INFO] JBoss EAP Quickstart: shopping-cart
[INFO] JBoss EAP Quickstart: shopping-cart - server
[INFO] JBoss EAP Quickstart: shopping-cart - client
[INFO] JBoss WFK Quickstart: shrinkwrap-resolver
[INFO] JBoss EAP Quickstart: tasks
[INFO] JBoss EAP Quickstart: tasks-jsf
[INFO] JBoss EAP Quickstart: tasks-rs
[INFO] JBoss EAP Quickstart: temperature-converter
[INFO] JBoss EAP Quickstart: wicket-ear
[INFO] JBoss EAP Quickstart: wicket-ear - ejb
[INFO] JBoss EAP Quickstart: wicket-ear - war
[INFO] JBoss EAP Quickstart: wicket-ear - ear
[INFO] JBoss EAP Quickstart: wicket-war
[INFO] JBoss EAP Quickstart: xml-dom4j
[INFO] JBoss EAP Quickstart: xml-jaxp
[INFO] JBoss EAP Quickstart: cmt
[INFO] JBoss EAP Quickstart: jts
[INFO] JBoss EAP Quickstart: jts - application-component-2
[INFO] JBoss EAP Quickstart: jts - application-component-1
[INFO] JBoss EAP Quickstart: jta-crash-rec
[INFO] JBoss EAP Quickstart: wsat-simple
[INFO] JBoss EAP Quickstart: wsba-coordinator-completion-simple
[INFO] JBoss EAP Quickstart: wsba-participant-completion-simple
--
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
11 years, 5 months
[JBoss JIRA] (ISPN-3318) Migrate data from one cache store to another
by Mircea Markus (JIRA)
[ https://issues.jboss.org/browse/ISPN-3318?page=com.atlassian.jira.plugin.... ]
Mircea Markus commented on ISPN-3318:
-------------------------------------
{quote} Mircea, Randall's suggestion is compatible with what you're saying. The idea is that anyone that would use the FCS with Infinispan 6.0+, if FCS would be able to detect old FCS data structure, it could migrate it on the fly to the new single file based structure.{quote}
fair point. The new SFCS implementation has a particularity though: keeps all the keys in memory. This might have an impact on the system that uses it, so if you go this way it might still make sense to have an explicit param to enable migration so that existing users ack the change.
Personally I'm still biased towards the migration tool: I don't like the tools that are too sharp and explicit migration is not something people wouldn't expect in this situation.
> Migrate data from one cache store to another
> --------------------------------------------
>
> Key: ISPN-3318
> URL: https://issues.jboss.org/browse/ISPN-3318
> Project: Infinispan
> Issue Type: Task
> Components: Loaders and Stores
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 6.0.0.Final
>
>
> Find a generic way to transfer data from one cache store to another, which could involve different Infinispan versions. This is handy to migrate file cache store based users to single file cache store (ISPN-2806).
> Ideally, this should be added as a recipe for rolling upgrades.
--
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
11 years, 5 months
[JBoss JIRA] (ISPN-3365) org.infinispan.lucene.DatabaseStoredIndexTest.indexWasStored fails with AssertionError
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-3365?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk updated ISPN-3365:
------------------------------------
Attachment: infinispan-lucene-v3.log.zip
Added trace log for lucene-v3 module
> org.infinispan.lucene.DatabaseStoredIndexTest.indexWasStored fails with AssertionError
> --------------------------------------------------------------------------------------
>
> Key: ISPN-3365
> URL: https://issues.jboss.org/browse/ISPN-3365
> Project: Infinispan
> Issue Type: Bug
> Components: Lucene Directory
> Affects Versions: 6.0.0.Alpha1
> Environment: RHEL5_x86_64, IBMJDK1.7
> Reporter: Vitalii Chepeliuk
> Assignee: Sanne Grinovero
> Labels: testsuite_stability
> Attachments: infinispan-lucene-v3.log.zip
>
>
> Stacktrace
> java.lang.AssertionError:
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
> at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
> at org.testng.AssertJUnit.assertFalse(AssertJUnit.java:41)
> at org.testng.AssertJUnit.assertFalse(AssertJUnit.java:49)
> at org.infinispan.lucene.DatabaseStoredIndexTest.indexWasStored(DatabaseStoredIndexTest.java:111)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
> at java.lang.reflect.Method.invoke(Method.java:613)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:715)
> at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:907)
> at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1237)
> at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
> at org.testng.TestRunner.privateRun(TestRunner.java:767)
> at org.testng.TestRunner.run(TestRunner.java:617)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:37)
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:368)
> at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:345)
> at java.util.concurrent.FutureTask.run(FutureTask.java:177)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1156)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:626)
> at java.lang.Thread.run(Thread.java:780)
> Standard Output
> Key found in store, shouldn't have persisted this or should have cleaned up all readlocks on directory close:_3.fdt|RL|testing index
> Key found in store, shouldn't have persisted this or should have cleaned up all readlocks on directory close:_3.tis|RL|testing index
> Key found in store, shouldn't have persisted this or should have cleaned up all readlocks on directory close:segments_4|RL|testing index
> Key found in store, shouldn't have persisted this or should have cleaned up all readlocks on directory close:_3.nrm|RL|testing index
> Key found in store, shouldn't have persisted this or should have cleaned up all readlocks on directory close:_3.prx|RL|testing index
> Key found in store, shouldn't have persisted this or should have cleaned up all readlocks on directory close:_3.fdx|RL|testing index
> [testng-DatabaseStoredIndexTest] Test indexWasStored(org.infinispan.lucene.DatabaseStoredIndexTest) failed.
> Add link to jenkins job https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
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
11 years, 5 months
[JBoss JIRA] (ISPN-3140) JMX operation to suppress state transfer
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-3140?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-3140:
-----------------------------------------------
Anna Manukyan <amanukya(a)redhat.com> changed the Status of [bug 974402|https://bugzilla.redhat.com/show_bug.cgi?id=974402] from ON_QA to ASSIGNED
> JMX operation to suppress state transfer
> ----------------------------------------
>
> Key: ISPN-3140
> URL: https://issues.jboss.org/browse/ISPN-3140
> Project: Infinispan
> Issue Type: Feature Request
> Components: Distributed Cache, State transfer
> Affects Versions: 5.2.6.Final
> Reporter: Manik Surtani
> Assignee: Dan Berindei
> Fix For: 5.2.7.Final, 5.3.0.CR2, 5.3.0.Final
>
>
> This feature request is to expose a JMX operation on each node, to suppress state transfer for a period of time. This flag would be {{false}} by default.
> The use case of this flag would be to ease bringing down (and up) a cluster for maintenance work. A typical workflow would be:
> 1) Shut down application requests to the data grid
> 2) Suppress state transfer on all nodes via JMX
> 3) Bring down all nodes
> 4) Perform maintenance work
> 5) Bring up nodes, one at a time. As each node comes up, disable state transfer for the node via JMX.
> 6) Once all nodes are up, enable state transfer for each node again via JMX
> 7) Allow application requests to reach the grid again.
> The purpose of this is to allow smooth and fast shutdown and startup, remove the risk of OOM errors (when bringing a grid down).
> This is a small but useful subset of full manual state transfer as defined in ISPN-1394.
--
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
11 years, 5 months
[JBoss JIRA] (ISPN-3364) Tests from org.infinispan.atomic package fail with AssertionError
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-3364?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk updated ISPN-3364:
------------------------------------
Attachment: LocalDeltaAwarePassivationTest.log.zip
Added trace log for LocalDeltaAwarePassivationTest
> Tests from org.infinispan.atomic package fail with AssertionError
> -----------------------------------------------------------------
>
> Key: ISPN-3364
> URL: https://issues.jboss.org/browse/ISPN-3364
> Project: Infinispan
> Issue Type: Bug
> Components: Core API
> Affects Versions: 6.0.0.Alpha1
> Environment: RHEL5_x86_64, IBMJDK1.7
> Reporter: Vitalii Chepeliuk
> Assignee: Mircea Markus
> Labels: testsuite_stability
> Attachments: LocalDeltaAwarePassivationTest.log.zip, ReplDeltaAwarePassivationTest.log.zip
>
>
> Following tests fail from org.infinispan.atomic package
> org.infinispan.atomic.LocalDeltaAwarePassivationTest.testAtomicMap
> org.infinispan.atomic.LocalDeltaAwarePassivationTest.testDeltaAware
> org.infinispan.atomic.LocalDeltaAwarePassivationTest.testFineGrainedAtomicMap
> org.infinispan.atomic.ReplDeltaAwarePassivationTest.testAtomicMap
> org.infinispan.atomic.ReplDeltaAwarePassivationTest.testAtomicMap2
> org.infinispan.atomic.ReplDeltaAwarePassivationTest.testDeltaAware
> org.infinispan.atomic.ReplDeltaAwarePassivationTest.testDeltaAware2
> org.infinispan.atomic.ReplDeltaAwarePassivationTest.testFineGrainedAtomicMap
> org.infinispan.atomic.ReplDeltaAwarePassivationTest.testFineGrainedAtomicMap2
> Add link on jenkins job https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
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
11 years, 5 months
[JBoss JIRA] (ISPN-3364) Tests from org.infinispan.atomic package fail with AssertionError
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-3364?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk updated ISPN-3364:
------------------------------------
Attachment: ReplDeltaAwarePassivationTest.log.zip
Added trace log for ReplDeltaAwarePassivationTest
> Tests from org.infinispan.atomic package fail with AssertionError
> -----------------------------------------------------------------
>
> Key: ISPN-3364
> URL: https://issues.jboss.org/browse/ISPN-3364
> Project: Infinispan
> Issue Type: Bug
> Components: Core API
> Affects Versions: 6.0.0.Alpha1
> Environment: RHEL5_x86_64, IBMJDK1.7
> Reporter: Vitalii Chepeliuk
> Assignee: Mircea Markus
> Labels: testsuite_stability
> Attachments: LocalDeltaAwarePassivationTest.log.zip, ReplDeltaAwarePassivationTest.log.zip
>
>
> Following tests fail from org.infinispan.atomic package
> org.infinispan.atomic.LocalDeltaAwarePassivationTest.testAtomicMap
> org.infinispan.atomic.LocalDeltaAwarePassivationTest.testDeltaAware
> org.infinispan.atomic.LocalDeltaAwarePassivationTest.testFineGrainedAtomicMap
> org.infinispan.atomic.ReplDeltaAwarePassivationTest.testAtomicMap
> org.infinispan.atomic.ReplDeltaAwarePassivationTest.testAtomicMap2
> org.infinispan.atomic.ReplDeltaAwarePassivationTest.testDeltaAware
> org.infinispan.atomic.ReplDeltaAwarePassivationTest.testDeltaAware2
> org.infinispan.atomic.ReplDeltaAwarePassivationTest.testFineGrainedAtomicMap
> org.infinispan.atomic.ReplDeltaAwarePassivationTest.testFineGrainedAtomicMap2
> Add link on jenkins job https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
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
11 years, 5 months
[JBoss JIRA] (ISPN-3360) Tests from org.infinispan.query.blackbox.LocalCacheFSDirectoryTest fail on Windows environment
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-3360?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk updated ISPN-3360:
------------------------------------
Attachment: LocalCacheFSDirectoryTest.log.zip
Added trace log for LocalCacheFSDirectoryTest
> Tests from org.infinispan.query.blackbox.LocalCacheFSDirectoryTest fail on Windows environment
> ----------------------------------------------------------------------------------------------
>
> Key: ISPN-3360
> URL: https://issues.jboss.org/browse/ISPN-3360
> Project: Infinispan
> Issue Type: Bug
> Components: Querying
> Affects Versions: 6.0.0.Alpha1
> Environment: w2k8r2_x86_64 OracleJDK1.7
> Reporter: Vitalii Chepeliuk
> Assignee: Sanne Grinovero
> Labels: testsuite_stability
> Attachments: LocalCacheFSDirectoryTest.log.zip
>
>
> When building infinispan on windows machines there are test failures in org.infinispan.query.blackbox.LocalCacheFSDirectoryTest with assertion error
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testLazyIteratorWithOffset
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testMaxResults
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testModified
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testMultipleResults
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testRemoved
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testSearchKeyTransformer
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testSearchManagerWithInstantiation
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testSetFilter
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testSetSort
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testSimple
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testTypeFiltering
> org.infinispan.query.blackbox.LocalCacheFSDirectoryTest.testUpdated
> Add link to jenkins job https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
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
11 years, 5 months