-
Notifications
You must be signed in to change notification settings - Fork 202
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 tests high-level tracking #3481
Comments
|
|
|
|
|
I saw this error again in a recent build:
|
I'm seeing lots of failures in the
https://github.com/opensearch-project/data-prepper/actions/runs/7479248734/job/20362415558?pr=3937 |
Seen today:
|
Seen today:
|
Some investigation on
This assertion is failing:
|
A new failure:
|
New failure: > Task :data-prepper-plugins:log-generator-source:test LogGeneratorSourceTest > GIVEN_logGeneratorSourceAndBlockingBuffer_WHEN_reachedLimit_THEN_stopsWritingToBuffer() FAILED |
Another AggregateProcessorIT:
|
RDS now has a flaky test:
https://github.com/opensearch-project/data-prepper/actions/runs/11172396206/job/31058770072?pr=5021 @oeyh , Can you look at this one? |
@oeyh , Here is another failure in RDS. |
Truncate processor test. https://github.com/opensearch-project/data-prepper/actions/runs/11278262054/job/31366340484?pr=5043
|
Describe the bug
Running the data-prepper build and github actions frequently has failing flaky tests, and often requires retrying the tests multiple times before it succeeds. This issue is meant to allow easy tracking of these flaky tests, by adding an item to the checklist when a flaky test is seen.
Flaky tests
> Task :data-prepper-core:integrationTest PipelinesWithAcksIT > simple_pipeline_with_multiple_records() FAILED java.lang.NullPointerException at PipelinesWithAcksIT.java:85
testcase name="three_pipelines_with_route_and_multiple_records()" classname="org.opensearch.dataprepper.integration.PipelinesWithAcksIT" time="11.003"> <failure message="java.lang.NullPointerException" type="java.lang.NullPointerException">java.lang.NullPointerException at org.opensearch.dataprepper.integration.PipelinesWithAcksIT.three_pipelines_with_route_and_multiple_records(PipelinesWithAcksIT.java:130)
The text was updated successfully, but these errors were encountered: