-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>test-failureTriaged test failures from CITriaged test failures from CITeam:SearchMeta label for search teamMeta label for search team
Description
Build scan:
https://gradle-enterprise.elastic.co/s/g2zdlxmibxf54
Repro line:
REPRODUCE WITH: ./gradlew ':server:integTest' \
-Dtests.seed=CD7E7F3C3084555E \
-Dtests.class=org.elasticsearch.indices.IndicesRequestCacheIT \
-Dtests.method="testQueryRewriteDates" \
-Dtests.security.manager=true \
-Dtests.locale=de-CH \
-Dtests.timezone=ROK \
-Dcompiler.java=12 \
-Druntime.java=8
Reproduces locally?:
No
Applicable branches:
It seems to be 6.8 only.
Failure history:
Only failed 3 times for 6.8 in past 60 days based on build-stats. But the error message looks pretty valid.
We had an issue (#32827) that is similar to this. It has been fixed by #54071. But the fix is for 7.7+. I wonder whether it is related and needs to be backported to 6.8.
Failure excerpt:
FAILURE 2.99s J15 | IndicesRequestCacheIT.testQueryRewriteDates <<< FAILURES!
> Throwable #1: java.lang.AssertionError: expected:<[1, 1]> but was:<[0, 2]>
> at __randomizedtesting.SeedInfo.seed([CD7E7F3C3084555E:3A52EEA99B8D2B5B]:0)
> at org.elasticsearch.indices.IndicesRequestCacheIT.assertCacheState(IndicesRequestCacheIT.java:418)
> at org.elasticsearch.indices.IndicesRequestCacheIT.testQueryRewriteDates(IndicesRequestCacheIT.java:225)
> at java.lang.Thread.run(Thread.java:748)
Metadata
Metadata
Assignees
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>test-failureTriaged test failures from CITriaged test failures from CITeam:SearchMeta label for search teamMeta label for search team