opentelemetry-java-contrib
opentelemetry-java-contrib copied to clipboard
Run a single JMX integration test
Currently it is taking a lot to run the integration testing step of the JMX Gatherer - is there a chance to run a single one?
E.g. I'm trying to update the JVM ones only, and I'd like to restrict the test to that.
Hi @carlosalberto - do you mean for local development? You should be able to run JvmTargetSystemIntegrationTest
by itself in an IDE.
Hey @anuraaga!
Yes, local testing - no, sadly I don't run an IDE ;) But your comment makes me believe no build refactoring/extension is needed, and probably I can dig how to trigger this from gradle itself ;)
I think you're looking for the filter ./gradlew integrationTest --tests JvmTargetSystemIntegrationTest
I think @rmfitzpatrick has solved it. Please reopen if this doesn't work for you @carlosalberto.