Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6511/
Java: 32bit/jdk1.8.0_121 -server -XX:+UseSerialGC

2 tests failed.
FAILED:  
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass

Error Message:
 Expected: is "class1"      got: "class2" 

Stack Trace:
java.lang.AssertionError: 
Expected: is "class1"
     got: "class2"

        at 
__randomizedtesting.SeedInfo.seed([53863391D978A2E9:D8E93E804FC24C55]:0)
        at org.junit.Assert.assertThat(Assert.java:780)
        at org.junit.Assert.assertThat(Assert.java:738)
        at 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass(ClassificationUpdateProcessorTest.java:122)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField

Error Message:
 Expected: is "class1"      got: "class2" 

Stack Trace:
java.lang.AssertionError: 
Expected: is "class1"
     got: "class2"

        at 
__randomizedtesting.SeedInfo.seed([53863391D978A2E9:5AC95D29C7D14562]:0)
        at org.junit.Assert.assertThat(Assert.java:780)
        at org.junit.Assert.assertThat(Assert.java:738)
        at 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField(ClassificationUpdateProcessorTest.java:102)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        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:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 13196 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.ClassificationUpdateProcessorTest_53863391D978A2E9-001\init-core-data-001
   [junit4]   2> 2854860 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 2854860 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 2854868 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2854869 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2854870 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2854951 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2854964 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=classification
   [junit4]   2> 2854970 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema classification/1.1 with uniqueid field id
   [junit4]   2> 2855120 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e44ec1
   [junit4]   2> 2855122 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e44ec1
   [junit4]   2> 2855122 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e44ec1
   [junit4]   2> 2855126 INFO  (coreLoadExecutor-11945-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2855219 INFO  (coreLoadExecutor-11945-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2855227 INFO  (coreLoadExecutor-11945-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=classification
   [junit4]   2> 2855232 INFO  (coreLoadExecutor-11945-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema classification/1.1 with 
uniqueid field id
   [junit4]   2> 2855232 INFO  (coreLoadExecutor-11945-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 2855233 INFO  (coreLoadExecutor-11945-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@e44ec1
   [junit4]   2> 2855233 INFO  (coreLoadExecutor-11945-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2855233 INFO  (coreLoadExecutor-11945-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.ClassificationUpdateProcessorTest_53863391D978A2E9-001\init-core-data-001\]
   [junit4]   2> 2855235 INFO  (coreLoadExecutor-11945-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=36, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=91.8154296875, 
floorSegmentMB=2.1796875, forceMergeDeletesPctAllowed=6.7352193310702235, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7933161557364881
   [junit4]   2> 2855406 INFO  (coreLoadExecutor-11945-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2855406 INFO  (coreLoadExecutor-11945-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2855407 INFO  (coreLoadExecutor-11945-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=40, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=99.982421875, 
floorSegmentMB=1.748046875, forceMergeDeletesPctAllowed=8.823628182597457, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8716610022429824
   [junit4]   2> 2855407 INFO  (coreLoadExecutor-11945-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1345417[collection1] 
main]
   [junit4]   2> 2855409 WARN  (coreLoadExecutor-11945-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2855410 INFO  (coreLoadExecutor-11945-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2855411 INFO  
(searcherExecutor-11946-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1345417[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2855412 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2855416 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2855496 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2855499 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 2855533 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 2855537 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2855547 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2855551 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
   [junit4]   2> 2855581 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
   [junit4]   2> 2855585 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2855628 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2855631 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 2855652 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 2855656 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 2855722 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClassificationUpdateProcessorTest 
-Dtests.method=knnMonoClass_sampleParams_shouldAssignCorrectClass 
-Dtests.seed=53863391D978A2E9 -Dtests.slow=true -Dtests.locale=ar-MA 
-Dtests.timezone=Australia/NSW -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.07s J1 | 
ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass
 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: is "class1"
   [junit4]    >      got: "class2"
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([53863391D978A2E9:D8E93E804FC24C55]:0)
   [junit4]    >        at 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass(ClassificationUpdateProcessorTest.java:122)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2855729 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2855768 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 2855772 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 2855806 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 2855810 INFO  
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
   [junit4]   2> 2855869 INFO  
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
   [junit4]   2> 2855872 INFO  
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
   [junit4]   2> 2855966 INFO  
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[53863391D978A2E9])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClassificationUpdateProcessorTest 
-Dtests.method=classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
 -Dtests.seed=53863391D978A2E9 -Dtests.slow=true -Dtests.locale=ar-MA 
-Dtests.timezone=Australia/NSW -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] FAILURE 0.10s J1 | 
ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: is "class1"
   [junit4]    >      got: "class2"
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([53863391D978A2E9:5AC95D29C7D14562]:0)
   [junit4]    >        at 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField(ClassificationUpdateProcessorTest.java:102)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2855967 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2855967 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=7494558
   [junit4]   2> 2855967 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2855969 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2855970 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2855971 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[53863391D978A2E9]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2855972 INFO  (coreCloseExecutor-11950-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1cd451
   [junit4]   2> 2855973 INFO  (coreCloseExecutor-11950-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1889361
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.processor.ClassificationUpdateProcessorTest_53863391D978A2E9-001
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=4, maxDocsPerChunk=932, blockSize=1), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=4, blockSize=1)), sim=RandomSimilarity(queryNorm=false): {author=DFR 
I(ne)B2, cat=DFR G3(800.0), id=DFR I(F)1, title=DFR I(n)2, content=DFR 
I(n)LZ(0.3)}, locale=ar-MA, timezone=Australia/NSW
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_121 
(32-bit)/cpus=3,threads=1,free=311903880,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [StatsComponentTest, 
TestClusterStateMutator, SolrIndexSplitterTest, 
DefaultValueUpdateProcessorTest, TestLMDirichletSimilarityFactory, 
HdfsRecoveryZkTest, TestSortByMinMaxFunction, DirectUpdateHandlerOptimizeTest, 
SparseHLLTest, TestShortCircuitedRequests, TestLegacyFieldCache, TestDocSet, 
DeleteShardTest, RollingRestartTest, TestRebalanceLeaders, 
FieldAnalysisRequestHandlerTest, BigEndianAscendingWordSerializerTest, 
RemoteQueryErrorTest, DeleteInactiveReplicaTest, TestJsonRequest, 
TestQuerySenderListener, TestSolrDeletionPolicy2, 
TestReversedWildcardFilterFactory, SystemInfoHandlerTest, TestInitQParser, 
TestReqParamsAPI, TestRandomFaceting, SuggesterTSTTest, TestSQLHandler, 
TestDownShardTolerantSearch, TestTolerantUpdateProcessorCloud, 
CollectionsAPIDistributedZkTest, MultiThreadedOCPTest, SmileWriterTest, 
TestConfigSetsAPI, TestDynamicFieldCollectionResource, 
TestMinMaxOnMultiValuedField, SolrGangliaReporterTest, 
SignatureUpdateProcessorFactoryTest, TestComponentsName, 
FieldMutatingUpdateProcessorTest, TestCodecSupport, OnlyLeaderIndexesTest, 
TestManagedResourceStorage, TestBlobHandler, SecurityConfHandlerTest, 
ReplicationFactorTest, TestWriterPerf, TestFastWriter, 
BlockJoinFacetDistribTest, SpatialHeatmapFacetsTest, QueryParsingTest, 
TestCloudSchemaless, TestSolrQueryParserResource, TestIntervalFaceting, 
DocValuesMissingTest, CurrencyFieldOpenExchangeTest, TestFieldCache, 
TestLeaderElectionZkExpiry, TestLMJelinekMercerSimilarityFactory, 
TestSolrQueryParser, TestSolrCloudWithSecureImpersonation, IndexSchemaTest, 
SuggestComponentTest, LoggingHandlerTest, TestSolrCLIRunExample, 
TestAtomicUpdateErrorCases, DistribJoinFromCollectionTest, SuggesterTest, 
SolrCloudReportersTest, SpellCheckCollatorWithCollapseTest, CoreSorterTest, 
PeerSyncWithIndexFingerprintCachingTest, SubstringBytesRefFilterTest, 
TestSchemaManager, TestMiniSolrCloudCluster, TestHdfsCloudBackupRestore, 
TestTrie, TestIndexingPerformance, SolrMetricReporterTest, 
TestConfigSetProperties, TestRuleBasedAuthorizationPlugin, QueryResultKeyTest, 
CoreAdminCreateDiscoverTest, AliasIntegrationTest, 
WrapperMergePolicyFactoryTest, TestHdfsBackupRestoreCore, 
DistributedFacetPivotLargeTest, TestRecovery, TestLocalFSCloudBackupRestore, 
HdfsNNFailoverTest, AtomicUpdatesTest, TestQueryTypes, ExplicitHLLTest, 
NoCacheHeaderTest, TestReload, TestInPlaceUpdatesStandalone, 
TestSolrConfigHandlerCloud, DistributedFacetPivotSmallAdvancedTest, 
TestSerializedLuceneMatchVersion, TestRequestForwarding, 
LeaderFailureAfterFreshStartTest, DistributedVersionInfoTest, 
TestLRUStatsCache, OpenCloseCoreStressTest, UtilsToolTest, 
ReplicaListTransformerTest, TestSchemaSimilarityResource, 
TestSimpleQParserPlugin, VersionInfoTest, SpellCheckCollatorTest, 
TestShardHandlerFactory, TestSearchPerf, TestCopyFieldCollectionResource, 
TestQueryUtils, TestFieldCollectionResource, BlobRepositoryCloudTest, 
TestDistributedGrouping, SolrCloudExampleTest, TestDistributedMissingSort, 
TestBlendedInfixSuggestions, TestMiniSolrCloudClusterSSL, 
TestSolrCoreProperties, HdfsBasicDistributedZkTest, 
TestSolrCloudWithDelegationTokens, PreAnalyzedUpdateProcessorTest, 
TestScoreJoinQPNoScore, MergeStrategyTest, RequestHandlersTest, 
MetricsHandlerTest, OverseerStatusTest, HighlighterConfigTest, 
BasicFunctionalityTest, BasicDistributedZk2Test, LeaderElectionContextKeyTest, 
SpatialRPTFieldTypeTest, TestCollectionAPIs, TestStressUserVersions, 
TestAnalyzedSuggestions, TestPerFieldSimilarityWithDefaultOverride, 
NotRequiredUniqueKeyTest, TestSolrQueryResponse, TestLRUCache, 
ExitableDirectoryReaderTest, SimpleMLTQParserTest, TestJsonFacetRefinement, 
CacheHeaderTest, CursorMarkTest, HdfsLockFactoryTest, BlockJoinFacetSimpleTest, 
TestConfigSetsAPIZkFailure, TestInfoStreamLogging, TestRawResponseWriter, 
TestPHPSerializedResponseWriter, TestSchemaNameResource, PrimUtilsTest, 
SimpleCollectionCreateDeleteTest, TestAuthenticationFramework, TestConfig, 
TestCustomDocTransformer, TestSlowCompositeReaderWrapper, DistanceFunctionTest, 
CircularListTest, SaslZkACLProviderTest, UUIDFieldTest, TestIndexSearcher, 
UpdateParamsTest, TestSSLRandomization, SolrCoreCheckLockOnStartupTest, 
LeaderInitiatedRecoveryOnShardRestartTest, TestGeoJSONResponseWriter, 
ChangedSchemaMergeTest, LeaderElectionIntegrationTest, ShardRoutingTest, 
ClusterStateUpdateTest, ZkSolrClientTest, ZkCLITest, TestDistributedSearch, 
ZkControllerTest, TestRealTimeGet, TestJoin, DistributedTermsComponentTest, 
TestCoreContainer, TestSolr4Spatial, SpellCheckComponentTest, 
TestGroupingSearch, PeerSyncTest, TestLazyCores, TestExtendedDismaxParser, 
CoreAdminHandlerTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, 
WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestUpdate, 
QueryEqualityTest, SortByFunctionTest, DocValuesMultiTest, SolrInfoBeanTest, 
IndexBasedSpellCheckerTest, DirectSolrSpellCheckerTest, TestOmitPositions, 
FileBasedSpellCheckerTest, TermsComponentTest, TestValueSourceCache, 
TermVectorComponentTest, IndexSchemaRuntimeFieldTest, 
UpdateRequestProcessorFactoryTest, JsonLoaderTest, 
TestPartialUpdateDeduplication, PingRequestHandlerTest, MinimalSchemaTest, 
OutputWriterTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, 
TestCharFilters, EchoParamsTest, TestDFRSimilarityFactory, 
TestBM25SimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest, 
URLClassifyProcessorTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, 
TestSimpleTrackingShardHandler, CdcrReplicationHandlerTest, 
CdcrVersionReplicationTest, CleanupOldIndexTest, CollectionReloadTest, 
CollectionTooManyReplicasTest, CollectionsAPISolrJTest, DeleteNodeTest, 
DistribDocExpirationUpdateProcessorTest, HttpPartitionTest, 
LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, 
MoveReplicaTest, OverseerRolesTest, PeerSyncReplicationTest, SSLMigrationTest, 
SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, TestCloudDeleteByQuery, 
TestClusterProperties, TestCryptoKeys, TestLockTree, TestRandomFlRTGCloud, 
TestRequestStatusCollectionAPI, TestStressCloudBlindAtomicUpdates, 
TestStressInPlaceUpdates, TestDynamicLoading, TestSystemCollAutoCreate, 
StatsReloadRaceTest, DistributedExpandComponentTest, 
DistributedQueryComponentCustomSortTest, InfixSuggestersTest, 
TestExpandComponent, TestPivotHelperCode, TestTrackingShardHandlerFactory, 
HighlighterMaxOffsetTest, TestUnifiedSolrHighlighter, 
SolrCoreMetricManagerTest, SolrMetricManagerTest, SolrMetricsIntegrationTest, 
SolrJmxReporterTest, TestMacroExpander, TestMacros, JSONWriterTest, 
TestJavabinTupleStreamParser, TestPushWriter, TestSubQueryTransformer, 
TestRestManager, TestBulkSchemaAPI, BadCopyFieldTest, BooleanFieldTest, 
PreAnalyzedFieldManagedSchemaCloudTest, TestCloudManagedSchema, 
TestManagedSchemaThreadSafety, TestPointFields, AnalyticsQueryTest, 
RankQueryTest, SortSpecParsingTest, TestCollapseQParserPlugin, 
TestComplexPhraseQParserPlugin, TestCustomSort, TestFieldSortValues, 
TestGraphTermsQParserPlugin, TestLegacyNumericRangeQueryBuilder, 
TestMaxScoreQueryParser, TestMultiWordSynonyms, 
TestOverriddenPrefixQueryForCustomFieldType, TestRandomCollapseQParserPlugin, 
TestClassicSimilarityFactory, TestDFISimilarityFactory, 
TestNonDefinedSimilarityFactory, TestDistribIDF, BasicAuthIntegrationTest, 
BasicAuthStandaloneTest, PKIAuthenticationIntegrationTest, 
TestPKIAuthenticationPlugin, TestSha256AuthenticationProvider, 
TestDelegationWithHadoopAuth, TestSolrCloudWithHadoopAuthPlugin, 
ResponseHeaderTest, ConjunctionSolrSpellCheckerTest, 
TestAnalyzeInfixSuggestions, TestFreeTextSuggestions, 
TestHighFrequencyDictionaryFactory, BlockCacheTest, BlockDirectoryTest, 
BufferStoreTest, HdfsDirectoryTest, TestDocTermOrds, TestFieldCacheSort, 
TestFieldCacheSortRandom, TestNumericTerms64, AnalysisErrorHandlingTest, 
CdcrUpdateLogTest, SolrIndexMetricsTest, TestHdfsUpdateLog, 
ClassificationUpdateProcessorIntegrationTest, ClassificationUpdateProcessorTest]
   [junit4] Completed [688/702 (1!)] on J1 in 1.15s, 11 tests, 2 failures <<< 
FAILURES!

[...truncated 39365 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to