Jason Huynh created GEODE-2522: ---------------------------------- Summary: Refactor Lucene D Unit tests Key: GEODE-2522 URL: https://issues.apache.org/jira/browse/GEODE-2522 Project: Geode Issue Type: Improvement Components: lucene Reporter: Jason Huynh
Currently our dunit tests for lucene are organized as a tree heirarchy based on region types. This makes it difficult to add a tests for a specific type of region type as other test files can possibly extend the file we add the test to. Instead we can use parameterized tests and flatten the heirarchy. -- This message was sent by Atlassian JIRA (v6.3.15#6346)