crossbario / autobahn-testsuite

Autobahn WebSocket protocol testsuite
https://crossbar.io/autobahn/
Apache License 2.0
1k stars 84 forks source link

Parallel test support? #119

Closed joffrey-bion closed 3 years ago

joffrey-bion commented 3 years ago

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).

oberstet commented 3 years ago

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