mirror of
https://github.com/apache/lucene.git
synced 2025-02-21 01:18:45 +00:00
tests: disable stress DBQ reorder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1357027 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
75f7719318
commit
9250082566
@ -1014,7 +1014,7 @@ public class TestRealTimeGet extends SolrTestCaseJ4 {
|
||||
final int commitPercent = 5 + random().nextInt(20);
|
||||
final int softCommitPercent = 30+random().nextInt(75); // what percent of the commits are soft
|
||||
final int deletePercent = 4+random().nextInt(25);
|
||||
final int deleteByQueryPercent = 1+random().nextInt(7);
|
||||
final int deleteByQueryPercent = 0; // 1+random().nextInt(7);
|
||||
final int ndocs = 5 + (random().nextBoolean() ? random().nextInt(25) : random().nextInt(200));
|
||||
int nWriteThreads = 5 + random().nextInt(25);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user