-
Notifications
You must be signed in to change notification settings - Fork 25.2k
CsvProcessorTests#testUntrimmed fails #50209
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
Labels
:Data Management/Ingest Node
Execution or management of Ingest Pipelines including GeoIP
>test-failure
Triaged test failures from CI
Comments
Pinging @elastic/es-core-features (:Core/Features/Ingest) |
There's problem with test code, tests above fail if random document generator add field that should not be present. I'll push fix for that soon |
Failed again here: https://gradle-enterprise.elastic.co/s/tifk3drrvlpdm/tests/failed, both failures are reproducible:
|
probakowski
added a commit
that referenced
this issue
Dec 16, 2019
There's flakiness in CsvProcesorTests, where tests fail if random document generator add field that should not be present. This change cleans generated document from these problematic fields. Closes #50209
probakowski
added a commit
to probakowski/elasticsearch
that referenced
this issue
Dec 16, 2019
There's flakiness in CsvProcesorTests, where tests fail if random document generator add field that should not be present. This change cleans generated document from these problematic fields. Closes elastic#50209
probakowski
added a commit
that referenced
this issue
Dec 17, 2019
SivagurunathanV
pushed a commit
to SivagurunathanV/elasticsearch
that referenced
this issue
Jan 23, 2020
There's flakiness in CsvProcesorTests, where tests fail if random document generator add field that should not be present. This change cleans generated document from these problematic fields. Closes elastic#50209
More failures of this: https://gradle-enterprise.elastic.co/s/ek32eo2mm2rk4 |
probakowski
added a commit
to probakowski/elasticsearch
that referenced
this issue
Feb 5, 2020
This change fixes flakiness in `CsvProcessorTests` where source field can be the same as one of the headers used by tests which messes up asserts when we check that field is not present after processor run. Closes elastic#50209
probakowski
added a commit
to probakowski/elasticsearch
that referenced
this issue
Feb 7, 2020
elastic#51962) This change fixes flakiness in `CsvProcessorTests` where source field can be the same as one of the headers used by tests which messes up asserts when we check that field is not present after processor run. Closes elastic#50209
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Data Management/Ingest Node
Execution or management of Ingest Pipelines including GeoIP
>test-failure
Triaged test failures from CI
This test failed in an 7.x intake build: https://gradle-enterprise.elastic.co/s/ignvzyeja77a2. This is reproducible.
The text was updated successfully, but these errors were encountered: