blob: 4f3ced4d3bf3d7f34489a6e17269302141373116 [file] [log] [blame]
<?xml version="1.0"?>
<!-- Configuration overrides used during unit tests. -->
<configuration>
<property>
<name>plugin.includes</name>
<value>.*</value>
<description>Enable all plugins during unit testing.</description>
</property>
<property>
<name>distributed.search.test.port</name>
<value>60000</value>
<description>TCP port used during junit testing.</description>
</property>
<property>
<name>storage.data.store.class</name>
<value>org.apache.gora.memory.store.MemStore</value>
<description>Default in-memory datastore class for temp test data.</description>
</property>
</configuration>