Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13109/
Java: 64bit/jdk1.8.0_60-ea-b12 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.search.join.BJQParserTest.testChildrenParser

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([3EFD1D64A8406DBC:EDC61CCBE460BED1]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:770)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:737)
        at 
org.apache.solr.search.join.BJQParserTest.testChildrenParser(BJQParserTest.java:218)
        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)
Caused by: java.lang.IllegalStateException: Expect to be advanced on child docs 
only. got docID=6
        at 
org.apache.lucene.search.join.ToChildBlockJoinQuery$ToChildBlockJoinScorer.advance(ToChildBlockJoinQuery.java:279)
        at 
org.apache.lucene.search.ConjunctionDISI.doNext(ConjunctionDISI.java:101)
        at 
org.apache.lucene.search.ConjunctionDISI.nextDoc(ConjunctionDISI.java:130)
        at 
org.apache.lucene.search.ConjunctionScorer.nextDoc(ConjunctionScorer.java:62)
        at 
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:204)
        at 
org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:176)
        at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:35)
        at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:620)
        at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:424)
        at 
org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:204)
        at 
org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1696)
        at 
org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1512)
        at 
org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:563)
        at 
org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:519)
        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:255)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2057)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:302)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:744)
        ... 41 more




Build Log:
[...truncated 10163 lines...]
   [junit4] Suite: org.apache.solr.search.join.BJQParserTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.search.join.BJQParserTest_3EFD1D64A8406DBC-001/init-core-data-001
   [junit4]   2> 816527 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 816527 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 816527 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 816527 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 816527 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 816538 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 816550 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 816564 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.Config 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 816564 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.s.IndexSchema 
Reading Solr Schema from 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
   [junit4]   2> 816566 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.s.IndexSchema 
