crossbario / autobahn-testsuite

Autobahn WebSocket protocol testsuite

Home Page:https://crossbar.io/autobahn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallel test support?

joffrey-bion opened this issue · comments

Does the autobahn test suite support parallel testing?

I'm using the docker image for unit tests in a multiproject build, which may run in parallel.
It seems the test cases themselves go fine but when I try to call /getCaseStatus I sometimes don't get a proper text frame back (timeout while waiting, or connection abruptly closed).

it wasn't designed for parallel operation. the iteration through all test cases works by incrementing an internal index ... I seem to remember