Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1613/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  
org.apache.solr.search.TestRangeQuery.testCompareTypesRandomRangeQueries

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([ADC1E8CA87F91822]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.TestRangeQuery

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([ADC1E8CA87F91822]:0)




Build Log:
[...truncated 16111 lines...]
   [junit4] Suite: org.apache.solr.search.TestRangeQuery
   [junit4]   2> 2117573 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2117575 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestRangeQuery_ADC1E8CA87F91822-001/data-dir-158-001
   [junit4]   2> 2117575 WARN  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2117575 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2117576 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2117576 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2117576 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2117584 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 2117659 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.s.IndexSchema Schema name=example
   [junit4]   2> 2117708 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.s.IndexSchema Loaded schema example/1.1 with uniqueid field id
   [junit4]   2> 2117799 WARN  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.c.CoreContainer Unable to create 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/userfiles].
  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access 
denied ("java.io.FilePermission" 
"/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/userfiles"
 "write")
   [junit4]   2>        at 
java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/userfiles"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:?]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:1044) 
~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2>        at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:824) 
~[?:?]
   [junit4]   2>        at 
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:381)
 ~[?:?]
   [junit4]   2>        at java.nio.file.Files.createDirectory(Files.java:692) 
~[?:?]
   [junit4]   2>        at 
java.nio.file.Files.createAndCheckIsDirectory(Files.java:799) ~[?:?]
   [junit4]   2>        at 
java.nio.file.Files.createDirectories(Files.java:745) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:370) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:335) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:807) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:797) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:658) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:647) [java/:?]
   [junit4]   2>        at 
org.apache.solr.search.TestRangeQuery.beforeClass(TestRangeQuery.java:49) 
[test/:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:?]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:567) 
~[?:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at org.junit.rules.RunRules.evaluate(RunRules.java:20) 
[junit-4.13.1.jar:4.13.1]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at org.junit.rules.RunRules.evaluate(RunRules.java:20) 
[junit-4.13.1.jar:4.13.1]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 2117800 WARN  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.f.DistribPackageStore Unable to create 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/filestore]
 directory in SOLR_HOME 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr].
  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access 
denied ("java.io.FilePermission" 
"/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:?]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:1044) 
~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2>        at java.io.File.mkdir(File.java:1323) ~[?:?]
   [junit4]   2>        at java.io.File.mkdirs(File.java:1355) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) 
[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:671) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:807) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:797) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:658) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:647) [java/:?]
   [junit4]   2>        at 
org.apache.solr.search.TestRangeQuery.beforeClass(TestRangeQuery.java:49) 
[test/:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:?]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:567) 
~[?:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at org.junit.rules.RunRules.evaluate(RunRules.java:20) 
[junit-4.13.1.jar:4.13.1]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at org.junit.rules.RunRules.evaluate(RunRules.java:20) 
[junit-4.13.1.jar:4.13.1]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 2117831 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2117840 WARN  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5397b288[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2117840 WARN  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5397b288[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2117858 WARN  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@70809d48[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2117858 WARN  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@70809d48[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2117859 WARN  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.c.CoreContainer Not all security plugins configured!  
authentication=disabled authorization=disabled.  Solr is only as secure as you 
make it. Consider configuring authentication/authorization before exposing Solr 
to users internal or external.  See https://s.apache.org/solrsecurity for more 
info
   [junit4]   2> 2117955 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39c50258
   [junit4]   2> 2117963 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39c50258
   [junit4]   2> 2117963 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@39c50258
   [junit4]   2> 2117970 INFO  (coreLoadExecutor-21069-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2117974 INFO  (coreLoadExecutor-21069-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 2117994 INFO  (coreLoadExecutor-21069-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Schema name=example
   [junit4]   2> 2118034 INFO  (coreLoadExecutor-21069-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.1 with uniqueid 
field id
   [junit4]   2> 2118066 INFO  (coreLoadExecutor-21069-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2118066 INFO  (coreLoadExecutor-21069-thread-1) [    
x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@39c50258
   [junit4]   2> 2118066 INFO  (coreLoadExecutor-21069-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestRangeQuery_ADC1E8CA87F91822-001/data-dir-158-001/]
   [junit4]   2> 2118068 INFO  (coreLoadExecutor-21069-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=31.1416015625, 
floorSegmentMB=0.7998046875, forceMergeDeletesPctAllowed=12.931432377408159, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=35.82899733232339
   [junit4]   2> 2118164 INFO  (coreLoadExecutor-21069-thread-1) [    
x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2118164 INFO  (coreLoadExecutor-21069-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2118194 INFO  (coreLoadExecutor-21069-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2118194 INFO  (coreLoadExecutor-21069-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2118195 INFO  (coreLoadExecutor-21069-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=45, 
maxMergedSegmentMB=108.8310546875, floorSegmentMB=1.146484375, 
forceMergeDeletesPctAllowed=17.543414903407555, segmentsPerTier=39.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.35261352674540924, 
deletesPctAllowed=45.56548838607174
   [junit4]   2> 2118198 INFO  (coreLoadExecutor-21069-thread-1) [    
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2118438 INFO  (coreLoadExecutor-21069-thread-1) [    
x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2118671 INFO  (coreLoadExecutor-21069-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2118671 INFO  (coreLoadExecutor-21069-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1682014713852985344
   [junit4]   2> 2118672 INFO  
(searcherExecutor-21071-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2118673 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2118676 INFO  
(searcherExecutor-21071-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2118676 INFO  
(searcherExecutor-21071-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2118676 INFO  
(searcherExecutor-21071-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2118677 INFO  
(searcherExecutor-21071-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2118677 INFO  
(searcherExecutor-21071-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2118679 INFO  
(searcherExecutor-21071-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2118679 INFO  
(searcherExecutor-21071-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2118679 INFO  
(searcherExecutor-21071-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2118689 INFO  
(searcherExecutor-21071-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2118721 INFO  
(TEST-TestRangeQuery.testRangeQueryRequiresTO-seed#[ADC1E8CA87F91822]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testRangeQueryRequiresTO
   [junit4]   2> 2118721 INFO  
(TEST-TestRangeQuery.testRangeQueryRequiresTO-seed#[ADC1E8CA87F91822]) [     ] 
o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2118733 INFO  
(TEST-TestRangeQuery.testRangeQueryRequiresTO-seed#[ADC1E8CA87F91822]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 12
   [junit4]   2> 2118768 INFO  
(searcherExecutor-21071-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2118768 INFO  
(TEST-TestRangeQuery.testRangeQueryRequiresTO-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 34
   [junit4]   2> 2118773 INFO  
(TEST-TestRangeQuery.testRangeQueryRequiresTO-seed#[ADC1E8CA87F91822]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testRangeQueryRequiresTO
   [junit4]   2> 2118818 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testRandomRangeQueries
   [junit4]   2> 2118818 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [     ] 
o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2118819 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [     ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 2118832 INFO  
(searcherExecutor-21071-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2118833 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 13
   [junit4]   2> 2118836 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0 (1682014714023903232)]} 0 1
   [junit4]   2> 2118836 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1682014714026000384)]} 0 0
   [junit4]   2> 2118836 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[2 (1682014714026000385)]} 0 0
   [junit4]   2> 2118837 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[3 (1682014714027048960)]} 0 0
   [junit4]   2> 2118837 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[4 (1682014714027048961)]} 0 0
   [junit4]   2> 2118837 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[5 (1682014714027048962)]} 0 0
   [junit4]   2> 2118837 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[6 (1682014714027048963)]} 0 0
   [junit4]   2> 2118838 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[7 (1682014714028097536)]} 0 0
   [junit4]   2> 2118838 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[8 (1682014714028097537)]} 0 0
   [junit4]   2> 2118838 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[9 (1682014714028097538)]} 0 0
   [junit4]   2> 2118838 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[10 (1682014714028097539)]} 0 0
   [junit4]   2> 2118839 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[11 (1682014714029146112)]} 0 0
   [junit4]   2> 2118839 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[12 (1682014714029146113)]} 0 0
   [junit4]   2> 2118839 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[13 (1682014714029146114)]} 0 0
   [junit4]   2> 2118839 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[14 (1682014714029146115)]} 0 0
   [junit4]   2> 2118839 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[15 (1682014714029146116)]} 0 0
   [junit4]   2> 2118840 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[16 (1682014714030194688)]} 0 0
   [junit4]   2> 2118840 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[17 (1682014714030194689)]} 0 0
   [junit4]   2> 2118840 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[18 (1682014714030194690)]} 0 0
   [junit4]   2> 2118840 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[19 (1682014714030194691)]} 0 0
   [junit4]   2> 2118841 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[20 (1682014714031243264)]} 0 0
   [junit4]   2> 2118841 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[21 (1682014714031243265)]} 0 0
   [junit4]   2> 2118841 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[22 (1682014714031243266)]} 0 0
   [junit4]   2> 2118841 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[23 (1682014714031243267)]} 0 0
   [junit4]   2> 2118842 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[24 (1682014714031243268)]} 0 0
   [junit4]   2> 2118842 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[25 (1682014714032291840)]} 0 0
   [junit4]   2> 2118842 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[26 (1682014714032291841)]} 0 0
   [junit4]   2> 2118842 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[27 (1682014714032291842)]} 0 0
   [junit4]   2> 2118842 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[28 (1682014714032291843)]} 0 0
   [junit4]   2> 2118843 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[29 (1682014714033340416)]} 0 0
   [junit4]   2> 2118864 INFO  
(searcherExecutor-21071-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2118873 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 30
   [junit4]   2> 2118874 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:[211+TO+566]&rows=30&wt=xml} hits=11 status=0 QTime=0
   [junit4]   2> 2118875 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:[211+TO+566]&rows=30&wt=xml} hits=11 status=0 QTime=0
   [junit4]   2> 2118875 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:[211+TO+566]&rows=30&wt=xml} hits=11 status=0 QTime=0
   [junit4]   2> 2118875 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:[211+TO+566]&rows=30&wt=xml} hits=11 status=0 QTime=0
   [junit4]   2> 2118875 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:[211+TO+566]&rows=30&wt=xml} hits=11 status=0 QTime=0
   [junit4]   2> 2118876 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:[211+TO+566]&rows=30&wt=xml} hits=11 status=0 QTime=0
   [junit4]   2> 2118876 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:[211+TO+566]&rows=30&wt=xml} hits=11 status=0 QTime=0
   [junit4]   2> 2118877 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:[211+TO+566]&rows=30&wt=xml} hits=11 status=0 QTime=0
   [junit4]   2> 2118915 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+l%3D211+u%3D566}&rows=30&wt=xml} hits=11 status=0 
