]
Pedro Ruivo updated ISPN-6206:
------------------------------
Status: Open (was: New)
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}}.