-
The main problem is that the test suite requires Python 2 which is no longer available. No workaround, including using the Docker image, is satisfying.
We could "rewrite" by taking the list of test…
essen updated
9 months ago
-
Hi,
I'm testing Websocket client and server using 'autobahn-testsuite':
- I've tested Websocket client and server with 'autobahn-testsuite' for IPv4 and everything is working
When I want to…
-
I am having a problem to run the docker container, wstest cannot find the file '/config/fuzzingserver.json'.
- OS: ArchLinux
- Docker version 18.05.0-ce, build f150324782
Following the command …
-
Hi,
I use Autobahn test suite for a CI. In this environment is easier to setup a single image so instead of using a separate container for Autobahn and one for compiling and testing I'm using a sin…
-
Webbit is currently tracking a non-existent Autobahn repo as a submodule.
Rather than explicitly calling a submodule, the virtualenv file can be update to use the package that has been built instead.…
-
Hi,
this bug is related to #1160 (autobahn testsuite failing for fragmented messages). For the echoserver provided in #1160 the testsuite fails also for a lot of unicode-, text- and binary related me…
-
We're getting rid of the Autobahn.ws site. JS docs should live on GitHub. Adapt what we have to work here.
Parts of this are:
- replace macros with the end product (e.g. |ab| --> Autobahn|Testsuite)
…
-
I'm trying to find a .NET client/server that does.
http://autobahn.ws/testsuite/
-
I'm running the Autobahn test suite server in a docker container (actually I may run multiple Autobahn test suite servers on the same machine). The external port through which I communicate is differe…
-
When going through results, I can see that ws4py doesn't do as well as autobahn performance wise.
http://www.defuze.org/oss/ws4py/testreports/servers/0.3.4/
It happens mainly on large messages so i…