-
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
[Filebeat][testing] Module tests don't check if indexing the event fails #23947
Comments
💔 Tests Failed
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪Test errorsExpand to view the tests failures
|
Test | Results |
---|---|
Failed | 8 |
Passed | 12992 |
Skipped | 2033 |
Total | 15033 |
Genuine test errors
💔 There are test failures but not known flaky tests, most likely a genuine test failure.
- Name:
Build&Test / filebeat-windows-8-windows-8 / test_syslog_with_udp – filebeat.tests.system.test_syslog.Test
- Name:
Build&Test / filebeat-build / test_fileset_file_023_kibana – filebeat.tests.system.test_modules.Test
- Name:
Build&Test / x-pack/filebeat-build / test_fileset_file_043_zoom – x-pack.filebeat.tests.system.test_xpack_modules.XPackTest
- Name:
Build&Test / x-pack/filebeat-build / test_fileset_file_045_zoom – x-pack.filebeat.tests.system.test_xpack_modules.XPackTest
- Name:
Build&Test / x-pack/filebeat-build / test_fileset_file_067_sophos – x-pack.filebeat.tests.system.test_xpack_modules.XPackTest
- Name:
Build&Test / x-pack/filebeat-build / test_fileset_file_128_gsuite – x-pack.filebeat.tests.system.test_xpack_modules.XPackTest
- Name:
Build&Test / x-pack/filebeat-build / test_fileset_file_203_cisco – x-pack.filebeat.tests.system.test_xpack_modules.XPackTest
- Name:
Build&Test / x-pack/filebeat-build / test_fileset_file_280_google_workspace – x-pack.filebeat.tests.system.test_xpack_modules.XPackTest
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The tests for Filebeat modules index events then check the result against a golden file. But the test itself won't fail if an event that it sends in a _bulk request fails to index. The tests should be checking for
Cannot index event
errors atbeats/filebeat/tests/system/test_modules.py
Line 153 in cc8f870
I did a check and found several modules that have index errors with their test logs. Attaching the failures below in a comment:
The text was updated successfully, but these errors were encountered: