System tests of metricbeat modules

I wonder something about system tests of metricbeat modules.
Some system tests are in the metricbeat/module/{module} directory instead of metricbeat/test/system directory.
Because of this, MODULE={module} make test-module command returns an error that the module does not have a system test.
What can I do to prevent this error?

I forgot we had this Makefile command, I always run these manually. The initial plan was to migrate all module system tests to the module itself to have everything together.

As a workaround for now, I would recommend to just build the command manually.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.