Skip to content

[CI] SpanMultiTermQueryBuilderTests.testToQuery failed reproducibly #34105

@bizybot

Description

@bizybot

Build: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/86/console

Reproduces locally for me with:

./gradlew :server:test \
    -Dtests.seed=D4C0F8428959F754 \
    -Dtests.class=org.elasticsearch.index.query.SpanMultiTermQueryBuilderTests \
    -Dtests.method="testToQuery" \
    -Dtests.security.manager=true \
    -Dtests.locale=nb-SJ \
    -Dtests.timezone=SystemV/PST8PDT \
    -Dcompiler.java=10 \
    -Druntime.java=10

Failure:

> Throwable #1: java.lang.UnsupportedOperationException: unsupported inner query, should be org.apache.lucene.search.MultiTermQuery but was org.apache.lucene.search.MatchNoDocsQuery
11:00:51   2> NOTE: test params are: codec=Asserting(Lucene80): {body=PostingsFormat(name=Asserting)}, docValues:{}, maxPointsInLeafNode=1468, maxMBSortInHeap=5.22633401305194, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@733b08dc), locale=el, timezone=America/Goose_Bay
11:00:51    > 	at __randomizedtesting.SeedInfo.seed([212B342C9C45452:F5E9B17CB84791B8]:0)
11:00:51    > 	at org.elasticsearch.index.query.SpanMultiTermQueryBuilder.doToQuery(SpanMultiTermQueryBuilder.java:238)
11:00:51   2> NOTE: Linux 4.16.8-300.fc28.x86_64 amd64/Oracle Corporation 1.8.0_181 (64-bit)/cpus=16,threads=1,free=351172160,total=525860864
11:00:51    > 	at org.elasticsearch.index.query.AbstractQueryBuilder.toQuery(AbstractQueryBuilder.java:98)

Metadata

Metadata

Assignees

Labels

:Search/SearchSearch-related issues that do not fall into other categories>test-failureTriaged test failures from CIv7.0.0-beta1

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions