Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-11 | Tests: style. | Andrei Zeliankou | 1 | -47/+45 | |
2022-01-31 | Tests: removed TestApplicationTLS.get_server_certificate(). | Andrei Zeliankou | 1 | -2/+4 | |
distutils.version is replaced by packaging.version. Also minor style fixes. | |||||
2021-10-18 | Tests: style. | Andrei Zeliankou | 1 | -1/+0 | |
2021-09-20 | Fixed WebSocket connection hang issue after listener reconfigure. | Max Romanov | 1 | -0/+17 | |
Because the configuration values were read from the listener's configuration, an established WebSocket connection was unable to work properly (i. e. stuck) if the listener was removed. The correct source of configuration values is the request config joint. This is related to issue #581 on GitHub. | |||||
2021-04-05 | Tests: style. | Andrei Zeliankou | 1 | -100/+108 | |
2021-03-24 | Tests: fixed racing condition in websocket test 5_15. | Max Romanov | 1 | -3/+11 | |
Test case: "send a text message split into two fragments, then a continuation frame with FIN = false where there is nothing to continue, then an unfragmented text message, all sent in one chop". The test case investigates immediate connection closing since there is no message to continue. The mirror server may send a response for the first frame before the test сontinuation frame is received by the router. In this case, the test will receive a text frame before the close frame. | |||||
2021-01-28 | Router: fixing crash after WebSocket processing. | Max Romanov | 1 | -0/+24 | |
After WebSocket processing, the application port was released with incorrect reason ("got request"), unnecessarily decrementing the active request counter. The assertion was triggered only on application removal; a test was added for this case. | |||||
2021-01-13 | Tests: style. | Andrei Zeliankou | 1 | -1/+0 | |
2020-12-08 | Tests: skip_alert() converted to the fixture. | Andrei Zeliankou | 1 | -2/+2 | |
2020-12-06 | Tests: options moved to the separate class. | Andrei Zeliankou | 1 | -1/+1 | |
This change is necessary to separate the logic and prevent possible circular dependency. | |||||
2020-10-19 | Tests: fixed unit.log print. | Andrei Zeliankou | 1 | -2/+0 | |
2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 1 | -2/+4 | |
2020-10-05 | Tests: added websocket test with long length. | Andrei Zeliankou | 1 | -0/+12 | |
2020-10-01 | Tests: added ASGI WebSocket. | Max Romanov | 1 | -38/+51 | |
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 1 | -132/+95 | |
2020-05-15 | Tests: style. | Andrei Zeliankou | 1 | -1/+2 | |
2020-04-24 | Tests: introduced module version specification in prerequisites. | Andrei Zeliankou | 1 | -1/+1 | |
2020-04-14 | Tests: minor fixes and style. | Andrei Zeliankou | 1 | -13/+13 | |
2020-03-30 | Fixing application process infinite loop. | Max Romanov | 1 | -1/+1 | |
Main process exiting before app process init may have caused hanging. | |||||
2019-11-13 | Tests: fixed websocket tests. | Andrei Zeliankou | 1 | -29/+14 | |
2019-09-14 | Tests: refactored prerequisites model. | Andrey Zelenkov | 1 | -1/+1 | |
2019-09-02 | Tests: fixed recv_bytes() in websockets.py. | Andrey Zelenkov | 1 | -2/+0 | |
2019-09-02 | Tests: removed duplicate websocket tests. | Andrey Zelenkov | 1 | -80/+0 | |
2019-09-02 | Tests: prevented writing non-chopped frames to the closed socket. | Andrey Zelenkov | 1 | -1/+0 | |
2019-08-30 | Tests: websockets style fixes. | Andrey Zelenkov | 1 | -239/+207 | |
2019-08-22 | Tests: removed keepalive_interval for websocket tests. | Andrey Zelenkov | 1 | -4/+10 | |
Also increased read_timeout in frame_read() for slow hosts. | |||||
2019-08-22 | Tests: Node.js websockets tests tuned. | Andrey Zelenkov | 1 | -3/+14 | |
2019-08-22 | Tests: Node.js websockets. | Andrey Zelenkov | 1 | -0/+1568 | |