crossbario / autobahn-testsuite

Autobahn WebSocket protocol testsuite

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Case 7.1.6

neon12345 opened this issue · comments

Is there a bug in Case 7.1.6. Why is the 256k message not expected in the result? And the 'Hello World!' message is not mentioned in the description?

Expected:
{'NON-STRICT': [], 'OK': [('message', u'Hello World!', False)]}

Observed:
[('message', u'BAsd7&jh23BAsd7&jh23BAsd7&jh23BAsd7&jh23BAsd7&jh23BAsd7&jh23BAsd ...', False), ('message', u'Hello World!', False)]

Why is the 256k message not expected in the result?

because it is implementation specific (the whole point of this test), which is the reason why the test is marked as "informational"

It adds a bit of confusion to "informational".