Run WebSocket Samplers with Remote Testing

Issue #97 closed
Huy Huỳnh created an issue

Hi Peter,

I'm using your WebSocket Samplers plugin. It works well in local but I got errors when running with Remote Testing. Does WebSocket Samplers support it?

Error log when not config mode: here

Error log when config jmeter.properties mode=eu.luminis.jmeter.wssampler.WebsocketSampler: here

My Jmeter version is 3.3. Many thanks!

Comments (4)

  1. Peter Doornbosch repo owner

    Hi,

    I don't know, i never tried it.

    • Custom implementation mode certainly won't work, because the plugin does not meet the requirements documented here: https://jmeter.apache.org/usermanual/remote-test.html
    • standard mode: in your log file, i see error about sampler serial version id. Are you sure your servers run the exact same version of the websocket sampler plugin?

    Regards Peter

  2. Huy Huỳnh reporter

    Yes, this is my bad for not checking the JMeter plugin version. I updated both client and servers side to the newest version 1.21, issue fixed. Many thanks!

  3. Log in to comment