-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Fix and unmute append processor tests #136687
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
Fix and unmute append processor tests #136687
Conversation
Pinging @elastic/es-data-management (Team:Data Management) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💔 Backport failed
You can use sqren/backport to manually backport by running |
#136700 is up for the 9.2 backport, so I'm removing the |
|
Closes #136657
Closes #136662
Closes #136667
I introduced these test failures with #136649, I should have been more suspicious that my changes were passing tests. These fail something like 5% of the time for some of the tests, and I didn't run with
-Dtests.iters=10000
, so I missed them. Sloppy!Anyway, the problem is just the tests, not the change itself. 😅
There's another problem that I've seen about 1 in 100,000 runs that has to do with an invalid path being generated (!), but I don't think that has anything to do with my changes or tests (and there's not a muted test for it). I'll see about running it down separately.