[infinispan-issues] [JBoss JIRA] (ISPN-9803) DummyInMemoryStore should fail when shared=true and name=""
Diego Lovison (Jira)
issues at jboss.org
Thu Dec 6 11:47:00 EST 2018
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)
More information about the infinispan-issues
mailing list