logstash-plugins / logstash-integration-snmp

Logstash Integration Plugin for SNMP, including SNMP input and SNMP Trap Plugins
Apache License 2.0
0 stars 3 forks source link

Fix unit and integration tests #64

Closed edmocosta closed 2 months ago

edmocosta commented 3 months ago

Unit and integration tests are failing after upgrading Gradle. It seems the error only happen with ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env, which runs Java 17 and for some reason, started to fail with the new Gradle version.

This PR makes the methods used by the tests public, solving the issue.


Closes: https://github.com/logstash-plugins/logstash-integration-snmp/issues/63