QTime=37
   [junit4]   2> 2118915 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+l%3D211+u%3D566}&rows=30&wt=xml} hits=11 status=0 
QTime=0
   [junit4]   2> 2118915 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+l%3D211+u%3D566}&rows=30&wt=xml} hits=11 status=0 
QTime=0
   [junit4]   2> 2118922 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+l%3D211+u%3D566}&rows=30&wt=xml} hits=11 status=0 
QTime=7
   [junit4]   2> 2118923 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:{208+TO+286}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118923 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:{208+TO+286}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118924 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:{208+TO+286}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118924 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:{208+TO+286}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118924 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:{208+TO+286}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118924 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:{208+TO+286}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118924 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:{208+TO+286}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118925 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:{208+TO+286}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118925 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+l%3D208+u%3D286+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=4 status=0 QTime=0
   [junit4]   2> 2118925 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+l%3D208+u%3D286+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=4 status=0 QTime=0
   [junit4]   2> 2118925 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+l%3D208+u%3D286+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=4 status=0 QTime=0
   [junit4]   2> 2118925 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+l%3D208+u%3D286+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=4 status=0 QTime=0
   [junit4]   2> 2118926 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:[-58+TO+274]&rows=30&wt=xml} hits=18 status=0 QTime=0
   [junit4]   2> 2118926 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:[-58+TO+274]&rows=30&wt=xml} hits=18 status=0 QTime=0
   [junit4]   2> 2118926 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:[-58+TO+274]&rows=30&wt=xml} hits=18 status=0 QTime=0
   [junit4]   2> 2118926 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:[-58+TO+274]&rows=30&wt=xml} hits=18 status=0 QTime=0
   [junit4]   2> 2118926 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:[-58+TO+274]&rows=30&wt=xml} hits=18 status=0 QTime=0
   [junit4]   2> 2118927 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:[-58+TO+274]&rows=30&wt=xml} hits=18 status=0 QTime=0
   [junit4]   2> 2118927 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:[-58+TO+274]&rows=30&wt=xml} hits=18 status=0 QTime=0
   [junit4]   2> 2118927 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:[-58+TO+274]&rows=30&wt=xml} hits=18 status=0 QTime=0
   [junit4]   2> 2118927 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+l%3D-58+u%3D274}&rows=30&wt=xml} hits=18 status=0 
QTime=0
   [junit4]   2> 2118927 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+l%3D-58+u%3D274}&rows=30&wt=xml} hits=18 status=0 
QTime=0
   [junit4]   2> 2118927 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+l%3D-58+u%3D274}&rows=30&wt=xml} hits=18 status=0 
QTime=0
   [junit4]   2> 2118928 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+l%3D-58+u%3D274}&rows=30&wt=xml} hits=18 status=0 
QTime=0
   [junit4]   2> 2118928 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:[199+TO+214]&rows=30&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2118928 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:[199+TO+214]&rows=30&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2118928 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:[199+TO+214]&rows=30&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2118928 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:[199+TO+214]&rows=30&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2118928 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:[199+TO+214]&rows=30&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2118929 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:[199+TO+214]&rows=30&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2118929 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:[199+TO+214]&rows=30&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2118929 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:[199+TO+214]&rows=30&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2118929 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+l%3D199+u%3D214}&rows=30&wt=xml} hits=0 status=0 
QTime=0
   [junit4]   2> 2118929 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+l%3D199+u%3D214}&rows=30&wt=xml} hits=0 status=0 
QTime=0
   [junit4]   2> 2118929 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+l%3D199+u%3D214}&rows=30&wt=xml} hits=0 status=0 
QTime=0
   [junit4]   2> 2118929 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+l%3D199+u%3D214}&rows=30&wt=xml} hits=0 status=0 