[null] Schema name=test
   [junit4]   2> 816617 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 816618 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 816619 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 816620 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 816623 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 816623 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
   [junit4]   2> 816623 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 816629 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 994995811
   [junit4]   2> 816629 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 816629 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 816629 WARN  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/lib).
   [junit4]   2> 816632 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 816635 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 816636 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.l.LogWatcher 
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 816636 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 816636 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 816636 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.SolrCore 
Created CoreDescriptor: {name=collection1, config=solrconfig.xml, 
transient=false, schema=schema15.xml, loadOnStartup=true, 
instanceDir=collection1, collection=collection1, 
absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/,
 
dataDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.search.join.BJQParserTest_3EFD1D64A8406DBC-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 816637 INFO  (coreLoadExecutor-2739-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 816637 INFO  (coreLoadExecutor-2739-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 816637 INFO  (coreLoadExecutor-2739-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 816646 INFO  (coreLoadExecutor-2739-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 816658 INFO  (coreLoadExecutor-2739-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 816674 INFO  (coreLoadExecutor-2739-thread-1) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 816674 INFO  (coreLoadExecutor-2739-thread-1) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
   [junit4]   2> 816676 INFO  (coreLoadExecutor-2739-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 816728 INFO  (coreLoadExecutor-2739-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 816729 INFO  (coreLoadExecutor-2739-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 816730 INFO  (coreLoadExecutor-2739-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 816731 INFO  (coreLoadExecutor-2739-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 816734 INFO  (coreLoadExecutor-2739-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 816734 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 816734 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/],
 dataDir=[null]
   [junit4]   2> 816734 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7d3a14
   [junit4]   2> 816734 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.search.join.BJQParserTest_3EFD1D64A8406DBC-001/init-core-data-001
   [junit4]   2> 816735 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.search.join.BJQParserTest_3EFD1D64A8406DBC-001/init-core-data-001/index/
   [junit4]   2> 816735 WARN  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.search.join.BJQParserTest_3EFD1D64A8406DBC-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 816735 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.search.join.BJQParserTest_3EFD1D64A8406DBC-001/init-core-data-001/index
   [junit4]   2> 816735 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1221713947, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 816735 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7ebc5cd0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39727229),segFN=segments_1,generation=1}
   [junit4]   2> 816736 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 816736 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.search.join.BJQParserTest_3EFD1D64A8406DBC-001/init-core-data-001/
   [junit4]   2> 816737 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 816738 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 816738 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 816738 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 816738 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 816738 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 816738 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 816738 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 816738 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 816738 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 816738 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 816738 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 816740 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 816740 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 816741 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 816741 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 816743 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 816743 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers 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> 816744 WARN  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated 
<admin/gettableFiles>, Please update your config to use the 
ShowFileRequestHandler.
   [junit4]   2> 816744 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 816745 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 816745 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 816745 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 816745 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 816745 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=83.205078125, 
floorSegmentMB=1.0078125, forceMergeDeletesPctAllowed=14.061017271705369, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 816746 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7ebc5cd0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39727229),segFN=segments_1,generation=1}
   [junit4]   2> 816746 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 816746 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@2b781cd0[collection1] 
main
   [junit4]   2> 816746 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 816746 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 816746 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 816746 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 816784 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 816896 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 816896 INFO  
(searcherExecutor-2740-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 816897 INFO  
(searcherExecutor-2740-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 816897 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 816897 INFO  
(searcherExecutor-2740-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 816897 INFO  
(searcherExecutor-2740-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 816897 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 816897 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 816897 INFO  
(searcherExecutor-2740-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 816897 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1504335720197652480
   [junit4]   2> 816897 INFO  
(searcherExecutor-2740-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 816898 INFO  
(searcherExecutor-2740-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 816898 INFO  
(searcherExecutor-2740-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 816898 INFO  
(searcherExecutor-2740-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 816898 INFO  
(searcherExecutor-2740-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2b781cd0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 816899 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest 
version 1504335720197652480
   [junit4]   2> 816899 INFO  (coreLoadExecutor-2739-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 816900 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 816902 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[6 (1504335720200798208)]} 0 1
   [junit4]   2> 816903 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[13 (1504335720203943936)]} 0 0
   [junit4]   2> 816903 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 816905 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.SolrCore 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7ebc5cd0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39727229),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7ebc5cd0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39727229),segFN=segments_2,generation=2}
   [junit4]   2> 816906 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.SolrCore 
newest commit generation = 2
   [junit4]   2> 816908 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@12bcfda8[collection1] main
   [junit4]   2> 816908 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 816909 INFO  (searcherExecutor-2740-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@12bcfda8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C14)))}
   [junit4]   2> 816909 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 5
   [junit4]   2> 816909 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 816909 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 816909 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.SolrCore 
SolrIndexSearcher has not changed - not re-opening: 
org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 816910 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 816910 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 0
   [junit4]   2> 816910 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[20 (1504335720211283968)]} 0 0
   [junit4]   2> 816911 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 816912 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.SolrCore 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7ebc5cd0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39727229),segFN=segments_2,generation=2}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7ebc5cd0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39727229),segFN=segments_3,generation=3}
   [junit4]   2> 816912 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.SolrCore 
newest commit generation = 3
   [junit4]   2> 816912 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@43cc9912[collection1] main
   [junit4]   2> 816913 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 816913 INFO  (searcherExecutor-2740-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@43cc9912[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C14)
 Uninverting(_1(6.0.0):C7)))}
   [junit4]   2> 816913 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 2
   [junit4]   2> 816913 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 816914 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 816914 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.SolrCore 
SolrIndexSearcher has not changed - not re-opening: 
org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 816914 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 816914 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 0
   [junit4]   2> 816915 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[27 (1504335720215478272)]} 0 0
   [junit4]   2> 816915 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[34 (1504335720216526848)]} 0 0
   [junit4]   2> 816915 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 816917 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.SolrCore 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7ebc5cd0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39727229),segFN=segments_3,generation=3}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7ebc5cd0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39727229),segFN=segments_4,generation=4}
   [junit4]   2> 816917 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.SolrCore 
newest commit generation = 4
   [junit4]   2> 816917 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@58cdf95e[collection1] main
   [junit4]   2> 816918 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 816922 INFO  (searcherExecutor-2740-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@58cdf95e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C14)
 Uninverting(_1(6.0.0):C7) Uninverting(_2(6.0.0):C14)))}
   [junit4]   2> 816923 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 7
   [junit4]   2> 816923 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 816923 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 816923 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.SolrCore 
SolrIndexSearcher has not changed - not re-opening: 
org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 816923 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 816923 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 0
   [junit4]   2> 816924 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[41 (1504335720225964032)]} 0 0
   [junit4]   2> 816925 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 816926 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.SolrCore 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7ebc5cd0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39727229),segFN=segments_4,generation=4}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7ebc5cd0 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39727229),segFN=segments_5,generation=5}
   [junit4]   2> 816926 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.SolrCore 
