Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1252/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
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([C087B8C01B7C168:54715341F1E26E3]: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)


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([C087B8C01B7C168:8767769D970D2FD4]: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)




Build Log:
[...truncated 10956 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.ClassificationUpdateProcessorTest_C087B8C01B7C168-001/init-core-data-001
   [junit4]   2> 142989 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 142990 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 142991 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 142992 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 143016 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 143023 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=classification
   [junit4]   2> 143026 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema classification/1.1 with uniqueid field id
   [junit4]   2> 143063 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b600250
   [junit4]   2> 143066 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b600250
   [junit4]   2> 143066 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b600250
   [junit4]   2> 143068 INFO  (coreLoadExecutor-617-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 143101 INFO  (coreLoadExecutor-617-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 143107 INFO  (coreLoadExecutor-617-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=classification
   [junit4]   2> 143110 INFO  (coreLoadExecutor-617-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema classification/1.1 with 
uniqueid field id
   [junit4]   2> 143110 INFO  (coreLoadExecutor-617-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 143111 INFO  (coreLoadExecutor-617-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@5b600250
   [junit4]   2> 143111 INFO  (coreLoadExecutor-617-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 143111 INFO  (coreLoadExecutor-617-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.ClassificationUpdateProcessorTest_C087B8C01B7C168-001/init-core-data-001/]
   [junit4]   2> 143113 INFO  (coreLoadExecutor-617-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=80.77734375, 
floorSegmentMB=1.4248046875, forceMergeDeletesPctAllowed=4.67139983069611, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 143179 INFO  (coreLoadExecutor-617-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 143179 INFO  (coreLoadExecutor-617-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 143180 INFO  (coreLoadExecutor-617-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.13233338259804786]
   [junit4]   2> 143181 INFO  (coreLoadExecutor-617-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@c38a718[collection1] 
main]
   [junit4]   2> 143181 WARN  (coreLoadExecutor-617-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 143182 INFO  (coreLoadExecutor-617-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 143183 INFO  
(searcherExecutor-618-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@c38a718[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 143183 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 143186 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 144344 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 144346 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 144404 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 144407 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 144455 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 144459 INFO  
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
   [junit4]   2> 144482 INFO  
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClassificationUpdateProcessorTest 
-Dtests.method=classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
 -Dtests.seed=C087B8C01B7C168 -Dtests.slow=true -Dtests.locale=sr 
-Dtests.timezone=America/Argentina/La_Rioja -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.04s J0 | 
ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: is "class1"
   [junit4]    >      got: "class2"
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C087B8C01B7C168:54715341F1E26E3]: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> 144498 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
   [junit4]   2> 144513 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
   [junit4]   2> 144516 INFO  
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
   [junit4]   2> 144523 INFO  
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
   [junit4]   2> 144525 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 144531 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClassificationUpdateProcessorTest 
-Dtests.method=knnMonoClass_sampleParams_shouldAssignCorrectClass 
-Dtests.seed=C087B8C01B7C168 -Dtests.slow=true -Dtests.locale=sr 
-Dtests.timezone=America/Argentina/La_Rioja -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.01s J0 | 
ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass
 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: is "class1"
   [junit4]    >      got: "class2"
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C087B8C01B7C168:8767769D970D2FD4]: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> 144535 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 144562 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 144564 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 144573 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 144576 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 144594 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 144597 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 144616 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[C087B8C01B7C168])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 144617 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 144617 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=941931813
   [junit4]   2> 144617 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 144618 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 144619 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 144619 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[C087B8C01B7C168]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 144619 INFO  (coreCloseExecutor-622-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@77ecea96
   [junit4]   2> 144622 INFO  (coreCloseExecutor-622-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2012015254
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.update.processor.ClassificationUpdateProcessorTest_C087B8C01B7C168-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=false): {author=IB LL-LZ(0.3), cat=IB SPL-D2, 
id=DFR I(ne)L3(800.0), title=DFR I(ne)B3(800.0), content=DFR I(F)1}, locale=sr, 
timezone=America/Argentina/La_Rioja
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=1,free=396849704,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheSortRandom, 
DirectSolrConnectionTest, TestNamedUpdateProcessors, TestRestManager, 
PolyFieldTest, DocValuesTest, DistributedQueryComponentCustomSortTest, 
NumericFieldsTest, TestQueryWrapperFilter, TestUnifiedSolrHighlighter, 
TestSolrCloudWithKerberosAlt, DocumentAnalysisRequestHandlerTest, 
SolrGraphiteReporterTest, TestStressLiveNodes, TestRTGBase, TestDistribIDF, 
SuggestComponentContextFilterQueryTest, ActionThrottleTest, 
ClassificationUpdateProcessorTest]
   [junit4] Completed [32/702 (1!)] on J0 in 1.68s, 11 tests, 2 failures <<< 
FAILURES!

[...truncated 45536 lines...]

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

Reply via email to