-
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
CI: YAML test missing warning about delimited_payload_filter in 6.x #31422
Comments
Pinging @elastic/es-search-aggs |
This reproduces for me locally on 6.x, not running it into it on master (I think the failing test is only on 6.x). |
I increased the skip version on the failing test on 6.x to unblock the intake build with e2e59a8. |
Found the problematic commit, its 78869eb on the 6.x branch (which is the backport of #31241). When reverting it the tests pass. I think its only not failing on master because the particular test for deprecation warning headers is missing there (because the specific filter in question was removed on master). However I think this might effect deprecation warning headers in general. Digging... |
An integration test was expecting deprecation warnings in the rest response headers which were missing suddenly after some change in MasterService which had unexpected side effects. This change fixes this by preserving the response headers of the thread context. Closes elastic#31422
@markharwood turns out my analysis was right but @ywelsch already has a PR open that seems to adress this in #31241. |
Latest failure https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+intake/1931/console
The text was updated successfully, but these errors were encountered: