Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/1673/
1 tests failed.
FAILED: org.apache.solr.schema.EnumFieldTest.testFacetEnumSearch
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([623DF12871F4FCD4:E4FD161DD5129FBD]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
at
org.apache.solr.schema.EnumFieldTest.testFacetEnumSearch(EnumFieldTest.java:594)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
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:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//*[@name='facets']/int/text()=6
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">215</int><lst name="params"><str name="q">severity:*</str><str
name="json.facet">{ severity : { type : terms, field : severity, missing :
true, exists : true, allBuckets : true, method : enum }}</str><str
name="fl">severity</str><str name="wt">xml</str></lst></lst><result
name="response" numFound="0" start="0" numFoundExact="true"></result><lst
name="facets"><int name="count">0</int></lst>
</response>
request
was:q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
... 45 more
Build Log:
[...truncated 15920 lines...]
[junit4] Suite: org.apache.solr.schema.EnumFieldTest
[junit4] 2> 2157131 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ] o.a.s.SolrTestCase
Setting 'solr.default.confdir' system property to test-framework derived value
of
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
[junit4] 2> 2157131 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.schema.EnumFieldTest_623DF12871F4FCD4-001/data-dir-206-001
[junit4] 2> 2157131 WARN
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=135 numCloses=135
[junit4] 2> 2157131 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2157140 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 2157140 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2157140 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 2157155 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths:
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2157171 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.9.0
[junit4] 2> 2157180 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.s.IndexSchema Schema name=tiny
[junit4] 2> 2157182 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
[junit4] 2> 2159011 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 2159012 WARN
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ] o.e.j.u.s.S.config
Trusting all certificates configured for
Client@4b3a0320[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2159012 WARN
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ] o.e.j.u.s.S.config
No Client EndPointIdentificationAlgorithm configured for
Client@4b3a0320[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2159015 WARN
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ] o.e.j.u.s.S.config
Trusting all certificates configured for
Client@197c479[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2159015 WARN
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ] o.e.j.u.s.S.config
No Client EndPointIdentificationAlgorithm configured for
Client@197c479[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2159016 WARN
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.c.CoreContainer Not all security plugins configured!
authentication=disabled authorization=disabled. Solr is only as secure as you
make it. Consider configuring authentication/authorization before exposing Solr
to users internal or external. See https://s.apache.org/solrsecurity for more
info
[junit4] 2> 2159044 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c231fe6
[junit4] 2> 2159051 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c231fe6
[junit4] 2> 2159051 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c231fe6
[junit4] 2> 2159052 INFO (coreLoadExecutor-20208-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 2159059 INFO (coreLoadExecutor-20208-thread-1) [
x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from
paths:
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2159106 INFO (coreLoadExecutor-20208-thread-1) [
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
[junit4] 2> 2159119 INFO (coreLoadExecutor-20208-thread-1) [
x:collection1 ] o.a.s.s.IndexSchema Schema name=tiny
[junit4] 2> 2159122 INFO (coreLoadExecutor-20208-thread-1) [
x:collection1 ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field
id
[junit4] 2> 2159122 INFO (coreLoadExecutor-20208-thread-1) [
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 2159122 INFO (coreLoadExecutor-20208-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@c231fe6
[junit4] 2> 2159122 INFO (coreLoadExecutor-20208-thread-1) [
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.schema.EnumFieldTest_623DF12871F4FCD4-001/data-dir-206-001/]
[junit4] 2> 2159123 INFO (coreLoadExecutor-20208-thread-1) [
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=14, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=61.12890625,
floorSegmentMB=0.2392578125, forceMergeDeletesPctAllowed=8.738597429460436,
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0,
deletesPctAllowed=48.87963605249071
[junit4] 2> 2159165 INFO (coreLoadExecutor-20208-thread-1) [
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2159165 INFO (coreLoadExecutor-20208-thread-1) [
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2159165 INFO (coreLoadExecutor-20208-thread-1) [
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=12.5341796875,
floorSegmentMB=1.234375, forceMergeDeletesPctAllowed=0.22316382791752742,
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0,
deletesPctAllowed=41.34254692215181
[junit4] 2> 2159166 INFO (coreLoadExecutor-20208-thread-1) [
x:collection1 ] o.a.s.r.ManagedResourceStorage File-based storage initialized
to use dir:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf
[junit4] 2> 2159166 INFO (coreLoadExecutor-20208-thread-1) [
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 2159167 INFO
(searcherExecutor-20210-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2159172 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 2159176 INFO
(TEST-EnumFieldTest.testEnumRangeSearch-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testEnumRangeSearch
[junit4] 2> 2159178 INFO
(TEST-EnumFieldTest.testEnumRangeSearch-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testEnumRangeSearch
[junit4] IGNOR/A 0.01s J2 | EnumFieldTest.testEnumRangeSearch
[junit4] > Assumption #1: Skipping testing of unindexed EnumField without
docValues, which is unsupported.
[junit4] 2> 2159187 INFO
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testFacetEnumSearch
[junit4] 2> 2159187 INFO
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[623DF12871F4FCD4]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 2159187 INFO
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[623DF12871F4FCD4]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
0 0
[junit4] 2> 2159189 INFO
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[0]} 0 1
[junit4] 2> 2159192 INFO
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[1]} 0 0
[junit4] 2> 2159192 INFO
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[2]} 0 0
[junit4] 2> 2159192 INFO
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[3]} 0 0
[junit4] 2> 2159192 INFO
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[4]} 0 0
[junit4] 2> 2159192 INFO
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[5]} 0 0
[junit4] 2> 2159197 INFO
(searcherExecutor-20210-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2159197 INFO
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{commit=} 0 4
[junit4] 2> 2159413 INFO
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[623DF12871F4FCD4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml}
hits=0 status=0 QTime=215
[junit4] 2> 2159413 ERROR
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//*[@name='facets']/int/text()=6
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">215</int><lst name="params"><str name="q">severity:*</str><str
name="json.facet">{ severity : { type : terms, field : severity, missing :
true, exists : true, allBuckets : true, method : enum }}</str><str
name="fl">severity</str><str name="wt">xml</str></lst></lst><result
name="response" numFound="0" start="0" numFoundExact="true"></result><lst
name="facets"><int name="count">0</int></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml
[junit4] 2> 2159414 ERROR
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 REQUEST FAILED:
q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml:java.lang.RuntimeException:
REQUEST FAILED: xpath=//*[@name='facets']/int/text()=6
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">215</int><lst name="params"><str name="q">severity:*</str><str
name="json.facet">{ severity : { type : terms, field : severity, missing :
true, exists : true, allBuckets : true, method : enum }}</str><str
name="fl">severity</str><str name="wt">xml</str></lst></lst><result
name="response" numFound="0" start="0" numFoundExact="true"></result><lst
name="facets"><int name="count">0</int></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
[junit4] 2> at
org.apache.solr.schema.EnumFieldTest.testFacetEnumSearch(EnumFieldTest.java:594)
[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:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
[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.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[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:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 2159415 INFO
(TEST-EnumFieldTest.testFacetEnumSearch-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testFacetEnumSearch
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=EnumFieldTest
-Dtests.method=testFacetEnumSearch -Dtests.seed=623DF12871F4FCD4
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-OM
-Dtests.timezone=America/Port-au-Prince -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.24s J2 | EnumFieldTest.testFacetEnumSearch <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([623DF12871F4FCD4:E4FD161DD5129FBD]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
[junit4] > at
org.apache.solr.schema.EnumFieldTest.testFacetEnumSearch(EnumFieldTest.java:594)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//*[@name='facets']/int/text()=6
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">215</int><lst name="params"><str name="q">severity:*</str><str
name="json.facet">{ severity : { type : terms, field : severity, missing :
true, exists : true, allBuckets : true, method : enum }}</str><str
name="fl">severity</str><str name="wt">xml</str></lst></lst><result
name="response" numFound="0" start="0" numFoundExact="true"></result><lst
name="facets"><int name="count">0</int></lst>
[junit4] > </response>
[junit4] > request
was:q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
[junit4] > ... 45 more
[junit4] 2> 2159422 INFO
(TEST-EnumFieldTest.testMultivaluedSetQuery-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedSetQuery
[junit4] 2> 2159423 INFO
(TEST-EnumFieldTest.testMultivaluedSetQuery-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedSetQuery
[junit4] IGNOR/A 0.01s J2 | EnumFieldTest.testMultivaluedSetQuery
[junit4] > Assumption #1: Skipping testing of unindexed EnumField without
docValues, which is unsupported.
[junit4] 2> 2159427 INFO
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBogusEnumIndexing
[junit4] 2> 2159427 INFO
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[623DF12871F4FCD4]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 2159427 INFO
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[623DF12871F4FCD4]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
0 0
[junit4] 2> 2159428 INFO
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{} 0 0
[junit4] 2> 2159428 INFO
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown
value for enum field: severity, value: blabla
[junit4] 2> 2159428 INFO
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{} 0 0
[junit4] 2> 2159429 INFO
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown
value for enum field: severity, value: 145
[junit4] 2> 2159429 INFO
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{} 0 0
[junit4] 2> 2159429 INFO
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown
value for enum field: severity, value: -4
[junit4] 2> 2159430 INFO
(TEST-EnumFieldTest.testBogusEnumIndexing-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testBogusEnumIndexing
[junit4] 2> 2159433 INFO
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[623DF12871F4FCD4]) [
] o.a.s.SolrTestCaseJ4 ###Starting testKnownIntegerEnumIndexing
[junit4] 2> 2159433 INFO
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[623DF12871F4FCD4]) [
] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 2159433 INFO
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[623DF12871F4FCD4]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
0 0
[junit4] 2> 2159434 INFO
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[0]} 0 0
[junit4] 2> 2159434 INFO
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[1]} 0 0
[junit4] 2> 2159438 INFO
(searcherExecutor-20210-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2159438 INFO
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{commit=} 0 3
[junit4] 2> 2159438 INFO
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[623DF12871F4FCD4]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id,severity&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2159440 INFO
(TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[623DF12871F4FCD4]) [
] o.a.s.SolrTestCaseJ4 ###Ending testKnownIntegerEnumIndexing
[junit4] 2> 2159444 INFO
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testBogusEnumSearch
[junit4] 2> 2159444 INFO
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[623DF12871F4FCD4]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 2159444 INFO
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[623DF12871F4FCD4]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
0 0
[junit4] 2> 2159444 INFO
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[0]} 0 0
[junit4] 2> 2159445 INFO
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[1]} 0 0
[junit4] 2> 2159445 INFO
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[2]} 0 0
[junit4] 2> 2159445 INFO
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[3]} 0 0
[junit4] 2> 2159445 INFO
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[4]} 0 0
[junit4] 2> 2159446 INFO
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[8]} 0 0
[junit4] 2> 2159446 INFO
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[9]} 0 0
[junit4] 2> 2159450 INFO
(searcherExecutor-20210-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2159450 INFO
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{commit=} 0 3
[junit4] 2> 2159450 INFO
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[623DF12871F4FCD4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=severity:bla&fl=severity&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2159451 INFO
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[623DF12871F4FCD4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=severity:7&fl=severity&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2159451 INFO
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[623DF12871F4FCD4]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=severity:"-3"&fl=severity&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2159452 INFO
(TEST-EnumFieldTest.testBogusEnumSearch-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testBogusEnumSearch
[junit4] 2> 2159456 INFO
(TEST-EnumFieldTest.testMultivaluedEnumSort-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedEnumSort
[junit4] 2> 2159456 INFO
(TEST-EnumFieldTest.testMultivaluedEnumSort-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedEnumSort
[junit4] IGNOR/A 0.01s J2 | EnumFieldTest.testMultivaluedEnumSort
[junit4] > Assumption #1: Skipping testing of sorting over multivalued
EnumField - see SOLR-11193
[junit4] 2> 2159460 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[623DF12871F4FCD4]) [
] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedBogusEnumSearch
[junit4] 2> 2159460 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[623DF12871F4FCD4]) [
] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM
INDEX
[junit4] 2> 2159460 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[623DF12871F4FCD4]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
0 0
[junit4] 2> 2159461 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[0]} 0 0
[junit4] 2> 2159461 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[1]} 0 0
[junit4] 2> 2159461 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[2]} 0 0
[junit4] 2> 2159462 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[3]} 0 0
[junit4] 2> 2159462 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[4]} 0 0
[junit4] 2> 2159462 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[8]} 0 0
[junit4] 2> 2159462 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{add=[9]} 0 0
[junit4] 2> 2159466 INFO
(searcherExecutor-20210-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2159466 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null params={}{commit=} 0 3
[junit4] 2> 2159466 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[623DF12871F4FCD4]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=severity_mv:bla&fl=severity_mv&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2159467 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[623DF12871F4FCD4]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=severity_mv:7&fl=severity_mv&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2159467 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[623DF12871F4FCD4]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=severity_mv:"-3"&fl=severity_mv&wt=xml} hits=0 status=0 QTime=0
[junit4] 2> 2159468 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[623DF12871F4FCD4]) [
] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedBogusEnumSearch
[junit4] 2> 2159472 INFO
(TEST-EnumFieldTest.testEnumFieldTypeWithoutDocValues-seed#[623DF12871F4FCD4])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testEnumFieldTypeWithoutDocValues
[junit4] 2> 2159473 INFO
(TEST-EnumFieldTest.testEnumFieldTypeWithoutDocValues-seed#[623DF12871F4FCD4])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testEnumFieldTypeWithoutDocValues
[junit4] IGNOR/A 0.01s J2 | EnumFieldTest.testEnumFieldTypeWithoutDocValues
[junit4] > Assumption #1: Only testing EnumFieldType without docValues.
[junit4] 2> 2159476 INFO
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[623DF12871F4FCD4])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testMultivaluedKnownIntegerEnumIndexing
[junit4] 2> 2159476 INFO
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[623DF12871F4FCD4])
[ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS
FROM INDEX
[junit4] 2> 2159476 INFO
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[623DF12871F4FCD4])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
0 0
[junit4] 2> 2159477 INFO
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[623DF12871F4FCD4])
[ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
webapp=null path=null params={}{add=[0]} 0 0
[junit4] 2> 2159477 INFO
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[623DF12871F4FCD4])
[ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
webapp=null path=null params={}{add=[1]} 0 0
[junit4] 2> 2159481 INFO
(searcherExecutor-20210-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher autowarm time: 0 ms
[junit4] 2> 2159481 INFO
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[623DF12871F4FCD4])
[ x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
webapp=null path=null params={}{commit=} 0 3
[junit4] 2> 2159481 INFO
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[623DF12871F4FCD4])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id,severity_mv&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 2159483 INFO
(TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[623DF12871F4FCD4])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedKnownIntegerEnumIndexing
[junit4] 2> 2159486 INFO
(TEST-EnumFieldTest.testEnumSort-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testEnumSort
[junit4] 2> 2159487 INFO
(TEST-EnumFieldTest.testEnumSort-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testEnumSort
[junit4] IGNOR/A 0.00s J2 | EnumFieldTest.testEnumSort
[junit4] > Assumption #1: Skipping testing of unindexed EnumField without
docValues, which is unsupported.
[junit4] 2> 2159491 INFO
(TEST-EnumFieldTest.testSetQuery-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSetQuery
[junit4] 2> 2159492 INFO
(TEST-EnumFieldTest.testSetQuery-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testSetQuery
[junit4] IGNOR/A 0.01s J2 | EnumFieldTest.testSetQuery
[junit4] > Assumption #1: Skipping testing of unindexed EnumField without
docValues, which is unsupported.
[junit4] 2> 2159495 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[623DF12871F4FCD4]) [
] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedBogusEnumIndexing
[junit4] 2> 2159496 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[623DF12871F4FCD4]) [
] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM
INDEX
[junit4] 2> 2159496 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[623DF12871F4FCD4]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
0 0
[junit4] 2> 2159496 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
webapp=null path=null params={}{} 0 0
[junit4] 2> 2159496 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching
Unknown value for enum field: severity_mv, value: blabla
[junit4] 2> 2159496 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
webapp=null path=null params={}{} 0 0
[junit4] 2> 2159497 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching
Unknown value for enum field: severity_mv, value: 145
[junit4] 2> 2159497 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]
webapp=null path=null params={}{} 0 0
[junit4] 2> 2159497 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[623DF12871F4FCD4]) [
x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching
Unknown value for enum field: severity_mv, value: -4
[junit4] 2> 2159498 INFO
(TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[623DF12871F4FCD4]) [
] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedBogusEnumIndexing
[junit4] 2> 2159501 INFO
(TEST-EnumFieldTest.testEnumSchema-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testEnumSchema
[junit4] 2> 2159502 INFO
(TEST-EnumFieldTest.testEnumSchema-seed#[623DF12871F4FCD4]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testEnumSchema
[junit4] 2> 2159505 INFO
(TEST-EnumFieldTest.testMultivaluedEnumRangeSearch-seed#[623DF12871F4FCD4]) [
] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedEnumRangeSearch
[junit4] 2> 2159506 INFO
(TEST-EnumFieldTest.testMultivaluedEnumRangeSearch-seed#[623DF12871F4FCD4]) [
] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedEnumRangeSearch
[junit4] IGNOR/A 0.01s J2 | EnumFieldTest.testMultivaluedEnumRangeSearch
[junit4] > Assumption #1: Skipping testing of range searching over
multivalued EnumField - see SOLR-11193
[junit4] 2> 2159507 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 2159507 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2051061199
[junit4] 2> 2159509 INFO (coreCloseExecutor-20215-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@7fde6f3b
[junit4] 2> 2159509 INFO (coreCloseExecutor-20215-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1 tag=SolrCore@7fde6f3b
[junit4] 2> 2159509 INFO (coreCloseExecutor-20215-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7311b7e9: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@3de4cb0d
[junit4] 2> 2159519 INFO (coreCloseExecutor-20215-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() ... SKIPPED
(unnecessary).
[junit4] 2> 2159529 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node
tag=null
[junit4] 2> 2159529 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5a69f09d: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry
solr.node/com.codahale.metrics.MetricRegistry@25294b78
[junit4] 2> 2159534 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm
tag=null
[junit4] 2> 2159534 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@48232e5b: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry
solr.jvm/com.codahale.metrics.MetricRegistry@5e340596
[junit4] 2> 2159537 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty
tag=null
[junit4] 2> 2159537 INFO
(SUITE-EnumFieldTest-seed#[623DF12871F4FCD4]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b43bf29: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty/com.codahale.metrics.MetricRegistry@e2ca957
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.schema.EnumFieldTest_623DF12871F4FCD4-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene87),
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ar-OM,
timezone=America/Port-au-Prince
[junit4] 2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation
1.8.0_281 (64-bit)/cpus=4,threads=1,free=134534728,total=526385152
[junit4] 2> NOTE: All tests run in this JVM:
[TestNonDefinedSimilarityFactory, RootFieldTest, QueryElevationComponentTest,
TestPKIAuthenticationPlugin, FacetPivotSmallTest,
BinaryUpdateRequestHandlerTest, TestFunctionQuery, TestRequestForwarding,
SolrShardReporterTest, TestOmitPositions, TestSimGenericDistributedQueue,
ZkShardTermsTest, TestCloudRecovery, TestReloadAndDeleteDocs,
HealthCheckHandlerTest, HdfsRecoveryZkTest, IndexBasedSpellCheckerTest,
V2ApiIntegrationTest, ClassificationUpdateProcessorFactoryTest,
PropertiesRequestHandlerTest, FieldMutatingUpdateProcessorTest,
DirectoryFactoryTest, LukeRequestHandlerTest, CachingDirectoryFactoryTest,
TestReload, TestSolrCloudWithSecureImpersonation, ConvertedLegacyTest,
TestManagedResource, SystemLogListenerTest, TestReplicationHandlerBackup,
AdminHandlersProxyTest, DistanceFunctionTest, SolrPluginUtilsTest,
TestCharFilters, JsonLoaderTest, TestXmlQParser, MoveReplicaTest,
SuggestComponentTest, TestLeaderElectionWithEmptyReplica, TestInitParams,
TestQueryUtils, TestSchemaResource, TestHdfsUpdateLog,
BasicAuthIntegrationTest, TestUtilizeNode, DebugComponentTest,
CoreAdminOperationTest, TestSolrCloudWithHadoopAuthPlugin,
PeerSyncWithBufferUpdatesTest, HighlighterTest, JWTAuthPluginTest,
CollectionsAPIDistributedZkTest, TestTlogReplayVsRecovery,
TlogReplayBufferedWhileIndexingTest, PreAnalyzedFieldManagedSchemaCloudTest,
RegexBytesRefFilterTest, TestOnReconnectListenerSupport,
PeerSyncReplicationTest, TestCursorMarkWithoutUniqueKey,
TestBooleanSimilarityFactory, CleanupOldIndexTest, ShardTermsTest,
SSLMigrationTest, EchoParamsTest, OrderedExecutorTest, BadCopyFieldTest,
TestMinimalConfig, DirectUpdateHandlerTest, TestSimpleQParserPlugin,
TestSimDistribStateManager, TestMaxTokenLenTokenizer,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CheckHdfsIndexTest,
AddSchemaFieldsUpdateProcessorFactoryTest, TestLegacyFieldReuse,
AlternateDirectoryTest, LeaderVoteWaitTimeoutTest,
TestFuzzyAnalyzedSuggestions, TestNumericRangeQuery32, SparseHLLTest,
TestUtils, TestBadConfig, TestPayloadCheckQParserPlugin, ThreadDumpHandlerTest,
NotRequiredUniqueKeyTest, TestPartialUpdateDeduplication,
TestUnInvertedFieldException, HdfsCloudIncrementalBackupTest,
SpatialHeatmapFacetsTest, AuthToolTest, TestCloudManagedSchema,
HttpPartitionTest, RestartWhileUpdatingTest, TestFieldResource, FullHLLTest,
TestEmbeddedSolrServerConstructors, AddBlockUpdateTest, TestNestedDocsSort,
TestMissingGroups, SpellingQueryConverterTest, TestDocTermOrds,
TestBlockCollapse, SolrCloudExampleTest,
TestDistributedStatsComponentCardinality, ClusterStateUpdateTest,
DeleteShardTest, SOLR749Test, SystemCollectionCompatTest,
UUIDUpdateProcessorFallbackTest, SolrRequestParserTest, TestSolrQueryParser,
ShardsWhitelistTest, TestComplexPhraseQParserPlugin,
DistributedQueryElevationComponentTest, TestCrossCoreJoin,
TestDistributedSearch, TestRandomFaceting, AssignBackwardCompatibilityTest,
CollectionStateFormat2Test, ConcurrentCreateRoutedAliasTest,
ConnectionManagerTest, CreateCollectionCleanupTest, CreateRoutedAliasTest,
DeleteInactiveReplicaTest, DistribDocExpirationUpdateProcessorTest,
MigrateRouteKeyTest, ReindexCollectionTest, TestConfigSetsAPIExclusivity,
TestDeleteCollectionOnDownNodes, TestDistributedMap,
TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess,
TestPullReplica, TestPullReplicaErrorHandling, AssignTest,
BackupRestoreApiErrorConditionsTest, CollectionsAPIAsyncDistributedZkTest,
TestCollectionAPI, TestReplicaProperties, ComputePlanActionTest,
MetricTriggerTest, RestoreTriggerStateTest, ScheduledTriggerTest,
TriggerEventQueueTest, TriggerIntegrationTest, TestDynamicURP,
TestQuerySenderListener, TestSimpleTextCodec, TestSolrDeletionPolicy1,
TestSolrDeletionPolicy2, TestXIncludeConfig, TestSolrCloudSnapshots,
TestRestoreCore, TestSQLHandler, CoreMergeIndexesAdminHandlerTest,
InfoHandlerTest, LoggingHandlerTest, ShowFileRequestHandlerTest,
TestConfigsApi, ZookeeperReadAPITest, CustomHighlightComponentTest,
DistributedFacetPivotWhiteBoxTest, MoreLikeThisComponentTest,
PhrasesIdentificationComponentTest, SearchHandlerTest,
SubstringBytesRefFilterTest, TestFaceting, TestMacroExpander, TestMacros,
SmileWriterTest, TestPHPSerializedResponseWriter, TestRetrieveFieldsOptimizer,
TestSolrQueryResponse, TestExplainDocTransformer,
TestSubQueryTransformerDistrib, TestSchemaNameResource,
TestSchemaVersionResource, TestUniqueKeyFieldResource, BooleanFieldTest,
ChangedSchemaMergeTest, CurrencyFieldTypeTest, DocValuesMissingTest,
EnumFieldTest]
[junit4] Completed [769/934 (1!)] on J2 in 2.62s, 15 tests, 1 error, 7
skipped <<< FAILURES!
[...truncated 51245 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:634:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:507:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/build.xml:494:
Source checkout is dirty (unversioned/missing files) after running tests!!!
Offending files:
* solr/contrib/analytics/src/test-files/solr/filestore
* solr/contrib/analytics/src/test-files/solr/userfiles
*
solr/contrib/dataimporthandler-extras/src/test-files/dihextras/solr/collection1/conf/dataimport.properties
* solr/contrib/dataimporthandler-extras/src/test-files/dihextras/solr/filestore
* solr/contrib/dataimporthandler-extras/src/test-files/dihextras/solr/userfiles
* solr/contrib/dataimporthandler/src/test-files/dih/solr/filestore
* solr/contrib/dataimporthandler/src/test-files/dih/solr/userfiles
* solr/contrib/extraction/src/test-files/extraction/solr/filestore
* solr/contrib/extraction/src/test-files/extraction/solr/userfiles
* solr/contrib/langid/src/test-files/langid/solr/filestore
* solr/contrib/langid/src/test-files/langid/solr/userfiles
* solr/contrib/ltr/src/test-files/solr/filestore
* solr/contrib/ltr/src/test-files/solr/userfiles
* solr/contrib/prometheus-exporter/src/test-files/solr/filestore
* solr/contrib/prometheus-exporter/src/test-files/solr/userfiles
* solr/contrib/velocity/src/test-files/velocity/solr/filestore
* solr/contrib/velocity/src/test-files/velocity/solr/userfiles
* solr/core/src/test-files/solr/filestore
* solr/core/src/test-files/solr/userfiles
* solr/solrj/src/test-files/solrj/solr/multicore/filestore
* solr/solrj/src/test-files/solrj/solr/multicore/userfiles
Total time: 73 minutes 2 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]