-
Notifications
You must be signed in to change notification settings - Fork 527
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
Remove Python system tests #6555
Conversation
💔 Tests Failed
Expand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
|
/test |
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.
yay!
Unrelated test failure |
(cherry picked from commit 90be0b1) # Conflicts: # tests/Dockerfile
* Remove Python system tests (#6555) (cherry picked from commit 90be0b1) # Conflicts: # tests/Dockerfile * Delete Dockerfile Co-authored-by: Andrew Wilkins <[email protected]>
Motivation/summary
Remove old Python-based system tests. The remaining tests are either redundant (already have Go equivalents), or are about to be irrelevant as we remove support for index/ingest management.
This change means that sample event documents will be frozen in time. We should come back to these and replace the formerly generated system test documents with documents from ~real applications, like we did for metrics in #6173.
Checklist
- [ ] Update CHANGELOG.asciidocHow to test these changes
Related issues