QTime=0
   [junit4]   2> 2118930 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:[303+TO+675]&rows=30&wt=xml} hits=5 status=0 QTime=0
   [junit4]   2> 2118930 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:[303+TO+675]&rows=30&wt=xml} hits=5 status=0 QTime=0
   [junit4]   2> 2118930 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:[303+TO+675]&rows=30&wt=xml} hits=5 status=0 QTime=0
   [junit4]   2> 2118930 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:[303+TO+675]&rows=30&wt=xml} hits=5 status=0 QTime=0
   [junit4]   2> 2118930 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:[303+TO+675]&rows=30&wt=xml} hits=5 status=0 QTime=0
   [junit4]   2> 2118931 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:[303+TO+675]&rows=30&wt=xml} hits=5 status=0 QTime=0
   [junit4]   2> 2118931 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:[303+TO+675]&rows=30&wt=xml} hits=5 status=0 QTime=0
   [junit4]   2> 2118931 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:[303+TO+675]&rows=30&wt=xml} hits=5 status=0 QTime=0
   [junit4]   2> 2118932 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+l%3D303+u%3D675}&rows=30&wt=xml} hits=5 status=0 
QTime=0
   [junit4]   2> 2118937 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+l%3D303+u%3D675}&rows=30&wt=xml} hits=5 status=0 
QTime=0
   [junit4]   2> 2118938 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+l%3D303+u%3D675}&rows=30&wt=xml} hits=5 status=0 
QTime=0
   [junit4]   2> 2118948 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+l%3D303+u%3D675}&rows=30&wt=xml} hits=5 status=0 
QTime=9
   [junit4]   2> 2118948 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:[*+TO+554]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118948 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:[*+TO+554]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118949 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:[*+TO+554]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118949 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:[*+TO+554]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118949 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:[*+TO+554]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118949 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:[*+TO+554]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118949 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:[*+TO+554]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118949 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:[*+TO+554]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118950 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+u%3D554}&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118950 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+u%3D554}&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118950 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+u%3D554}&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118950 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+u%3D554}&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118950 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:{133+TO+366}&rows=30&wt=xml} hits=17 status=0 QTime=0
   [junit4]   2> 2118951 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:{133+TO+366}&rows=30&wt=xml} hits=17 status=0 QTime=0
   [junit4]   2> 2118951 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:{133+TO+366}&rows=30&wt=xml} hits=17 status=0 QTime=0
   [junit4]   2> 2118951 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:{133+TO+366}&rows=30&wt=xml} hits=17 status=0 QTime=0
   [junit4]   2> 2118951 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:{133+TO+366}&rows=30&wt=xml} hits=17 status=0 QTime=0
   [junit4]   2> 2118951 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:{133+TO+366}&rows=30&wt=xml} hits=17 status=0 QTime=0
   [junit4]   2> 2118952 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:{133+TO+366}&rows=30&wt=xml} hits=17 status=0 QTime=0
   [junit4]   2> 2118952 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:{133+TO+366}&rows=30&wt=xml} hits=17 status=0 QTime=0
   [junit4]   2> 2118952 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+l%3D133+u%3D366+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=17 status=0 QTime=0
   [junit4]   2> 2118952 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+l%3D133+u%3D366+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=17 status=0 QTime=0
   [junit4]   2> 2118952 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+l%3D133+u%3D366+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=17 status=0 QTime=0
   [junit4]   2> 2118952 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+l%3D133+u%3D366+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=17 status=0 QTime=0
   [junit4]   2> 2118953 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:{-30+TO+228}&rows=30&wt=xml} hits=14 status=0 QTime=0
   [junit4]   2> 2118953 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:{-30+TO+228}&rows=30&wt=xml} hits=14 status=0 QTime=0
   [junit4]   2> 2118953 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:{-30+TO+228}&rows=30&wt=xml} hits=14 status=0 QTime=0
   [junit4]   2> 2118953 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:{-30+TO+228}&rows=30&wt=xml} hits=14 status=0 QTime=0
   [junit4]   2> 2118954 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:{-30+TO+228}&rows=30&wt=xml} hits=14 status=0 QTime=0
   [junit4]   2> 2118954 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:{-30+TO+228}&rows=30&wt=xml} hits=14 status=0 QTime=0
   [junit4]   2> 2118954 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:{-30+TO+228}&rows=30&wt=xml} hits=14 status=0 QTime=0
   [junit4]   2> 2118954 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:{-30+TO+228}&rows=30&wt=xml} hits=14 status=0 QTime=0
   [junit4]   2> 2118954 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+l%3D-30+u%3D228+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=14 status=0 QTime=0
   [junit4]   2> 2118955 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+l%3D-30+u%3D228+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=14 status=0 QTime=0
   [junit4]   2> 2118955 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+l%3D-30+u%3D228+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=14 status=0 QTime=0
   [junit4]   2> 2118955 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+l%3D-30+u%3D228+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=14 status=0 QTime=0
   [junit4]   2> 2118955 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:[280+TO+637]&rows=30&wt=xml} hits=8 status=0 QTime=0
   [junit4]   2> 2118955 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:[280+TO+637]&rows=30&wt=xml} hits=8 status=0 QTime=0
   [junit4]   2> 2118956 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:[280+TO+637]&rows=30&wt=xml} hits=8 status=0 QTime=0
   [junit4]   2> 2118956 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:[280+TO+637]&rows=30&wt=xml} hits=8 status=0 QTime=0
   [junit4]   2> 2118956 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:[280+TO+637]&rows=30&wt=xml} hits=8 status=0 QTime=0
   [junit4]   2> 2118956 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:[280+TO+637]&rows=30&wt=xml} hits=8 status=0 QTime=0
   [junit4]   2> 2118956 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:[280+TO+637]&rows=30&wt=xml} hits=8 status=0 QTime=0
   [junit4]   2> 2118957 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:[280+TO+637]&rows=30&wt=xml} hits=8 status=0 QTime=0
   [junit4]   2> 2118957 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+l%3D280+u%3D637}&rows=30&wt=xml} hits=8 status=0 
