-
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
Run base tests when applying module selective testing #26976
Run base tests when applying module selective testing #26976
Conversation
Pinging @elastic/integrations (Team:Integrations) |
This pull request doesn't have a |
💔 Tests Failed
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪Test errorsExpand to view the tests failures
|
Test | Results |
---|---|
Failed | 1 |
Passed | 19362 |
Skipped | 1536 |
Total | 20899 |
Genuine test errors
💔 There are test failures but not known flaky tests, most likely a genuine test failure.
- Name:
Build&Test / metricbeat-pythonIntegTest / test_dashboards – metricbeat.tests.system.test_base.Test
Merged as part of #26972 |
What does this PR do?
Run base tests when applying module selective testing in python integration tests.
Why is it important?
Dashboards are not tested at the module level, they are only tested by the base tests. When a single module is modified, selective testing is applied, so dashboard tests were not executed, allowing to introduce issues when single dashboards are modified.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
MODULE="kubernetes" mage -v pythonIntegTest
, failure should be detected.Related issues