crossbario / crossbar

Crossbar.io - WAMP application router
https://crossbar.io/
Other
2.05k stars 275 forks source link

Add Automated Tests For Crossbar Routers Connected With RLink #2083

Open Skully17 opened 1 year ago

Skully17 commented 1 year ago

In response to the comment made here: https://github.com/crossbario/crossbar/issues/2079#issuecomment-1558817593, I have written some automated that tests any scenarios that came to mind and, most importantly, re-creates the errors that I fixed in this PR: #2080.

The code can be found here: https://github.com/Skully17/playground/blob/master/crossbar_tests/test_rlink.py Please let me know if there is another way you would like me to share the code.

I have not made a PR for two reasons:

  1. I don't know where it would be suitable to put these tests in the Crossbar project
  2. I assume that there are some changes that will need to be made before it is satisfactory

During the making of these tests I found another issue that I fixed and a potential issue that needs more investigation.