Skip to content

NodeSubclassTests#testReplaceChildren fails #52951

@javanna

Description

@javanna

This failure reproduces with the seed:

./gradlew ':x-pack:plugin:ql:test' --tests "org.elasticsearch.xpack.ql.tree.NodeSubclassTests"   -Dtests.method="testReplaceChildren {p0=class org.elasticsearch.xpack.ql.expression.predicate.operator.comparison.InPipe}"   -Dtests.seed=221E160E2C0A0D52
java.lang.IllegalArgumentException: expected at least [2] children but received [1]

	at __randomizedtesting.SeedInfo.seed([221E160E2C0A0D52:1BE1B543D50C2DAC]:0)
	at org.elasticsearch.xpack.ql.expression.predicate.operator.comparison.InPipe.replaceChildren(InPipe.java:27)
	at org.elasticsearch.xpack.ql.expression.predicate.operator.comparison.InPipe.replaceChildren(InPipe.java:18)
	at org.elasticsearch.xpack.ql.tree.NodeSubclassTests.testReplaceChildren(NodeSubclassTests.java:189)

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+release-tests/958

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions