[JBoss JIRA] (ISPN-6206) FunctionalMapTest failures
by Pedro Ruivo (JIRA)
Pedro Ruivo created ISPN-6206:
---------------------------------
Summary: FunctionalMapTest failures
Key: ISPN-6206
URL: https://issues.jboss.org/browse/ISPN-6206
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 8.2.0.Beta1
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 8.2.0.Beta2
Tests fails because of ISPN-6056. When it de-serializes a map, it uses the number of elements to build the map with the expected size. This changes the order in the hash table making the test fail.
Sort the elements in the test before checking it.
Also, use the {{read/writeObject}} methods instead of using the {{MarshallUtil.marshallMap}}.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6181) # Stores shows incorrect value
by Martin Vrabel (JIRA)
[ https://issues.jboss.org/browse/ISPN-6181?page=com.atlassian.jira.plugin.... ]
Martin Vrabel updated ISPN-6181:
--------------------------------
Description:
Page: Caches -> select cache container -> select cache.
Configuration of the cache:
<replicated-cache name="replicatedCacheForStatisticsTesting" mode="SYNC" remote-timeout="30000" start="EAGER">
<transaction mode="NONE"/>
<eviction strategy="FIFO" size="10"/>
<locking isolation="READ_COMMITTED" acquire-timeout="30000" concurrency-level="1000" striping="false"/>
<file-store path="replicatedCacheForStatisticsTestingFileStore" purge="true" passivation="true"/>
</replicated-cache>
When I put 10 entries in the cache , this field #stores show 10 but should be 0. When I insert another 10 entries the number is still 0 but should be 20
was:
Page: Caches -> select cache container -> select cache.
Configuration of the cache: replication cache, 2 nodes in the domain, evictions size=10
When I put 10 entries in the cache , this field #stores show 10 but should be 0. When I insert another 10 entries the number should be 10 but is 20
> # Stores shows incorrect value
> ------------------------------
>
> Key: ISPN-6181
> URL: https://issues.jboss.org/browse/ISPN-6181
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Martin Vrabel
>
> Page: Caches -> select cache container -> select cache.
> Configuration of the cache:
> <replicated-cache name="replicatedCacheForStatisticsTesting" mode="SYNC" remote-timeout="30000" start="EAGER">
> <transaction mode="NONE"/>
> <eviction strategy="FIFO" size="10"/>
> <locking isolation="READ_COMMITTED" acquire-timeout="30000" concurrency-level="1000" striping="false"/>
> <file-store path="replicatedCacheForStatisticsTestingFileStore" purge="true" passivation="true"/>
> </replicated-cache>
> When I put 10 entries in the cache , this field #stores show 10 but should be 0. When I insert another 10 entries the number is still 0 but should be 20
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month