Leftovers after integTestRunner in <ROOT>?

Hi,

When I run esplugin integration tests for the plugin I notice there can be left files like
.local-6.4.2.1-SNAPSHOT-integTestRunner-execution-times.log in the <ROOT>. Is this expected? gradle clean does not seem to handle this. Does it mean I need to implement custom clean up logic somewhere? I added exception into .gitignore for now.

Typically, these files contain just something like this:

org.elasticsearch.rest.PrometheusRestHandlerClientYamlTestSuiteIT=4077

Regards,
Lukáš

Hey,

yes they are expected. The randomized testing framework uses those IIRC to balance the tests across several JVMs.

--Alex

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