Searched defs:retry (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/contrib/facet/src/test/org/apache/lucene/facet/taxonomy/
H A DTestTaxonomyCombined.java772 for (int retry=0; retry<100; retry++) {
773 assertConsistentYoungestChild(abPath, abOrd, abYoungChildBase1, abYoungChildBase2, retry);
779 final int abOrd, final int abYoungChildBase1, final int abYoungChildBase2, final int retry)
807 assertChildrenArrays(tr.getChildrenArrays(),retry,retrieval[0]++);
815 private void assertChildrenArrays(ChildrenArrays ca, int retry, int retrieval) {
818 "Retry "+retry+": retrieval: "+retrieval+": wrong youngest child for category "+abPath+" (ord="+abOrd+
831 assertNull("Unexpcted exception at retry "+retry
778 assertConsistentYoungestChild(final CategoryPath abPath, final int abOrd, final int abYoungChildBase1, final int abYoungChildBase2, final int retry) argument
[all...]

Completed in 24 milliseconds