newest commit generation = 5
   [junit4]   2> 816927 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@304aa7d2[collection1] main
   [junit4]   2> 816927 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 816927 INFO  (searcherExecutor-2740-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@304aa7d2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C14)
 Uninverting(_1(6.0.0):C7) Uninverting(_2(6.0.0):C14) 
Uninverting(_3(6.0.0):C7)))}
   [junit4]   2> 816927 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 2
   [junit4]   2> 816928 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 816928 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 816928 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.SolrCore 
SolrIndexSearcher has not changed - not re-opening: 
org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 816928 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 816928 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 0
   [junit4]   2> 816928 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] o.a.s.c.S.Request 
[collection1] webapp=null path=null params={q=*:*&wt=xml} hits=42 status=0 
QTime=0 
   [junit4]   2> 816931 INFO  
(TEST-BJQParserTest.testGrandChildren-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testGrandChildren
   [junit4]   2> 816937 INFO  
(TEST-BJQParserTest.testGrandChildren-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q={!parent+which%3D$parentfilter+v%3D$children}&parentfilter=parent_s:[*+TO+*]&grandchildren=grand_s:x&children={!parent+which%3D$childrenfilter+v%3D$grandchildren}&childrenfilter=child_s:[*+TO+*]&wt=xml}
 hits=6 status=0 QTime=5 
   [junit4]   2> 816941 INFO  
(TEST-BJQParserTest.testGrandChildren-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=%2Bparent_s:(a+e+b)+%2B_query_:"{!parent+which%3D$pq+v%3D$chq}"&pq=parent_s:[*+TO+*]&grandchq=%2Bgrand_s:x+%2Bgrand_parentchild_s:(b*+e*+c*)&childfilter=child_s:[*+TO+*]&chq={!parent+which%3D$childfilter+v%3D$grandchq}&wt=xml}
 hits=2 status=0 QTime=2 
   [junit4]   2> 816941 INFO  
(TEST-BJQParserTest.testGrandChildren-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testGrandChildren
   [junit4]   2> 816943 INFO  
(TEST-BJQParserTest.testChildrenParser-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testChildrenParser
   [junit4]   2> 816946 INFO  
(TEST-BJQParserTest.testChildrenParser-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q={!child+of%3D"parent_s:[*+TO+*]"}parent_s:a&fq=NOT+grand_s:[*+TO+*]&wt=xml}
 hits=3 status=0 QTime=2 
   [junit4]   2> 816947 ERROR 
(TEST-BJQParserTest.testChildrenParser-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.c.SolrCore java.lang.IllegalStateException: Expect to be advanced on 
child docs only. got docID=6
   [junit4]   2>        at 
org.apache.lucene.search.join.ToChildBlockJoinQuery$ToChildBlockJoinScorer.advance(ToChildBlockJoinQuery.java:279)
   [junit4]   2>        at 
org.apache.lucene.search.ConjunctionDISI.doNext(ConjunctionDISI.java:101)
   [junit4]   2>        at 
org.apache.lucene.search.ConjunctionDISI.nextDoc(ConjunctionDISI.java:130)
   [junit4]   2>        at 
org.apache.lucene.search.ConjunctionScorer.nextDoc(ConjunctionScorer.java:62)
   [junit4]   2>        at 
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:204)
   [junit4]   2>        at 
org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:176)
   [junit4]   2>        at 
org.apache.lucene.search.BulkScorer.score(BulkScorer.java:35)
   [junit4]   2>        at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:620)
   [junit4]   2>        at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:424)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:204)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1696)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1512)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:563)
   [junit4]   2>        at 
org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:519)
   [junit4]   2>        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:255)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2057)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:320)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:302)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:744)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:737)
   [junit4]   2>        at 
