tests: use fs factory for now

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-01-01 23:59:30 +00:00
parent 0268e3807b
commit 0446589f43
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ public class ChaosMonkeyNothingIsSafeTest extends AbstractFullDistribZkTestBase
// can help to hide this when testing and looking at logs
//ignoreException("shard update error");
System.setProperty("numShards", Integer.toString(sliceCount));
useFactory("solr.StandardDirectoryFactory");
}
@Override