Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4695/
Java: 32bit/jdk1.8.0_40 -server -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.solr.search.TestRangeQuery.testRandomRangeQueries
Error Message:
expected:<0> but was:<15>
Stack Trace:
java.lang.AssertionError: expected:<0> but was:<15>
at
__randomizedtesting.SeedInfo.seed([782FF37E0D11039B:60E9EB9EA9E7DF7D]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.search.TestRangeQuery.sameDocs(TestRangeQuery.java:275)
at
org.apache.solr.search.TestRangeQuery.testRandomRangeQueries(TestRangeQuery.java:264)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
FAILED: junit.framework.TestSuite.org.apache.solr.search.TestRangeQuery
Error Message:
1
Stack Trace:
java.lang.AssertionError: 1
at __randomizedtesting.SeedInfo.seed([782FF37E0D11039B]:0)
at
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:201)
at org.apache.solr.core.SolrCore.close(SolrCore.java:1176)
at org.apache.solr.core.SolrCores.close(SolrCores.java:117)
at org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:375)
at org.apache.solr.util.TestHarness.close(TestHarness.java:359)
at org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:704)
at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:230)
at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:799)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 10027 lines...]
[junit4] Suite: org.apache.solr.search.TestRangeQuery
[junit4] 2> Creating dataDir:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestRangeQuery
782FF37E0D11039B-001\init-core-data-001
[junit4] 2> 1708387 T9920 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(false) and clientAuth (false)
[junit4] 2> 1708388 T9920 oas.SolrTestCaseJ4.initCore ####initCore
[junit4] 2> 1708389 T9920 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
[junit4] 2> 1708390 T9920 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1708391 T9920 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1708430 T9920 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 1708480 T9920 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 1708496 T9920 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1708497 T9920 oass.IndexSchema.readSchema Reading Solr Schema
from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema11.xml
[junit4] 2> 1708501 T9920 oass.IndexSchema.readSchema [null] Schema
name=example
[junit4] 2> 1708530 T9920 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 1708530 T9920 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1708533 T9920 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1708533 T9920 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
[junit4] 2> 1708533 T9920 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\'
[junit4] 2> 1708546 T9920 oasc.CoreContainer.<init> New CoreContainer
16835375
[junit4] 2> 1708546 T9920 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\]
[junit4] 2> 1708546 T9920 oasc.CoreContainer.load loading shared library:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib
[junit4] 2> 1708547 T9920 oasc.SolrResourceLoader.addToClassLoader WARN
Can't find (or read) directory to add to classloader: lib (resolved as:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib).
[junit4] 2> 1708556 T9920 oashc.HttpShardHandlerFactory.init created with
socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost :
20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize :
2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy :
false,useRetries : false,
[junit4] 2> 1708559 T9920 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 1708560 T9920 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1708560 T9920 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1708560 T9920 oasc.CoreContainer.load Node Name: testNode
[junit4] 2> 1708561 T9920 oasc.CoreDescriptor.<init> CORE DESCRIPTOR:
{name=collection1, config=solrconfig.xml, transient=false, schema=schema11.xml,
loadOnStartup=true, instanceDir=collection1, collection=collection1,
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestRangeQuery
782FF37E0D11039B-001\init-core-data-001, shard=shard1}
[junit4] 2> 1708563 T9921 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
[junit4] 2> 1708563 T9921 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1708563 T9921 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1708583 T9921 oasc.SolrConfig.refreshRequestParams current
version of requestparams : -1
[junit4] 2> 1708590 T9921 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 1708609 T9921 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 1708610 T9921 oass.IndexSchema.readSchema Reading Solr Schema
from
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema11.xml
[junit4] 2> 1708614 T9921 oass.IndexSchema.readSchema [collection1] Schema
name=example
[junit4] 2> 1708640 T9921 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 1708641 T9921 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1708644 T9921 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\
[junit4] 2> 1708644 T9921 c:collection1 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1708644 T9921 c:collection1 oasc.SolrCore.<init> [collection1]
Opening new SolrCore at
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\,
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestRangeQuery
782FF37E0D11039B-001\init-core-data-001\
[junit4] 2> 1708644 T9921 c:collection1 oasc.JmxMonitoredMap.<init> JMX
monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@169c178
[junit4] 2> 1708644 T9921 c:collection1 oasc.CachingDirectoryFactory.get
return new directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestRangeQuery
782FF37E0D11039B-001\init-core-data-001\
[junit4] 2> 1708644 T9921 c:collection1 oasc.SolrCore.getNewIndexDir New
index directory detected: old=null
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestRangeQuery
782FF37E0D11039B-001\init-core-data-001\index/
[junit4] 2> 1708645 T9921 c:collection1 oasc.SolrCore.initIndex WARN
[collection1] Solr index directory
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestRangeQuery
782FF37E0D11039B-001\init-core-data-001\index' doesn't exist. Creating new
index...
[junit4] 2> 1708645 T9921 c:collection1 oasc.CachingDirectoryFactory.get
return new directory for
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestRangeQuery
782FF37E0D11039B-001\init-core-data-001\index
[junit4] 2> 1708645 T9921 c:collection1 oasu.RandomMergePolicy.<init>
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=45,
maxMergedSegmentMB=11.8642578125, floorSegmentMB=1.0859375,
forceMergeDeletesPctAllowed=25.9691450166036, segmentsPerTier=25.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1688055484410449
[junit4] 2> 1708646 T9921 c:collection1 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@116a53b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5326f2),segFN=segments_1,generation=1}
[junit4] 2> 1708646 T9921 c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 1708649 T9921 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 1708649 T9921 c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 1708650 T9921 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 1708650 T9921 c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 1708650 T9921 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 1708650 T9921 c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 1708650 T9921 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"uniq-fields"
[junit4] 2> 1708650 T9921 c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 1708650 T9921 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 1708650 T9921 c:collection1
oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1708650 T9921 c:collection1
oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 1708651 T9921 c:collection1
oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined
as default, creating implicit default
[junit4] 2> 1708657 T9921 c:collection1 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
[junit4] 2> 1708657 T9921 c:collection1 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
[junit4] 2> 1708659 T9921 c:collection1 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
[junit4] 2> 1708660 T9921 c:collection1 oashl.XMLLoader.init
xsltCacheLifetimeSeconds=60
[junit4] 2> 1708663 T9921 c:collection1 oasc.PluginBag.createPlugin
requestHandler : 'lazy' created with startup=lazy
[junit4] 2> 1708664 T9921 c:collection1
oasc.RequestHandlers.initHandlersFromConfig Registered paths:
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
[junit4] 2> 1708665 T9921 c:collection1
oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated
<admin/gettableFiles>, Please update your config to use the
ShowFileRequestHandler.
[junit4] 2> 1708666 T9921 c:collection1 oasc.SolrCore.initStatsCache Using
default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 1708668 T9921 c:collection1 oasu.UpdateHandler.<init> Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1708668 T9921 c:collection1 oasu.UpdateLog.init Initializing
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10
[junit4] 2> 1708668 T9921 c:collection1 oasu.CommitTracker.<init> Hard
AutoCommit: disabled
[junit4] 2> 1708668 T9921 c:collection1 oasu.CommitTracker.<init> Soft
AutoCommit: disabled
[junit4] 2> 1708669 T9921 c:collection1 oasu.RandomMergePolicy.<init>
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy:
[TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=13,
maxMergedSegmentMB=89.509765625, floorSegmentMB=1.0595703125,
forceMergeDeletesPctAllowed=1.1314075221206243, segmentsPerTier=50.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1708669 T9921 c:collection1 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@116a53b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5326f2),segFN=segments_1,generation=1}
[junit4] 2> 1708669 T9921 c:collection1
oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
[junit4] 2> 1708670 T9921 c:collection1 oass.SolrIndexSearcher.<init>
Opening Searcher@1def80f[collection1] main
[junit4] 2> 1708670 T9921 c:collection1 oasr.RestManager.init Initializing
RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 1708670 T9921 c:collection1 oasr.ManagedResourceStorage.load
Reading _rest_managed.json using InMemoryStorage
[junit4] 2> 1708670 T9921 c:collection1 oasr.RestManager.init Initializing
0 registered ManagedResources
[junit4] 2> 1708670 T9921 c:collection1 oashc.SpellCheckComponent.inform
Initializing spell checkers
[junit4] 2> 1708679 T9921 c:collection1 oass.DirectSolrSpellChecker.init
init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 1708717 T9921 c:collection1 oash.ReplicationHandler.inform
Commits will be reserved for 10000
[junit4] 2> 1708717 T9922 c:collection1
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: default
[junit4] 2> 1708718 T9921 c:collection1 oasc.CoreContainer.registerCore
registering core: collection1
[junit4] 2> 1708718 T9922 c:collection1
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: direct
[junit4] 2> 1708718 T9922 c:collection1
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: wordbreak
[junit4] 2> 1708718 T9922 c:collection1
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: multipleFields
[junit4] 2> 1708719 T9922 c:collection1
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: jarowinkler
[junit4] 2> 1708719 T9922 c:collection1
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: external
[junit4] 2> 1708720 T9922 c:collection1
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: freq
[junit4] 2> 1708720 T9922 c:collection1
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: fqcn
[junit4] 2> 1708721 T9920 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4] 2> 1708721 T9922 c:collection1
oashc.SpellCheckComponent$SpellCheckerListener.newSearcher Loading spell index
for spellchecker: perDict
[junit4] 2> 1708724 T9922 c:collection1 oasc.SolrCore.registerSearcher
[collection1] Registered new searcher Searcher@1def80f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1708726 T9920 oas.SolrTestCaseJ4.setUp ###Starting
testRangeQueries
[junit4] 2> ASYNC NEW_CORE C1267 name=collection1
org.apache.solr.core.SolrCore@e3468f
[junit4] 2> 1708730 T9920 C1267 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {deleteByQuery=*:*
(-1498855817891282944)} 0 4
[junit4] 2> 1708732 T9920 C1267 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1708732 T9920 C1267 oasu.DirectUpdateHandler2.commit No
uncommitted changes. Skipping IW.commit.
[junit4] 2> 1708734 T9920 C1267 oasc.SolrCore.openNewSearcher
SolrIndexSearcher has not changed - not re-opening:
org.apache.solr.search.SolrIndexSearcher
[junit4] 2> 1708734 T9920 C1267 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 1708735 T9920 C1267 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {commit=} 0 3
[junit4] 2> 1708737 T9920 C1267 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[0 (1498855817900720128)]} 0
1
[junit4] 2> 1708738 T9920 C1267 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[1 (1498855817902817280)]} 0 0
[junit4] 2> 1708739 T9920 C1267 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[2 (1498855817903865856)]} 0 0
[junit4] 2> 1708740 T9920 C1267 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1708742 T9920 C1267 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@116a53b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5326f2),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory@116a53b
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5326f2),segFN=segments_2,generation=2}
[junit4] 2> 1708744 T9920 C1267 oasc.SolrDeletionPolicy.updateCommits
newest commit generation = 2
[junit4] 2> 1708745 T9920 C1267 oass.SolrIndexSearcher.<init> Opening
Searcher@8d84db[collection1] main
[junit4] 2> 1708745 T9920 C1267 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 1708746 T9922 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@8d84db[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C3)))}
[junit4] 2> 1708747 T9920 C1267 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {commit=} 0 7
[junit4] 2> 1708748 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D0+u%3D2}id&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708749 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D0+u%3D2}product(id,2)&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708750 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D100+u%3D102}sum(id,100)&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708751 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_ti:[*+TO+*]&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=0
[junit4] 2> 1708751 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_ti:[1999999999+TO+2000000001]&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708753 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_ti:[2000000000+TO+2000000001]&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=1
[junit4] 2> 1708754 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_ti:[1999999999+TO+2000000000]&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708754 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_ti:[1999999999+TO+1999999999]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708755 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_ti:[2000000000+TO+2000000000]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708755 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_ti:[2000000001+TO+2000000001]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708756 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_ti:[1999999998+TO+1999999998]&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=1
[junit4] 2> 1708756 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_ti:[2000000002+TO+2000000002]&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708758 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_ti:{1999999999+TO+2000000001}&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708758 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_ti:{2000000000+TO+2000000001}&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708758 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_ti:{1999999999+TO+2000000000}&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708759 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_ti:{1999999998+TO+2000000002}&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708759 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_i:[*+TO+*]&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=0
[junit4] 2> 1708760 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_i:[1999999999+TO+2000000001]&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708761 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_i:[2000000000+TO+2000000001]&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708762 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_i:[1999999999+TO+2000000000]&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708762 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_i:[1999999999+TO+1999999999]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708763 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_i:[2000000000+TO+2000000000]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708764 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_i:[2000000001+TO+2000000001]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=1
[junit4] 2> 1708764 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_i:[1999999998+TO+1999999998]&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708764 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_i:[2000000002+TO+2000000002]&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708764 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_i:{1999999999+TO+2000000001}&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708765 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_i:{2000000000+TO+2000000001}&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=1
[junit4] 2> 1708765 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_i:{1999999999+TO+2000000000}&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708765 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_i:{1999999998+TO+2000000002}&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708766 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_l:[*+TO+*]&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=0
[junit4] 2> 1708767 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_l:[499999999999999999+TO+500000000000000001]&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708768 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_l:[500000000000000000+TO+500000000000000001]&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708769 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_l:[499999999999999999+TO+500000000000000000]&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708770 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_l:[499999999999999999+TO+499999999999999999]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708771 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_l:[500000000000000000+TO+500000000000000000]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=1
[junit4] 2> 1708771 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_l:[500000000000000001+TO+500000000000000001]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708771 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_l:[499999999999999998+TO+499999999999999998]&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708771 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_l:[500000000000000002+TO+500000000000000002]&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708772 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_l:{499999999999999999+TO+500000000000000001}&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708772 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_l:{500000000000000000+TO+500000000000000001}&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708773 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_l:{499999999999999999+TO+500000000000000000}&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708773 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_l:{499999999999999998+TO+500000000000000002}&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708774 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tdt:[*+TO+*]&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=0
[junit4] 2> 1708774 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tdt:[0299-12-31T23:59:59.999Z+TO+2000-01-01T00:00:00.001Z]&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708775 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tdt:[2000-01-01T00:00:00.000Z+TO+2000-01-01T00:00:00.001Z]&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708776 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tdt:[0299-12-31T23:59:59.999Z+TO+2000-01-01T00:00:00.000Z]&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708776 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tdt:[0299-12-31T23:59:59.999Z+TO+0299-12-31T23:59:59.999Z]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708777 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tdt:[2000-01-01T00:00:00.000Z+TO+2000-01-01T00:00:00.000Z]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708777 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tdt:[2000-01-01T00:00:00.001Z+TO+2000-01-01T00:00:00.001Z]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708778 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tdt:[0299-12-31T23:59:59.998Z+TO+0299-12-31T23:59:59.998Z]&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708778 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tdt:[2000-01-01T00:00:00.002Z+TO+2000-01-01T00:00:00.002Z]&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708779 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tdt:{0299-12-31T23:59:59.999Z+TO+2000-01-01T00:00:00.001Z}&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708779 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tdt:{2000-01-01T00:00:00.000Z+TO+2000-01-01T00:00:00.001Z}&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708780 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tdt:{0299-12-31T23:59:59.999Z+TO+2000-01-01T00:00:00.000Z}&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708780 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tdt:{0299-12-31T23:59:59.998Z+TO+2000-01-01T00:00:00.002Z}&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708781 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_td:[*+TO+*]&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=0
[junit4] 2> 1708782 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_td:[0.3333333333333332+TO+0.3333333333333334]&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708783 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_td:[0.3333333333333333+TO+0.3333333333333334]&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708783 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_td:[0.3333333333333332+TO+0.3333333333333333]&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708784 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_td:[0.3333333333333332+TO+0.3333333333333332]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708784 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_td:[0.3333333333333333+TO+0.3333333333333333]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708784 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_td:[0.3333333333333334+TO+0.3333333333333334]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708785 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_td:[0.3333333333333331+TO+0.3333333333333331]&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708785 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_td:[0.33333333333333354+TO+0.33333333333333354]&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708786 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_td:{0.3333333333333332+TO+0.3333333333333334}&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=1
[junit4] 2> 1708787 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_td:{0.3333333333333333+TO+0.3333333333333334}&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708788 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_td:{0.3333333333333332+TO+0.3333333333333333}&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=1
[junit4] 2> 1708788 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_td:{0.3333333333333331+TO+0.33333333333333354}&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708789 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_dt:[*+TO+*]&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=1
[junit4] 2> 1708790 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_dt:[0299-12-31T23:59:59.999Z+TO+2000-01-01T00:00:00.001Z]&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708790 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_dt:[2000-01-01T00:00:00.000Z+TO+2000-01-01T00:00:00.001Z]&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708791 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_dt:[0299-12-31T23:59:59.999Z+TO+2000-01-01T00:00:00.000Z]&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708791 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_dt:[0299-12-31T23:59:59.999Z+TO+0299-12-31T23:59:59.999Z]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708793 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_dt:[2000-01-01T00:00:00.000Z+TO+2000-01-01T00:00:00.000Z]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=1
[junit4] 2> 1708793 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_dt:[2000-01-01T00:00:00.001Z+TO+2000-01-01T00:00:00.001Z]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708794 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_dt:[0299-12-31T23:59:59.998Z+TO+0299-12-31T23:59:59.998Z]&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708795 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_dt:[2000-01-01T00:00:00.002Z+TO+2000-01-01T00:00:00.002Z]&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=1
[junit4] 2> 1708795 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_dt:{0299-12-31T23:59:59.999Z+TO+2000-01-01T00:00:00.001Z}&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708796 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_dt:{2000-01-01T00:00:00.000Z+TO+2000-01-01T00:00:00.001Z}&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=1
[junit4] 2> 1708796 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_dt:{0299-12-31T23:59:59.999Z+TO+2000-01-01T00:00:00.000Z}&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708797 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_dt:{0299-12-31T23:59:59.998Z+TO+2000-01-01T00:00:00.002Z}&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708797 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_d:[*+TO+*]&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=0
[junit4] 2> 1708798 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_d:[0.3333333333333332+TO+0.3333333333333334]&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708798 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_d:[0.3333333333333333+TO+0.3333333333333334]&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708798 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_d:[0.3333333333333332+TO+0.3333333333333333]&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708800 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_d:[0.3333333333333332+TO+0.3333333333333332]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708801 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_d:[0.3333333333333333+TO+0.3333333333333333]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=1
[junit4] 2> 1708801 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_d:[0.3333333333333334+TO+0.3333333333333334]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708802 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_d:[0.3333333333333331+TO+0.3333333333333331]&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708803 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_d:[0.33333333333333354+TO+0.33333333333333354]&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=1
[junit4] 2> 1708804 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_d:{0.3333333333333332+TO+0.3333333333333334}&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708804 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_d:{0.3333333333333333+TO+0.3333333333333334}&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708804 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_d:{0.3333333333333332+TO+0.3333333333333333}&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708804 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_d:{0.3333333333333331+TO+0.33333333333333354}&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708805 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_s:[*+TO+*]&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=1
[junit4] 2> 1708805 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_s:[aaa+TO+ccc]&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=0
[junit4] 2> 1708806 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_s:[bbb+TO+ccc]&qt=standard&start=0&rows=20&version=2.2} hits=2
status=0 QTime=1
[junit4] 2> 1708807 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_s:[aaa+TO+bbb]&qt=standard&start=0&rows=20&version=2.2} hits=2
status=0 QTime=0
[junit4] 2> 1708808 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_s:[aaa+TO+aaa]&qt=standard&start=0&rows=20&version=2.2} hits=1
status=0 QTime=0
[junit4] 2> 1708809 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_s:[bbb+TO+bbb]&qt=standard&start=0&rows=20&version=2.2} hits=1
status=0 QTime=0
[junit4] 2> 1708810 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_s:[ccc+TO+ccc]&qt=standard&start=0&rows=20&version=2.2} hits=1
status=0 QTime=1
[junit4] 2> 1708811 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_s:[aa+TO+aa]&qt=standard&start=0&rows=20&version=2.2} hits=0
status=0 QTime=1
[junit4] 2> 1708811 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_s:[cccc+TO+cccc]&qt=standard&start=0&rows=20&version=2.2} hits=0
status=0 QTime=0
[junit4] 2> 1708811 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_s:{aaa+TO+ccc}&qt=standard&start=0&rows=20&version=2.2} hits=1
status=0 QTime=0
[junit4] 2> 1708813 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_s:{bbb+TO+ccc}&qt=standard&start=0&rows=20&version=2.2} hits=0
status=0 QTime=1
[junit4] 2> 1708814 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_s:{aaa+TO+bbb}&qt=standard&start=0&rows=20&version=2.2} hits=0
status=0 QTime=1
[junit4] 2> 1708815 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_s:{aa+TO+cccc}&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=0
[junit4] 2> 1708815 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tl:[*+TO+*]&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=0
[junit4] 2> 1708816 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tl:[499999999999999999+TO+500000000000000001]&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708818 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tl:[500000000000000000+TO+500000000000000001]&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=1
[junit4] 2> 1708818 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tl:[499999999999999999+TO+500000000000000000]&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708818 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tl:[499999999999999999+TO+499999999999999999]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708819 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tl:[500000000000000000+TO+500000000000000000]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708820 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tl:[500000000000000001+TO+500000000000000001]&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708821 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tl:[499999999999999998+TO+499999999999999998]&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=1
[junit4] 2> 1708821 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tl:[500000000000000002+TO+500000000000000002]&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708822 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tl:{499999999999999999+TO+500000000000000001}&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=1
[junit4] 2> 1708822 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tl:{500000000000000000+TO+500000000000000001}&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708823 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tl:{499999999999999999+TO+500000000000000000}&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=1
[junit4] 2> 1708824 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=foo_tl:{499999999999999998+TO+500000000000000002}&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708825 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange}foo_ti&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=0
[junit4] 2> 1708826 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D1999999999}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708827 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D2000000000}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=1
[junit4] 2> 1708828 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D2000000001}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=1
[junit4] 2> 1708829 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D1999999998}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708830 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D2000000002}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=1
[junit4] 2> 1708831 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D1999999999}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=1
[junit4] 2> 1708831 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D2000000000}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708831 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D2000000001}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708832 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D1999999998}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708833 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D2000000002}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708834 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D1999999999}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708834 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D2000000000}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708835 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D2000000001}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708836 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D1999999998}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708836 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D2000000002}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708837 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D1999999999}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708837 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D2000000000}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708838 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D2000000001}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=1
[junit4] 2> 1708838 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D1999999998}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708838 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D2000000002}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708838 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dtrue+incu%3Dtrue+l%3D1999999999+u%3D2000000001}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708839 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+incu%3Dfalse+l%3D1999999999+u%3D2000000001}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708839 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+incu%3Dfalse+l%3D1999999998+u%3D2000000002}foo_ti&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708840 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange}foo_i&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=0
[junit4] 2> 1708841 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D1999999999}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708841 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D2000000000}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708842 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D2000000001}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=1
[junit4] 2> 1708842 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D1999999998}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708843 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D2000000002}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=1
[junit4] 2> 1708843 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D1999999999}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708843 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D2000000000}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708844 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D2000000001}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708845 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D1999999998}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=1
[junit4] 2> 1708845 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D2000000002}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708845 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D1999999999}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708846 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D2000000000}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708848 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D2000000001}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=2
[junit4] 2> 1708849 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D1999999998}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708850 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D2000000002}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=1
[junit4] 2> 1708851 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D1999999999}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=1
[junit4] 2> 1708851 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D2000000000}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708851 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D2000000001}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708851 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D1999999998}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708852 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D2000000002}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708855 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dtrue+incu%3Dtrue+l%3D1999999999+u%3D2000000001}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=3
[junit4] 2> 1708856 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+incu%3Dfalse+l%3D1999999999+u%3D2000000001}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708857 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+incu%3Dfalse+l%3D1999999998+u%3D2000000002}foo_i&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708858 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange}foo_l&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=0
[junit4] 2> 1708858 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D499999999999999999}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708858 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D500000000000000000}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708859 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D500000000000000001}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=1
[junit4] 2> 1708859 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D499999999999999998}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708860 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D500000000000000002}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708860 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D499999999999999999}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708861 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D500000000000000000}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708862 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D500000000000000001}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708863 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D499999999999999998}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708863 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D500000000000000002}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708864 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D499999999999999999}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708865 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D500000000000000000}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708865 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D500000000000000001}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708865 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D499999999999999998}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708866 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D500000000000000002}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708866 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D499999999999999999}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708867 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D500000000000000000}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708868 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D500000000000000001}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708869 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D499999999999999998}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=1
[junit4] 2> 1708869 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D500000000000000002}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708870 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dtrue+incu%3Dtrue+l%3D499999999999999999+u%3D500000000000000001}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708870 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+incu%3Dfalse+l%3D499999999999999999+u%3D500000000000000001}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708871 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+incu%3Dfalse+l%3D499999999999999998+u%3D500000000000000002}foo_l&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708871 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange}foo_tdt&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=0
[junit4] 2> 1708872 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D0299-12-31T23:59:59.999Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708872 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D2000-01-01T00:00:00.000Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708873 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D2000-01-01T00:00:00.001Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708874 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D0299-12-31T23:59:59.998Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708875 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D2000-01-01T00:00:00.002Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708876 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D0299-12-31T23:59:59.999Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=1
[junit4] 2> 1708876 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D2000-01-01T00:00:00.000Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708877 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D2000-01-01T00:00:00.001Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708877 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D0299-12-31T23:59:59.998Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708878 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D2000-01-01T00:00:00.002Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708878 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D0299-12-31T23:59:59.999Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708878 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D2000-01-01T00:00:00.000Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708879 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D2000-01-01T00:00:00.001Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708879 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D0299-12-31T23:59:59.998Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708880 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D2000-01-01T00:00:00.002Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708881 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D0299-12-31T23:59:59.999Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708881 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D2000-01-01T00:00:00.000Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708882 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D2000-01-01T00:00:00.001Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=1
[junit4] 2> 1708882 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D0299-12-31T23:59:59.998Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708883 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D2000-01-01T00:00:00.002Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708883 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dtrue+incu%3Dtrue+l%3D0299-12-31T23:59:59.999Z+u%3D2000-01-01T00:00:00.001Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708884 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+incu%3Dfalse+l%3D0299-12-31T23:59:59.999Z+u%3D2000-01-01T00:00:00.001Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708885 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+incu%3Dfalse+l%3D0299-12-31T23:59:59.998Z+u%3D2000-01-01T00:00:00.002Z}foo_tdt&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708885 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange}foo_td&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=0
[junit4] 2> 1708889 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D0.3333333333333332}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=3
[junit4] 2> 1708890 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D0.3333333333333333}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708890 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D0.3333333333333334}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708891 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D0.3333333333333331}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708891 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D0.33333333333333354}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708891 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D0.3333333333333332}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708892 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D0.3333333333333333}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=1
[junit4] 2> 1708893 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D0.3333333333333334}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708893 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D0.3333333333333331}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708894 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D0.33333333333333354}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708894 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D0.3333333333333332}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708895 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D0.3333333333333333}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=1
[junit4] 2> 1708898 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D0.3333333333333334}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=2
[junit4] 2> 1708898 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D0.3333333333333331}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708899 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D0.33333333333333354}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708900 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D0.3333333333333332}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708900 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D0.3333333333333333}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708901 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D0.3333333333333334}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708902 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D0.3333333333333331}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=1
[junit4] 2> 1708902 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D0.33333333333333354}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708903 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dtrue+incu%3Dtrue+l%3D0.3333333333333332+u%3D0.3333333333333334}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708903 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+incu%3Dfalse+l%3D0.3333333333333332+u%3D0.3333333333333334}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708909 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+incu%3Dfalse+l%3D0.3333333333333331+u%3D0.33333333333333354}foo_td&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=5
[junit4] 2> 1708911 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange}foo_dt&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=1
[junit4] 2> 1708911 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D0299-12-31T23:59:59.999Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708924 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D2000-01-01T00:00:00.000Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=13
[junit4] 2> 1708925 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D2000-01-01T00:00:00.001Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708925 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D0299-12-31T23:59:59.998Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708926 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D2000-01-01T00:00:00.002Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708926 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D0299-12-31T23:59:59.999Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708927 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D2000-01-01T00:00:00.000Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=1
[junit4] 2> 1708928 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D2000-01-01T00:00:00.001Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708929 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D0299-12-31T23:59:59.998Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708929 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D2000-01-01T00:00:00.002Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708930 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D0299-12-31T23:59:59.999Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708930 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D2000-01-01T00:00:00.000Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708931 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D2000-01-01T00:00:00.001Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708931 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D0299-12-31T23:59:59.998Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708932 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D2000-01-01T00:00:00.002Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708932 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D0299-12-31T23:59:59.999Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708932 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D2000-01-01T00:00:00.000Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708932 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D2000-01-01T00:00:00.001Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708933 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D0299-12-31T23:59:59.998Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708933 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D2000-01-01T00:00:00.002Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708934 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dtrue+incu%3Dtrue+l%3D0299-12-31T23:59:59.999Z+u%3D2000-01-01T00:00:00.001Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708935 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+incu%3Dfalse+l%3D0299-12-31T23:59:59.999Z+u%3D2000-01-01T00:00:00.001Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708935 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+incu%3Dfalse+l%3D0299-12-31T23:59:59.998Z+u%3D2000-01-01T00:00:00.002Z}foo_dt&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708936 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange}foo_d&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=0
[junit4] 2> 1708937 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D0.3333333333333332}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708937 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D0.3333333333333333}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708938 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D0.3333333333333334}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=1
[junit4] 2> 1708938 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D0.3333333333333331}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708938 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3D0.33333333333333354}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708939 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D0.3333333333333332}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708939 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D0.3333333333333333}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708940 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D0.3333333333333334}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708940 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D0.3333333333333331}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708941 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+u%3D0.33333333333333354}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708942 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D0.3333333333333332}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708942 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D0.3333333333333333}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708943 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D0.3333333333333334}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708943 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D0.3333333333333331}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708944 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+l%3D0.33333333333333354}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708945 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D0.3333333333333332}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=1
[junit4] 2> 1708945 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D0.3333333333333333}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708945 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D0.3333333333333334}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708945 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D0.3333333333333331}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=0 status=0 QTime=0
[junit4] 2> 1708945 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incu%3Dfalse+u%3D0.33333333333333354}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708946 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dtrue+incu%3Dtrue+l%3D0.3333333333333332+u%3D0.3333333333333334}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708947 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+incu%3Dfalse+l%3D0.3333333333333332+u%3D0.3333333333333334}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=0
[junit4] 2> 1708947 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+incl%3Dfalse+incu%3Dfalse+l%3D0.3333333333333331+u%3D0.33333333333333354}foo_d&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=0
[junit4] 2> 1708949 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange}foo_s&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=2
[junit4] 2> 1708950 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3Daaa}foo_s&qt=standard&start=0&rows=20&version=2.2}
hits=3 status=0 QTime=1
[junit4] 2> 1708950 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3Dbbb}foo_s&qt=standard&start=0&rows=20&version=2.2}
hits=2 status=0 QTime=0
[junit4] 2> 1708951 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3Dccc}foo_s&qt=standard&start=0&rows=20&version=2.2}
hits=1 status=0 QTime=1
[junit4] 2> 1708951 T9920 C1267 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q={!frange+l%3Daa}foo_s&qt=standard&start=0&rows=20&version=2.2} hits=3
status=0 QTime=0
[junit4] 2> 1708952 T9
[...truncated too long message...]
readLeakControl.java:365)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 1724973 T9920 oasc.SolrException.log ERROR Error shutting down
core:java.lang.AssertionError: 1
[junit4] 2> at
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:201)
[junit4] 2> at
org.apache.solr.core.SolrCore.close(SolrCore.java:1176)
[junit4] 2> at
org.apache.solr.core.SolrCores.close(SolrCores.java:117)
[junit4] 2> at
org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:375)
[junit4] 2> at
org.apache.solr.util.TestHarness.close(TestHarness.java:359)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:704)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:230)
[junit4] 2> at
sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at
java.lang.reflect.Method.invoke(Method.java:497)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:799)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.search.TestRangeQuery
782FF37E0D11039B-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{foo_i=PostingsFormat(name=Asserting), foo_l=Lucene50(blocksize=128),
foo_tdt=Lucene50(blocksize=128),
foo_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
foo_tl=FST50, foo_ti=PostingsFormat(name=Asserting),
_version_=PostingsFormat(name=Asserting), foo_tf=Lucene50(blocksize=128),
foo_dt=FST50, foo_td=FST50, foo_d=Lucene50(blocksize=128),
id=Lucene50(blocksize=128), foo_f=FST50}, docValues:{},
sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=vi,
timezone=Asia/Dhaka
[junit4] 2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_40
(32-bit)/cpus=3,threads=1,free=176461888,total=296747008
[junit4] 2> NOTE: All tests run in this JVM: [TestCoreContainer,
PathHierarchyTokenizerFactoryTest, TestSolrConfigHandlerConcurrent,
TestDynamicFieldResource, SliceStateTest, TestDynamicFieldCollectionResource,
TestManagedSchemaFieldResource, SpatialRPTFieldTypeTest,
TestRequestStatusCollectionAPI, MigrateRouteKeyTest, SolrXmlInZkTest,
ScriptEngineTest, SuggestComponentTest, QueryElevationComponentTest,
TestBinaryField, TestFunctionQuery, NoCacheHeaderTest,
DistributedFacetPivotWhiteBoxTest, CacheHeaderTest, TestMaxScoreQueryParser,
ChaosMonkeyNothingIsSafeTest, DistributedIntervalFacetingTest, ZkCLITest,
AddSchemaFieldsUpdateProcessorFactoryTest, OutputWriterTest, SuggesterTest,
MultiTermTest, SimpleCollectionCreateDeleteTest,
CloudExitableDirectoryReaderTest, TestFieldSortValues, TestGroupingSearch,
StressHdfsTest, OverriddenZkACLAndCredentialsProvidersTest, RequiredFieldsTest,
RemoteQueryErrorTest, TestCollationField, TestDistributedMissingSort,
TestSolrIndexConfig, BasicDistributedZkTest, PrimUtilsTest,
TestAnalyzedSuggestions, TestComponentsName, DeleteShardTest,
SoftAutoCommitTest, TestElisionMultitermQuery,
UniqFieldsUpdateProcessorFactoryTest, EnumFieldTest, TestQueryUtils,
ExternalCollectionsTest, TestQueryTypes, ClusterStateTest, TestCryptoKeys,
TestCSVResponseWriter, TestFieldResource, SortByFunctionTest,
TestJmxIntegration, TestIBSimilarityFactory, DistanceUnitsTest, UUIDFieldTest,
TestFreeTextSuggestions, TestCSVLoader, SimpleFacetsTest,
DistributedQueryElevationComponentTest, SystemInfoHandlerTest,
URLClassifyProcessorTest, TestSort, TestReRankQParserPlugin,
TestPartialUpdateDeduplication, XmlUpdateRequestHandlerTest,
PreAnalyzedUpdateProcessorTest, TestBM25SimilarityFactory,
TestDistribDocBasedVersion, TestArbitraryIndexDir, TestSurroundQueryParser,
UnloadDistributedZkTest, AddBlockUpdateTest, TestWriterPerf,
DistributedQueueTest, TestNamedUpdateProcessors, TestCloudInspectUtil,
MultiThreadedOCPTest, AtomicUpdatesTest, TestFaceting,
FieldAnalysisRequestHandlerTest, BJQParserTest, DistributedExpandComponentTest,
RankQueryTest, TestStressVersions, TestReplicationHandler,
DistributedSuggestComponentTest, HighlighterMaxOffsetTest,
TestExtendedDismaxParser, SyncSliceTest, TestManagedSchema, LeaderElectionTest,
TestExactSharedStatsCache, AssignTest, TestInitQParser, TestCustomSort,
PingRequestHandlerTest, TestManagedResourceStorage, TimeZoneUtilsTest,
TestManagedResource, DistributedFacetPivotSmallTest,
TestWordDelimiterFilterFactory, CoreAdminCreateDiscoverTest,
SharedFSAutoReplicaFailoverUtilsTest, PeerSyncTest, SynonymTokenizerTest,
DirectUpdateHandlerTest, TestStressLucene, DOMUtilTest, TestIndexSearcher,
TestHighFrequencyDictionaryFactory, TestRestoreCore, SampleTest,
BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, ShardRoutingTest,
BasicZkTest, RecoveryZkTest, ClusterStateUpdateTest, TestRandomFaceting,
ZkSolrClientTest, TestHashPartitioner, DistributedSpellCheckComponentTest,
TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet,
TestStressReorder, HardAutoCommitTest, DistributedTermsComponentTest,
TestRangeQuery]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestRangeQuery
-Dtests.seed=782FF37E0D11039B -Dtests.slow=true -Dtests.locale=vi
-Dtests.timezone=Asia/Dhaka -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.00s J0 | TestRangeQuery (suite) <<<
[junit4] > Throwable #1: java.lang.AssertionError: 1
[junit4] > at
__randomizedtesting.SeedInfo.seed([782FF37E0D11039B]:0)
[junit4] > at
org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:201)
[junit4] > at
org.apache.solr.core.SolrCore.close(SolrCore.java:1176)
[junit4] > at
org.apache.solr.core.SolrCores.close(SolrCores.java:117)
[junit4] > at
org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:375)
[junit4] > at
org.apache.solr.util.TestHarness.close(TestHarness.java:359)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:704)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:230)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] Completed [263/483] on J0 in 17.22s, 2 tests, 2 failures <<<
FAILURES!
[...truncated 687 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:526: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:474: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:229:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:512:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1415:
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:973:
There were test failures: 483 suites, 1915 tests, 1 suite-level error, 1
failure, 60 ignored (32 assumptions)
Total time: 55 minutes 10 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]