asyrjasalo / RESTinstance

Robot Framework library for RESTful JSON APIs
https://pypi.org/project/RESTinstance
GNU Lesser General Public License v3.0
205 stars 84 forks source link

Having issues when running in parallel #93

Closed KenClemson closed 2 years ago

KenClemson commented 4 years ago

Hi, I seem to be having issues when running my RestInstance tests in parallel using pabot. They run fine if you run them normally in sequence, but as soon as they are running in parallel, I get random issues. Could it be that because the tests are pulling from the one ip to the same endpoint at once could be an issue and the json data is getting mismatched with the other tests. Has anyone come up against this type of issue ? Is there a solution ? Kind regards Ken.

Atihinen commented 3 years ago

Hi,

can you provide keywords that you're using and also the error message that you will get from those?

Atihinen commented 2 years ago

Closing this issue. If the the issue still exists please reopen.