Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Flaky test org.opensearch.search.fetch.subphase.highlight.HighlighterSearchIT.testHighlightQueryRewriteDatesWithNow #10434

Closed
peternied opened this issue Oct 5, 2023 · 4 comments
Labels
flaky-test Random test failure that succeeds on second run :test Adding or fixing a test untriaged

Comments

@peternied
Copy link
Member

Failure:

java.lang.AssertionError: 
Expected: an empty iterable
     but: [<MapperParsingException[failed to parse field [d] of type [date] in document with id '1'. Preview of field's value: '2023-10-05T17:30:34.967Z']; nested: IllegalArgumentException[failed to parse date field [2023-10-05T17:30:34.967Z] with format [strict_date_time_no_millis||strict_date_optional_time||epoch_millis]]; nested: NotSerializableExceptionWrapper[date_time_parse_exception: Failed to parse with all enclosed parsers];>]

Repro with

REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.search.fetch.subphase.highlight.HighlighterSearchIT" -Dtests.method="testHighlightQueryRewriteDatesWithNow {p0={"search.concurrent_segment_search.enabled":"false"}}" -Dtests.seed=5A3F88D61C8FD270 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=es-CL -Dtests.timezone=SystemV/HST10 -Druntime.java=20

Additional context:

          ### Gradle Check (Jenkins) Run Completed with:

Originally posted by @github-actions[bot] in #10261 (comment)

@peternied peternied added :test Adding or fixing a test flaky-test Random test failure that succeeds on second run labels Oct 5, 2023
@reta reta changed the title Flaky test org.opensearch.search.fetch.subphase.highlight.HighlighterSearchIT.testHighlightQueryRewriteDatesWithNow [BUG] Flaky test org.opensearch.search.fetch.subphase.highlight.HighlighterSearchIT.testHighlightQueryRewriteDatesWithNow Oct 13, 2023
@reta
Copy link
Collaborator

reta commented Oct 13, 2023

CC @CaptainDredge

@CaptainDredge
Copy link
Contributor

@reta can you please close this? Not able to repro it

@dblock
Copy link
Member

dblock commented Oct 16, 2023

@CaptainDredge It clearly failed when this issue was opened, that's why it's flaky. It mostly passes, except when otherwise. No repro is not a good reason to close ;)

@reta
Copy link
Collaborator

reta commented Oct 17, 2023

Replied in #10474 (comment) but the issue was addressed (not ignored or disappeared by itself)

@reta reta closed this as completed Oct 17, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in Concurrent Search Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Random test failure that succeeds on second run :test Adding or fixing a test untriaged
Projects
Status: Done
Development

No branches or pull requests

4 participants