org.apache.solr.search.join.BJQParserTest.testChildrenParser(BJQParserTest.java:218)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [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$6.evaluate(RandomizedRunner.java:836)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [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 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
   [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> 816948 INFO  
(TEST-BJQParserTest.testChildrenParser-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q={!child+of%3D"parent_s:[*+TO+*]"}parent_s:b&fq=-parentchild_s:bm&fq=-grand_s:*&wt=xml}
 status=500 QTime=1 
   [junit4]   2> 816948 ERROR 
(TEST-BJQParserTest.testChildrenParser-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q={!child+of%3D"parent_s:[*+TO+*]"}parent_s:b&fq=-parentchild_s:bm&fq=-grand_s:*&wt=xml:java.lang.IllegalStateException:
 Expect to be advanced on child docs only. got docID=6
   [junit4]   2>        at 
org.apache.lucene.search.join.ToChildBlockJoinQuery$ToChildBlockJoinScorer.advance(ToChildBlockJoinQuery.java:279)
   [junit4]   2>        at 
org.apache.lucene.search.ConjunctionDISI.doNext(ConjunctionDISI.java:101)
   [junit4]   2>        at 
org.apache.lucene.search.ConjunctionDISI.nextDoc(ConjunctionDISI.java:130)
   [junit4]   2>        at 
org.apache.lucene.search.ConjunctionScorer.nextDoc(ConjunctionScorer.java:62)
   [junit4]   2>        at 
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:204)
   [junit4]   2>        at 
org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:176)
   [junit4]   2>        at 
org.apache.lucene.search.BulkScorer.score(BulkScorer.java:35)
   [junit4]   2>        at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:620)
   [junit4]   2>        at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:424)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:204)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1696)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1512)
   [junit4]   2>        at 
org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:563)
   [junit4]   2>        at 
org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:519)
   [junit4]   2>        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:255)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2057)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:320)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:302)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:744)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:737)
   [junit4]   2>        at 
org.apache.solr.search.join.BJQParserTest.testChildrenParser(BJQParserTest.java:218)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [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$6.evaluate(RandomizedRunner.java:836)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [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 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
   [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> 816949 INFO  
(TEST-BJQParserTest.testChildrenParser-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testChildrenParser
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BJQParserTest 
-Dtests.method=testChildrenParser -Dtests.seed=3EFD1D64A8406DBC 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_ES 
-Dtests.timezone=Pacific/Pohnpei -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.01s J0 | BJQParserTest.testChildrenParser <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3EFD1D64A8406DBC:EDC61CCBE460BED1]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:770)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:737)
   [junit4]    >        at 
org.apache.solr.search.join.BJQParserTest.testChildrenParser(BJQParserTest.java:218)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.IllegalStateException: Expect to be 
advanced on child docs only. got docID=6
   [junit4]    >        at 
org.apache.lucene.search.join.ToChildBlockJoinQuery$ToChildBlockJoinScorer.advance(ToChildBlockJoinQuery.java:279)
   [junit4]    >        at 
org.apache.lucene.search.ConjunctionDISI.doNext(ConjunctionDISI.java:101)
   [junit4]    >        at 
org.apache.lucene.search.ConjunctionDISI.nextDoc(ConjunctionDISI.java:130)
   [junit4]    >        at 
org.apache.lucene.search.ConjunctionScorer.nextDoc(ConjunctionScorer.java:62)
   [junit4]    >        at 
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:204)
   [junit4]    >        at 
org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:176)
   [junit4]    >        at 
org.apache.lucene.search.BulkScorer.score(BulkScorer.java:35)
   [junit4]    >        at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:620)
   [junit4]    >        at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:424)
   [junit4]    >        at 
org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:204)
   [junit4]    >        at 
org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1696)
   [junit4]    >        at 
org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1512)
   [junit4]    >        at 
org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:563)
   [junit4]    >        at 
org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:519)
   [junit4]    >        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:255)
   [junit4]    >        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2057)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:320)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:302)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:744)
   [junit4]    >        ... 41 more
   [junit4]   2> 816954 INFO  