QTime=0
   [junit4]   2> 2118957 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+l%3D280+u%3D637}&rows=30&wt=xml} hits=8 status=0 
QTime=0
   [junit4]   2> 2118957 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+l%3D280+u%3D637}&rows=30&wt=xml} hits=8 status=0 
QTime=0
   [junit4]   2> 2118957 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+l%3D280+u%3D637}&rows=30&wt=xml} hits=8 status=0 
QTime=0
   [junit4]   2> 2118957 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:{62+TO+235}&rows=30&wt=xml} hits=13 status=0 QTime=0
   [junit4]   2> 2118958 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:{62+TO+235}&rows=30&wt=xml} hits=13 status=0 QTime=0
   [junit4]   2> 2118958 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:{62+TO+235}&rows=30&wt=xml} hits=13 status=0 QTime=0
   [junit4]   2> 2118963 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:{62+TO+235}&rows=30&wt=xml} hits=13 status=0 QTime=4
   [junit4]   2> 2118963 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:{62+TO+235}&rows=30&wt=xml} hits=13 status=0 QTime=0
   [junit4]   2> 2118963 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:{62+TO+235}&rows=30&wt=xml} hits=13 status=0 QTime=0
   [junit4]   2> 2118963 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:{62+TO+235}&rows=30&wt=xml} hits=13 status=0 QTime=0
   [junit4]   2> 2118963 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:{62+TO+235}&rows=30&wt=xml} hits=13 status=0 QTime=0
   [junit4]   2> 2118963 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+l%3D62+u%3D235+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=13 status=0 QTime=0
   [junit4]   2> 2118963 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+l%3D62+u%3D235+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=13 status=0 QTime=0
   [junit4]   2> 2118963 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+l%3D62+u%3D235+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=13 status=0 QTime=0
   [junit4]   2> 2118963 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+l%3D62+u%3D235+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=13 status=0 QTime=0
   [junit4]   2> 2118963 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:{172+TO+255}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118963 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:{172+TO+255}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118963 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:{172+TO+255}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118963 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:{172+TO+255}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118963 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:{172+TO+255}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118967 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:{172+TO+255}&rows=30&wt=xml} hits=4 status=0 QTime=4
   [junit4]   2> 2118967 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:{172+TO+255}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118967 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:{172+TO+255}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118967 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+l%3D172+u%3D255+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=4 status=0 QTime=0
   [junit4]   2> 2118967 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+l%3D172+u%3D255+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=4 status=0 QTime=0
   [junit4]   2> 2118968 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+l%3D172+u%3D255+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=4 status=0 QTime=0
   [junit4]   2> 2118968 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+l%3D172+u%3D255+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=4 status=0 QTime=0
   [junit4]   2> 2118968 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:{231+TO+589}&rows=30&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 2118968 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:{231+TO+589}&rows=30&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 2118968 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:{231+TO+589}&rows=30&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 2118968 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:{231+TO+589}&rows=30&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 2118968 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:{231+TO+589}&rows=30&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 2118968 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:{231+TO+589}&rows=30&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 2118969 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:{231+TO+589}&rows=30&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 2118969 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:{231+TO+589}&rows=30&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 2118969 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+l%3D231+u%3D589+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=9 status=0 QTime=0
   [junit4]   2> 2118969 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+l%3D231+u%3D589+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=9 status=0 QTime=0
   [junit4]   2> 2118969 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+l%3D231+u%3D589+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=9 status=0 QTime=0
   [junit4]   2> 2118969 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+l%3D231+u%3D589+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=9 status=0 QTime=0
   [junit4]   2> 2118969 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:[191+TO+210]&rows=30&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2118969 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:[191+TO+210]&rows=30&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2118970 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:[191+TO+210]&rows=30&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2118970 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:[191+TO+210]&rows=30&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2118970 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:[191+TO+210]&rows=30&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2118970 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:[191+TO+210]&rows=30&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2118970 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:[191+TO+210]&rows=30&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2118970 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:[191+TO+210]&rows=30&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 2118970 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+l%3D191+u%3D210}&rows=30&wt=xml} hits=0 status=0 
