]
William Burns updated ISPN-4452:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Assignee: Pedro Ruivo (was: Mircea Markus)
Fix Version/s: 7.0.0.Alpha5
Resolution: Done
DummyInMemoryStore should respect fetch arguments on process method.
--------------------------------------------------------------------
Key: ISPN-4452
URL:
https://issues.jboss.org/browse/ISPN-4452
Project: Infinispan
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: William Burns
Assignee: Pedro Ruivo
Fix For: 7.0.0.Alpha5
The DummyInMemoryStore currently ignores the fetchValue and fetchMetadata keys. We
should make this respect both independently so it can be easier to find if something is
broken in a test. An example might be that someone passes fetchValue as false, but they
really do require the value and DummyInMemorystore would return the value either way and
the caller would still pass even though if they used a different store implementation it
might fail.