MCPcopy Create free account
hub / github.com/apache/solr / doMany

Method doMany

solr/core/src/test/org/apache/solr/search/TestDocSet.java:212–216  ·  view source on GitHub ↗
(int maxSz, int iter)

Source from the content-addressed store, hash-verified

210 }
211
212 public void doMany(int maxSz, int iter) {
213 for (int i = 0; i < iter; i++) {
214 doSingle(maxSz);
215 }
216 }
217
218 public void testRandomDocSets() {
219 // Make the size big enough to go over certain limits, such as one set

Callers 1

testRandomDocSetsMethod · 0.95

Calls 1

doSingleMethod · 0.95

Tested by

no test coverage detected