QTime=0
   [junit4]   2> 2118970 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+l%3D191+u%3D210}&rows=30&wt=xml} hits=0 status=0 
QTime=0
   [junit4]   2> 2118970 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+l%3D191+u%3D210}&rows=30&wt=xml} hits=0 status=0 
QTime=0
   [junit4]   2> 2118971 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+l%3D191+u%3D210}&rows=30&wt=xml} hits=0 status=0 
QTime=0
   [junit4]   2> 2118971 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:{247+TO+352}&rows=30&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 2118971 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:{247+TO+352}&rows=30&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 2118971 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:{247+TO+352}&rows=30&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 2118971 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:{247+TO+352}&rows=30&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 2118971 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:{247+TO+352}&rows=30&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 2118971 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:{247+TO+352}&rows=30&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 2118971 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:{247+TO+352}&rows=30&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 2118972 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:{247+TO+352}&rows=30&wt=xml} hits=9 status=0 QTime=0
   [junit4]   2> 2118972 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+l%3D247+u%3D352+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=9 status=0 QTime=0
   [junit4]   2> 2118972 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+l%3D247+u%3D352+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=9 status=0 QTime=0
   [junit4]   2> 2118972 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+l%3D247+u%3D352+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=9 status=0 QTime=0
   [junit4]   2> 2118972 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+l%3D247+u%3D352+incl%3Dfalse+incu%3Dfalse}&rows=30&wt=xml}
 hits=9 status=0 QTime=0
   [junit4]   2> 2118972 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:[70+TO+700]&rows=30&wt=xml} hits=20 status=0 QTime=0
   [junit4]   2> 2118972 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:[70+TO+700]&rows=30&wt=xml} hits=20 status=0 QTime=0
   [junit4]   2> 2118972 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:[70+TO+700]&rows=30&wt=xml} hits=20 status=0 QTime=0
   [junit4]   2> 2118974 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:[70+TO+700]&rows=30&wt=xml} hits=20 status=0 QTime=0
   [junit4]   2> 2118974 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:[70+TO+700]&rows=30&wt=xml} hits=20 status=0 QTime=0
   [junit4]   2> 2118975 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:[70+TO+700]&rows=30&wt=xml} hits=20 status=0 QTime=0
   [junit4]   2> 2118975 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:[70+TO+700]&rows=30&wt=xml} hits=20 status=0 QTime=0
   [junit4]   2> 2118975 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:[70+TO+700]&rows=30&wt=xml} hits=20 status=0 QTime=0
   [junit4]   2> 2118975 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+l%3D70+u%3D700}&rows=30&wt=xml} hits=20 status=0 
QTime=0
   [junit4]   2> 2118975 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+l%3D70+u%3D700}&rows=30&wt=xml} hits=20 status=0 
QTime=0
   [junit4]   2> 2118976 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+l%3D70+u%3D700}&rows=30&wt=xml} hits=20 status=0 
QTime=0
   [junit4]   2> 2118976 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+l%3D70+u%3D700}&rows=30&wt=xml} hits=20 status=0 
QTime=0
   [junit4]   2> 2118976 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:[*+TO+659]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118976 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:[*+TO+659]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118977 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:[*+TO+659]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118977 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:[*+TO+659]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118977 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:[*+TO+659]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118977 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:[*+TO+659]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118977 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:[*+TO+659]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118978 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:[*+TO+659]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118978 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+u%3D659}&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118978 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+u%3D659}&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118978 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+u%3D659}&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118978 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+u%3D659}&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118979 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:[-84+TO+*]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118979 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:[-84+TO+*]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118979 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:[-84+TO+*]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118979 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:[-84+TO+*]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118979 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:[-84+TO+*]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118979 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:[-84+TO+*]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118980 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:[-84+TO+*]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118980 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:[-84+TO+*]&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118980 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+l%3D-84}&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118980 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+l%3D-84}&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118980 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+l%3D-84}&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118980 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+l%3D-84}&rows=30&wt=xml} hits=26 status=0 QTime=0
   [junit4]   2> 2118993 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:[71+TO+641]&rows=30&wt=xml} hits=20 status=0 QTime=12
   [junit4]   2> 2118993 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:[71+TO+641]&rows=30&wt=xml} hits=20 status=0 QTime=0
   [junit4]   2> 2118993 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:[71+TO+641]&rows=30&wt=xml} hits=20 status=0 QTime=0
   [junit4]   2> 2118994 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:[71+TO+641]&rows=30&wt=xml} hits=20 status=0 QTime=0
   [junit4]   2> 2118994 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:[71+TO+641]&rows=30&wt=xml} hits=20 status=0 QTime=0
   [junit4]   2> 2118994 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:[71+TO+641]&rows=30&wt=xml} hits=20 status=0 QTime=0
   [junit4]   2> 2118994 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:[71+TO+641]&rows=30&wt=xml} hits=20 status=0 QTime=0
   [junit4]   2> 2118994 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:[71+TO+641]&rows=30&wt=xml} hits=20 status=0 QTime=0
   [junit4]   2> 2118995 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_i+l%3D71+u%3D641}&rows=30&wt=xml} hits=20 status=0 
