-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Reporting/CSV Export] exported search data is randomly missing rows #112186
Comments
Pinging @elastic/kibana-reporting-services (Team:Reporting Services) |
Pinging @elastic/kibana-app-services (Team:AppServices) |
Thanks to research done by @jloleysens, we're realizing that these test failures are due to ES returning shard failures. That explanation lines up to the evidence that we see random rows of CSV missing, only some of the time. I have also seen CSV rows that weren't missing, but had null values in random cells where there should have been We have a few fixes to aim for:
|
In stabilizing the CSV tests, we are only going to keep a single test that is responsible for testing a "large" export. That test is going to be skipped until this issue is resolved: 428c0d9 |
EDIT: removed the outdated description.
Steps to reproduce:
ecommerce
indexJun 2, 2019 @ 18:54:23.161
/Jul 22, 2019 @ 07:03:07.850
Update: view #113675 (comment) for steps on running the skipped test.
The text was updated successfully, but these errors were encountered: