-
Notifications
You must be signed in to change notification settings - Fork 4.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
Fix broken x-pack/filebeat tests #18149
Fix broken x-pack/filebeat tests #18149
Conversation
The tests are failing due to the change in elastic#16784. The `fields` key is referenced in system tests so it needs to be present.
Pinging @elastic/integrations (Team:Integrations) |
💔 Build FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
This fixes the build for Travis CI. There's a separate problem with the Jenkins worker python setup. I've opened #18150 for that issue. |
The tests are failing due to the change in elastic#16784. The `fields` key is referenced in system tests so it needs to be present. (cherry picked from commit 3024b66)
The tests are failing due to the change in elastic#16784. The `fields` key is referenced in system tests so it needs to be present. (cherry picked from commit 3024b66)
The tests are failing due to the change in elastic#16784. The `fields` key is referenced in system tests so it needs to be present. (cherry picked from commit c7eff6c)
What does this PR do?
The tests are failing due to the change in #16784. The
fields
key is referenced insystem tests so it needs to be present. This adds the key back.
Why is it important?
master is broken so no new work can be merged.