]
Dan Berindei updated ISPN-11604:
--------------------------------
Status: Open (was: New)
CountMarshallingPojo Breaks with parallel tests
-----------------------------------------------
Key: ISPN-11604
URL:
https://issues.redhat.com/browse/ISPN-11604
Project: Infinispan
Issue Type: Bug
Components: Test Suite
Affects Versions: 10.1.5.Final, 11.0.0.Dev03
Reporter: Ryan Emerson
Assignee: Dan Berindei
Priority: Major
CountMarshallingPojo uses static fields for the marshall count, and it breaks when 2 of
the many tests that use it run in parallel. Either it should have a custom raw marshaller,
with a different marshaller instance in each test, or it should have a test name field and
it should maintain a map of marshall counts per test.