Open
Description
lucene/grouping/src/test/org/apache/lucene/search/grouping
TestGrouping.java combines multiple tests inside of one test: TestRandom().
This makes it difficult to understand or for new users to use the TestGrouping.java as an entry to understanding grouping functionality.
Either break TestRandom into separate tests or add small separate tests for the most important parts of TestRandom.
Migrated from LUCENE-5065 by Tom Burton-West, updated Jun 23 2013