zalopay-oss / jmeter-grpc-plugin

A JMeter plugin supports load test gRPC
Apache License 2.0
42 stars 23 forks source link

Remote Testing? #20

Closed AutomaticHomeGamer closed 3 years ago

AutomaticHomeGamer commented 3 years ago

Is there a way to run tests on remote jmeter-servers?

I believe I need to pass in the "Proto Root Directory" and "Library Directory" in the properties file on the remote, but don't see any documentation on how.

When trying to run a remote test I get the following:

` WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by com.google.protobuf.UnsafeUtil (/path/to/jmeter-grpc-request-1.1.2.jar) to field java.nio.Buffer.address

WARNING: Please consider reporting this to the maintainers of com.google.protobuf.UnsafeUtil

WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations

WARNING: All illegal access operations will be denied in a future release `

Thanks for the plug in and looking at this issue.