put this optimize back in - we need to make sure the deletes are cleared

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1369207 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-08-03 20:56:45 +00:00
parent 60deff559f
commit 917fe18679
1 changed files with 5 additions and 4 deletions

View File

@ -172,10 +172,11 @@ public class SolrCmdDistributorTest extends BaseDistributedSearchTestCase {
assertEquals(results.toString(), 2, numFound);
// debug stuff
// for (SolrServer c : clients) {
// c.optimize();
// System.out.println(clients.get(0).request(new LukeRequest()));
// }
for (SolrServer c : clients) {
c.optimize();
// distrib optimize is not working right yet, so call it on each client
//System.out.println(clients.get(0).request(new LukeRequest()));
}
int id = 5;