QTime=0
   [junit4]   2> 2118995 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_l+l%3D71+u%3D641}&rows=30&wt=xml} hits=20 status=0 
QTime=0
   [junit4]   2> 2118995 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_f+l%3D71+u%3D641}&rows=30&wt=xml} hits=20 status=0 
QTime=0
   [junit4]   2> 2118995 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!frange+v%3Dfoo_d+l%3D71+u%3D641}&rows=30&wt=xml} hits=20 status=0 
QTime=0
   [junit4]   2> 2118996 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_i:{318+TO+375}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118996 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_l:{318+TO+375}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118996 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_f:{318+TO+375}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118996 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_d:{318+TO+375}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118996 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_ti:{318+TO+375}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118996 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tl:{318+TO+375}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118996 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_tf:{318+TO+375}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118996 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=foo_td:{318+TO+375}&rows=30&wt=xml} hits=4 status=0 QTime=0
   [junit4]   2> 2118996 INFO  
(TEST-TestRangeQuery.testRandomRangeQueries-seed#[ADC1E8CA87F91822]) [    
x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!fran

[...truncated too long message...]

geQueries-seed#[ADC1E8CA87F91822]) [     ] o.a.s.SolrTestCaseJ4 ###Ending 
testCompareTypesRandomRangeQueries
   [junit4]   2> 2134509 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2134509 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1721823661
   [junit4]   2> 2134510 INFO  (coreCloseExecutor-21077-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@69221226
   [junit4]   2> 2134510 INFO  (coreCloseExecutor-21077-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@69221226
   [junit4]   2> 2134510 INFO  (coreCloseExecutor-21077-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@70476265: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@7a93a0b4
   [junit4]   2> 2134531 INFO  (coreCloseExecutor-21077-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 2134534 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 2134534 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@752fa4d3: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@3dd2ac0b
   [junit4]   2> 2134539 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 2134539 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@793cd6e: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@b4913ad
   [junit4]   2> 2134544 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 2134544 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7354b75c: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@779298ae
   [junit4]   2> 2134553 INFO  
(SUITE-TestRangeQuery-seed#[ADC1E8CA87F91822]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87), 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=en-BM, 
timezone=Africa/Brazzaville
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 
(64-bit)/cpus=6,threads=1,free=325815712,total=517996544
   [junit4]   2> NOTE: All tests run in this JVM: [TestContainerPlugin, 
TestCloudRecovery, ReturnFieldsTest, HdfsTlogReplayBufferedWhileIndexingTest, 
TestSolrCloudWithHadoopAuthPlugin, OrderedExecutorTest, NumericFieldsTest, 
TestExactStatsCache, TestStressLucene, TokenizerChainTest, SplitShardTest, 
TestSolrCloudSnapshots, CoreAdminCreateDiscoverTest, TestReloadAndDeleteDocs, 
TestGraphTermsQParserPlugin, LeaderVoteWaitTimeoutTest, TestCloudDeleteByQuery, 
CollectionReloadTest, TestSimExecutePlanAction, TestSweetSpotSimilarityFactory, 
DistributedExpandComponentTest, BasicAuthOnSingleNodeTest, 
TestWaitForStateWithJettyShutdowns, TestTestInjection, CreateRoutedAliasTest, 
SolrSlf4jReporterTest, DistributedQueueTest, TestBinaryResponseWriter, 
HighlighterMaxOffsetTest, AnalysisAfterCoreReloadTest, TestFastLRUCache, 
StatelessScriptUpdateProcessorFactoryTest, TestPhraseSuggestions, 
TestInPlaceUpdatesDistrib, HdfsBasicDistributedZk2Test, HLLUtilTest, 
TestCloudNestedDocsSort, UpdateRequestProcessorFactoryTest, 
DaemonStreamApiTest, PrimitiveFieldTypeTest, SecurityConfHandlerTest, 
RootFieldTest, ByteBuffersDirectoryFactoryTest, TestFaceting, 
DirectSolrSpellCheckerTest, TestCharFilters, DateMathParserTest, 
TestUnifiedSolrHighlighterWithoutStoredId, TestRestManager, 
AssignBackwardCompatibilityTest, TestJoin, TestComponentsName, 
BlockJoinFacetDistribTest, TestManagedStopFilterFactory, TestCloudJSONFacetSKG, 
TestExternalRoleRuleBasedAuthorizationPlugin, SplitByPrefixTest, 
TestSurroundQueryParser, TestSmileRequest, TestDistribDocBasedVersion, 
TestMultiWordSynonyms, IndexSizeTriggerSizeEstimationTest, 
TestClassicSimilarityFactory, TestJavabinTupleStreamParser, 
TestMultiValuedNumericRangeQuery, RulesTest, TestSubQueryTransformer, 
TimeRoutedAliasUpdateProcessorTest, TriggerSetPropertiesIntegrationTest, 
TestReload, ClassificationUpdateProcessorFactoryTest, 
DistributedQueryElevationComponentTest, TestLRUCache, 
TestSolrConfigHandlerCloud, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
TestConfigOverlay, TestReplicationHandlerDiskOverFlow, 
BigEndianAscendingWordSerializerTest, IgnoreLargeDocumentProcessorFactoryTest, 
OverseerStatusTest, SuggestComponentContextFilterQueryTest, V2StandaloneTest, 
TestCloudManagedSchema, TestRTimerTree, TestPackages, 
TestConfigSetsAPIExclusivity, RequestLoggingTest, TestJsonFacetsStatsParsing, 
DistributedFacetPivotSmallTest, CloudReplicaSourceTest, TestDynamicURP, 
TestDistributedMissingSort, BasicFunctionalityTest, ConvertedLegacyTest, 
CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, 
SolrInfoBeanTest, TestSolrTestCaseJ4, TestTolerantSearch, TestTrie, 
PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, 
TestDeprecatedFilters, TestLuceneMatchVersion, 
TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, 
TestJettySolrRunner, ChaosMonkeySafeLeaderTest, CleanupOldIndexTest, 
CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, 
CreateCollectionCleanupTest, DeleteShardTest, DistribCursorPagingTest, 
DistribJoinFromCollectionTest, FullSolrCloudDistribCmdsTest, 
HttpPartitionOnCommitTest, LeaderElectionContextKeyTest, 
LeaderElectionIntegrationTest, MissingSegmentRecoveryTest, 
MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest, 
MultiSolrCloudTestCaseTest, MultiThreadedOCPTest, ReplaceNodeTest, 
SharedFSAutoReplicaFailoverTest, TestConfigSetsAPIShareSchema, 
TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, 
TestRandomRequestDistribution, TestSegmentSorting, TestTlogReplayVsRecovery, 
UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, 
TestHdfsCloudBackupRestore, AutoAddReplicasPlanActionTest, 
NodeAddedTriggerTest, NodeMarkersRegistrationTest, RestoreTriggerStateTest, 
TestSimExtremeIndexing, TestSimGenericDistributedQueue, 
TestSimNodeAddedTrigger, TestSimNodeLostTrigger, TestSnapshotCloudManager, 
CdcrOpsAndBoundariesTest, CdcrReplicationHandlerTest, HdfsRecoverLeaseTest, 
ZkCollectionPropsCachingTest, ImplicitSnitchTest, RuleEngineTest, 
ZkDynamicConfigTest, AlternateDirectoryTest, BlobRepositoryCloudTest, 
DirectoryFactoriesTest, ExitableDirectoryReaderTest, PluginInfoTest, 
RAMDirectoryFactoryTest, TestConfigSetImmutable, TestConfigSetProperties, 
TestConfigSets, TestCoreDiscovery, TestQuerySenderNoQuery, TestSolrXml, 
TestDistribPackageStore, TestSQLHandlerNonCloud, AutoscalingHistoryHandlerTest, 
ResponseBuilderTest, TestDistributedStatsComponentCardinality, 
MaxScoreCollectorTest, QueryEqualityTest, SignificantTermsQParserPluginTest, 
SortSpecParsingTest, SpatialFilterTest, TestDocSet, TestElisionMultitermQuery, 
TestFilteredDocIdSet, TestFiltering, TestQueryTypes, TestRangeQuery]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRangeQuery 
-Dtests.seed=ADC1E8CA87F91822 -Dtests.slow=true -Dtests.locale=en-BM 
-Dtests.timezone=Africa/Brazzaville -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestRangeQuery (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([ADC1E8CA87F91822]:0)
   [junit4] Completed [803/921 (1!)] on J0 in 17.20s, 5 tests, 2 errors <<< 
FAILURES!

[...truncated 48054 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1613/consoleText

[repro] Revision: 5b79ad3d64638556b04528bd941be3e41fc66a3a

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestRangeQuery 
-Dtests.method=testCompareTypesRandomRangeQueries -Dtests.seed=ADC1E8CA87F91822 
-Dtests.slow=true -Dtests.locale=en-BM -Dtests.timezone=Africa/Brazzaville 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=TestRangeQuery 
-Dtests.seed=ADC1E8CA87F91822 -Dtests.slow=true -Dtests.locale=en-BM 
-Dtests.timezone=Africa/Brazzaville -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestRangeQuery
[repro] ant compile-test

[...truncated 3455 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestRangeQuery" -Dtests.showOutput=onerror 
"-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=ADC1E8CA87F91822 
-Dtests.slow=true -Dtests.locale=en-BM -Dtests.timezone=Africa/Brazzaville 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 101 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.search.TestRangeQuery
[repro] Exiting with code 0

[...truncated 94 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to