Remote Library with Pabot

Hi Everyone,

I want to use a Robot Framework Remote Library written in Java in a parallel manner using Pabot but
I’m concerned about thread interference. Are my worries justified?

Thanks for the help.

I’ve made some further research and on the jrobotremote server github repository I’ve found this
“As implemented, only one instance of a test library is used. This means the library needs to be thread safe.”

Am I understanding it correctly that even if I declare ROBOT_LIBRARY_SCOPE = “TEST”; in the library only one library instance is created and used by all the test cases, thus it needs to be thread safe?