(TEST-BJQParserTest.testCacheHit-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCacheHit
   [junit4]   2> 816955 INFO  
(TEST-BJQParserTest.testCacheHit-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q={!parent+which%3D"parent_s:([a+TO+c]+[d+TO+f])"}&wt=xml} hits=6 
status=0 QTime=0 
   [junit4]   2> 816956 INFO  
(TEST-BJQParserTest.testCacheHit-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=*:*&fq={!parent+which%3D"parent_s:([a+TO+c]+[d+TO+f])"}&wt=xml} 
hits=6 status=0 QTime=0 
   [junit4]   2> 816957 INFO  
(TEST-BJQParserTest.testCacheHit-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=*:*&fq={!parent+which%3D"parent_s:([a+TO+c]+[d+TO+f])"}child_s:l&wt=xml}
 hits=6 status=0 QTime=1 
   [junit4]   2> 816957 INFO  
(TEST-BJQParserTest.testCacheHit-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCacheHit
   [junit4]   2> 816959 INFO  
(TEST-BJQParserTest.testFull-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testFull
   [junit4]   2> 816960 INFO  
(TEST-BJQParserTest.testFull-seed#[3EFD1D64A8406DBC]) [    ] o.a.s.c.S.Request 
[collection1] webapp=null path=null 
params={q={!parent+which%3D"parent_s:[*+TO+*]"}child_s:l&wt=xml} hits=6 
status=0 QTime=0 
   [junit4]   2> 816960 INFO  
(TEST-BJQParserTest.testFull-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testFull
   [junit4]   2> 816962 INFO  
(TEST-BJQParserTest.testFq-seed#[3EFD1D64A8406DBC]) [    ] o.a.s.SolrTestCaseJ4 
###Starting testFq
   [junit4]   2> 816963 INFO  
(TEST-BJQParserTest.testFq-seed#[3EFD1D64A8406DBC]) [    ] o.a.s.c.S.Request 
[collection1] webapp=null path=null 
params={q={!parent+which%3D$pq+v%3D$chq}&pq=parent_s:[*+TO+*]&fq=parent_s:(e+b)&chq=child_s:l&wt=xml}
 hits=2 status=0 QTime=0 
   [junit4]   2> 816964 INFO  
(TEST-BJQParserTest.testFq-seed#[3EFD1D64A8406DBC]) [    ] o.a.s.c.S.Request 
[collection1] webapp=null path=null 
params={q={!parent+which%3D$pq+v%3D$chq}&pq=parent_s:[*+TO+*]&fq=parent_s:(a+e+b)&chq=parentchild_s:(bm+ek+cl)&wt=xml}
 hits=2 status=0 QTime=0 
   [junit4]   2> 816964 INFO  
(TEST-BJQParserTest.testFq-seed#[3EFD1D64A8406DBC]) [    ] o.a.s.SolrTestCaseJ4 
###Ending testFq
   [junit4]   2> 816966 INFO  
(TEST-BJQParserTest.testIntersectParentBqChildBq-seed#[3EFD1D64A8406DBC]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testIntersectParentBqChildBq
   [junit4]   2> 816967 INFO  
(TEST-BJQParserTest.testIntersectParentBqChildBq-seed#[3EFD1D64A8406DBC]) [    
] o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=%2Bparent_s:(a+e+b)+%2B_query_:"{!parent+which%3D$pq+v%3D$chq}"&pq=parent_s:[*+TO+*]&chq=parentchild_s:(bm+ek+cl)&wt=xml}
 hits=2 status=0 QTime=0 
   [junit4]   2> 816967 INFO  
(TEST-BJQParserTest.testIntersectParentBqChildBq-seed#[3EFD1D64A8406DBC]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testIntersectParentBqChildBq
   [junit4]   2> 816968 INFO  
(TEST-BJQParserTest.nullInit-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting nullInit
   [junit4]   2> 816969 INFO  
(TEST-BJQParserTest.nullInit-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending nullInit
   [junit4]   2> 816970 INFO  
(TEST-BJQParserTest.testIntersectBqBjq-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testIntersectBqBjq
   [junit4]   2> 816970 INFO  
(TEST-BJQParserTest.testIntersectBqBjq-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=%2Bparent_s:(e+b)+%2B_query_:"{!parent+which%3D$pq+v%3D$chq}"&pq=parent_s:[*+TO+*]&chq=child_s:l&wt=xml}
 hits=2 status=0 QTime=0 
   [junit4]   2> 816971 INFO  
(TEST-BJQParserTest.testIntersectBqBjq-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=parent_s:(e+b)&pq=parent_s:[*+TO+*]&fq={!parent+which%3D$pq+v%3D$chq}"&chq=child_s:l&wt=xml}
 hits=2 status=0 QTime=0 
   [junit4]   2> 816972 INFO  
(TEST-BJQParserTest.testIntersectBqBjq-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=*:*&pq=parent_s:[*+TO+*]&fq={!parent+which%3D$pq+v%3D$chq}"&fq=parent_s:(e+b)&chq=child_s:l&wt=xml}
 hits=2 status=0 QTime=0 
   [junit4]   2> 816972 INFO  
(TEST-BJQParserTest.testIntersectBqBjq-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testIntersectBqBjq
   [junit4]   2> 816974 INFO  
(TEST-BJQParserTest.testJustParentsFilter-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testJustParentsFilter
   [junit4]   2> 816975 INFO  
(TEST-BJQParserTest.testJustParentsFilter-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q={!parent+which%3D"parent_s:[*+TO+*]"}&wt=xml} hits=6 status=0 QTime=0 
   [junit4]   2> 816976 INFO  
(TEST-BJQParserTest.testJustParentsFilter-seed#[3EFD1D64A8406DBC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testJustParentsFilter
   [junit4]   2> 816976 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 816976 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=994995811
   [junit4]   2> 816976 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4026c973
   [junit4]   2> 816977 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    x:collection1] 
o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=8,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=6,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=2457,transaction_logs_total_number=4}
   [junit4]   2> 816977 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    x:collection1] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 816977 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 816977 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 816978 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 816985 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories 
currently being tracked
   [junit4]   2> 816985 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.search.join.BJQParserTest_3EFD1D64A8406DBC-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.search.join.BJQParserTest_3EFD1D64A8406DBC-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 816985 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.search.join.BJQParserTest_3EFD1D64A8406DBC-001/init-core-data-001/index
   [junit4]   2> 816986 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.search.join.BJQParserTest_3EFD1D64A8406DBC-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.search.join.BJQParserTest_3EFD1D64A8406DBC-001/init-core-data-001;done=false>>]
   [junit4]   2> 816986 INFO  
(SUITE-BJQParserTest-seed#[3EFD1D64A8406DBC]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.search.join.BJQParserTest_3EFD1D64A8406DBC-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.search.join.BJQParserTest_3EFD1D64A8406DBC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): 
{grand_child_s=BlockTreeOrds(blocksize=128), 
grand_parentchild_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
grand_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 parent_s=PostingsFormat(name=Memory doPackFST= false), 
_root_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
parentchild_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
child_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, 
sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=es_ES, 
timezone=Pacific/Pohnpei
   [junit4]   2> NOTE: Linux 3.13.0-54-generic amd64/Oracle Corporation 
1.8.0_60-ea (64-bit)/cpus=12,threads=1,free=387150016,total=528482304
   [junit4]   2> NOTE: All tests run in this JVM: [BasicDistributedZkTest, 
StandardRequestHandlerTest, TestUniqueKeyFieldResource, 
CurrencyFieldXmlFileTest, TestSolrConfigHandler, TestSolrIndexConfig, 
RecoveryAfterSoftCommitTest, TestJsonFacets, TestReloadAndDeleteDocs, 
TestConfigReload, TestRestoreCore, SimpleCollectionCreateDeleteTest, 
TestDFRSimilarityFactory, ChaosMonkeyNothingIsSafeTest, TestFieldResource, 
CdcrUpdateLogTest, TestSolrDeletionPolicy1, RankQueryTest, 
DistribDocExpirationUpdateProcessorTest, TestFieldCollectionResource, 
TestReversedWildcardFilterFactory, TestHashQParserPlugin, ResponseHeaderTest, 
TestConfig, TestRTimer, ExitableDirectoryReaderTest, 
QueryElevationComponentTest, SuggestComponentTest, 
TestDynamicFieldCollectionResource, DateMathParserTest, TestBadConfig, 
RulesTest, TestRemoteStreaming, DeleteShardTest, TestSolr4Spatial, 
DateFieldTest, IndexSchemaTest, TestDistributedMissingSort, MinimalSchemaTest, 
TestSQLHandler, DocValuesMissingTest, MBeansHandlerTest, VersionInfoTest, 
ConnectionManagerTest, DeleteInactiveReplicaTest, 
SegmentsInfoRequestHandlerTest, TestTrackingShardHandlerFactory, 
TestRealTimeGet, TestDocumentBuilder, TestHighlightDedupGrouping, 
TestHighFrequencyDictionaryFactory, SSLMigrationTest, TestJoin, 
DistributedFacetPivotLargeTest, MultiTermTest, 
SharedFSAutoReplicaFailoverUtilsTest, UpdateRequestProcessorFactoryTest, 
RequestHandlersTest, TestIBSimilarityFactory, TestManagedStopFilterFactory, 
TestSchemaSimilarityResource, TestRangeQuery, RemoteQueryErrorTest, 
DistributedIntervalFacetingTest, MergeStrategyTest, TestCollectionAPI, 
TestStandardQParsers, SolrTestCaseJ4Test, TestCloudManagedSchemaConcurrent, 
CollectionStateFormat2Test, BJQParserTest]
   [junit4] Completed [249/512] on J0 in 0.47s, 9 tests, 1 error <<< FAILURES!

[...truncated 807 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:526: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:230: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:513: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1426: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:981: 
There were test failures: 512 suites, 2014 tests, 1 error, 59 ignored (25 
assumptions)

Total time: 41 minutes 23 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]

Reply via email to