Diego Lovison created ISPN-9803:
-----------------------------------
Summary: DummyInMemoryStore should fail when shared=true and
name=""
Key: ISPN-9803
URL:
https://issues.jboss.org/browse/ISPN-9803
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.4.3.Final
Reporter: Diego Lovison
When working the test suite is easy to forget that DummyInMemoryStore should have a name
when it is a shared store
{code:java}
builder.persistence().addStore(DummyInMemoryStoreConfigurationBuilder.class).shared(true);
{code}
We should add a condition to raise an error when using the configuration above.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)