mirror of https://github.com/apache/lucene.git
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:
parent
0268e3807b
commit
0446589f43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue