REPRODUCE WITH: ./gradlew ":x-pack:plugin:esql:compute:test" --tests "org.elasticsearch.compute.aggregation.blockhash.BlockHashTests.testLongBytesRefHashWithMultiValuedFields {forcePackedHash=false}" -Dtests.seed=9AC64E36D4590C4E -Dbuild.snapshot=false -Dtests.jvm.argline="-Dbuild.snapshot=false" -Dlicense.key=x-pack/license-tools/src/test/resources/public.key -Dtests.locale=en-BM -Dtests.timezone=America/Santiago -Druntime.java=25
java.lang.AssertionError:
Expected: "BytesRefLongBlockHash{keys=[BytesRefKey[channel=1], LongKey[channel=0]], entries=9, size=213112b}"
but: was "BytesRefLongBlockHash{keys=[BytesRefKey[channel=1], LongKey[channel=0]], entries=9, size=483b}"
at __randomizedtesting.SeedInfo.seed([9AC64E36D4590C4E:BE0C383BB07A3D4D]:0)
•••
at org.elasticsearch.compute.aggregation.blockhash.BlockHashTests.lambda$testLongBytesRefHashWithMultiValuedFields$33(BlockHashTests.java:1145)
at org.elasticsearch.compute.aggregation.blockhash.BlockHashTests.lambda$hash$40(BlockHashTests.java:1683)
at org.elasticsearch.compute.aggregation.blockhash.BlockHashTestCase$1.addBlock(BlockHashTestCase.java:97)
at org.elasticsearch.compute.aggregation.blockhash.BlockHashTestCase$1.add(BlockHashTestCase.java:105)
at org.elasticsearch.compute.aggregation.GroupingAggregatorFunction$AddInput.add(GroupingAggregatorFunction.java:72)
at org.elasticsearch.compute.aggregation.blockhash.AddPage.emitOrds(AddPage.java:162)
at org.elasticsearch.compute.aggregation.blockhash.AddPage.flushRemaining(AddPage.java:156)
at org.elasticsearch.compute.operator.mvdedupe.IntLongBlockAdd.add(IntLongBlockAdd.java:42)
at org.elasticsearch.compute.aggregation.blockhash.BytesRefLongBlockHash.add(BytesRefLongBlockHash.java:99)
at org.elasticsearch.compute.aggregation.blockhash.BytesRefLongBlockHash.add(BytesRefLongBlockHash.java:80)
at org.elasticsearch.compute.aggregation.blockhash.BlockHashTestCase.hash(BlockHashTestCase.java:69)
at org.elasticsearch.compute.aggregation.blockhash.BlockHashTests.hash(BlockHashTests.java:1678)
at org.elasticsearch.compute.aggregation.blockhash.BlockHashTests.hash(BlockHashTests.java:1668)
at org.elasticsearch.compute.aggregation.blockhash.BlockHashTests.testLongBytesRefHashWithMultiValuedFields(BlockHashTests.java:1111)
•••
CI Link
https://gradle-enterprise.elastic.co/s/cnsm4tgtkmn2g/tests/task/:x-pack:plugin:esql:compute:test/details/org.elasticsearch.compute.aggregation.blockhash.BlockHashTests/testLongBytesRefHashWithMultiValuedFields%20%7BforcePackedHash%3Dfalse%7D?top-execution=1
Repro line
REPRODUCE WITH: ./gradlew ":x-pack:plugin:esql:compute:test" --tests "org.elasticsearch.compute.aggregation.blockhash.BlockHashTests.testLongBytesRefHashWithMultiValuedFields {forcePackedHash=false}" -Dtests.seed=9AC64E36D4590C4E -Dbuild.snapshot=false -Dtests.jvm.argline="-Dbuild.snapshot=false" -Dlicense.key=x-pack/license-tools/src/test/resources/public.key -Dtests.locale=en-BM -Dtests.timezone=America/Santiago -Druntime.java=25
Does it reproduce?
Yes
Applicable branches
main
Failure history
No response
Failure excerpt