-
Notifications
You must be signed in to change notification settings - Fork 525
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
systemtest: data streams everywhere #6568
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
- Force the use of data streams in system tests. - Remove the onboarding test, which will be irrelevant when we stop indexing these documents. - (Temporarily?) Remove the data stream migration pipeline test. If we add the test back, it will require indexing old events directly in the test, rather than having apm-server do it. - Remove the template coverage test; we now explicitly disable dynamic mapping except for metrics. Maybe this test can come back later, but at the moment it's causing friction.
4482a72
to
ad880e5
Compare
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.
Looks good!
* systemtest: data streams everywhere - Force the use of data streams in system tests. - Remove the onboarding test, which will be irrelevant when we stop indexing these documents. - (Temporarily?) Remove the data stream migration pipeline test. If we add the test back, it will require indexing old events directly in the test, rather than having apm-server do it. - Remove the template coverage test; we now explicitly disable dynamic mapping except for metrics. Maybe this test can come back later, but at the moment it's causing friction. * .ci: docker-compose up first (cherry picked from commit 9acf4ba)
* systemtest: data streams everywhere (#6568) * systemtest: data streams everywhere - Force the use of data streams in system tests. - Remove the onboarding test, which will be irrelevant when we stop indexing these documents. - (Temporarily?) Remove the data stream migration pipeline test. If we add the test back, it will require indexing old events directly in the test, rather than having apm-server do it. - Remove the template coverage test; we now explicitly disable dynamic mapping except for metrics. Maybe this test can come back later, but at the moment it's causing friction. * .ci: docker-compose up first (cherry picked from commit 9acf4ba) * Update to Python 3.8.5 on Windows, like Beats Co-authored-by: Andrew Wilkins <[email protected]>
Motivation/summary
If we add the test back, it will require indexing old events directly in the test,
rather than having apm-server do it.
metrics. Maybe this test can come back later, but at the moment it's causing friction.
Checklist
- [ ] Update CHANGELOG.asciidoc- [ ] Documentation has been updatedHow to test these changes
N/A
Related issues
#5961
#5994