-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
transforms_stats#"Test Get Transform Stats" fails because pages_processed/checkpoint don't match #42309
Comments
Pinging @elastic/ml-core |
This should be fixed by #41942 which I've just merged. Please rebase and try again before muting |
Reset to current master, cleaned, re-ran test. Looks like it still fails :( Happy to hand this over if you want to handle it, muting or not, etc :)
|
Went ahead and muted this. |
Also muting
|
When asserting on the checkpoint value if the DF has completed the checkpoint will be 1 else 0. Similarly state may be started or indexing. Closes #42309
When asserting on the checkpoint value if the DF has completed the checkpoint will be 1 else 0. Similarly state may be started or indexing. Closes #42309
When asserting on the checkpoint value if the DF has completed the checkpoint will be 1 else 0. Similarly state may be started or indexing. Closes #42309
) When asserting on the checkpoint value if the DF has completed the checkpoint will be 1 else 0. Similarly state may be started or indexing. Closes elastic#42309
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/3614/
Reproduction:
This failed on CI with:
It also fails for me locally, but with a different part of the test failing (checkpoint instead of the pages_processed). Fails reliably for me
Looks like it started failing yesterday, so I'm guessing it's somehow related to #42067 /cc @davidkyle
Since it fails reliably I'm going to mute this.
The text was updated successfully, but these errors were encountered: