#
2073:bc6ad31ce286 |
| 11-Apr-2022 |
Andrei Zeliankou |
Tests: style.
|
Revision tags: 1.26.1-1, 1.26.1, 1.26.0-1, 1.26.0 |
|
#
1971:3410f9d2a662 |
| 18-Oct-2021 |
Andrei Zeliankou |
Tests: style.
|
Revision tags: 1.25.0-1, 1.25.0, 1.24.0-1, 1.24.0 |
|
#
1848:4bd548074e2c |
| 05-Apr-2021 |
Andrei Zeliankou |
Tests: style.
|
Revision tags: 1.23.0-1, 1.23.0 |
|
#
1819:9344a39fb02e |
| 24-Mar-2021 |
Max Romanov |
Tests: fixed racing condition in websocket test 5_15.
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
Tests: fixed racing condition in websocket test 5_15.
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.
show more ...
|
Revision tags: 1.22.0-1, 1.22.0 |
|
#
1771:94cf6c5fafbd |
| 13-Jan-2021 |
Andrei Zeliankou |
Tests: style.
|
#
1736:22db875fda34 |
| 08-Dec-2020 |
Andrei Zeliankou |
Tests: skip_alert() converted to the fixture.
|
#
1730:44912af5b3e6 |
| 06-Dec-2020 |
Andrei Zeliankou |
Tests: options moved to the separate class.
This change is necessary to separate the logic and prevent possible circular dependency.
|
Revision tags: 1.21.0-1, 1.21.0 |
|
#
1654:fc7d0578e124 |
| 19-Oct-2020 |
Andrei Zeliankou |
Tests: fixed unit.log print.
|
Revision tags: 1.20.0-1, 1.20.0 |
|
#
1635:97afbb6c5a15 |
| 07-Oct-2020 |
Andrei Zeliankou |
Tests: minor fixes.
|
#
1596:b7e2d4d92624 |
| 16-Sep-2020 |
Andrei Zeliankou |
Tests: migrated to the pytest.
|
Revision tags: 1.19.0-1, 1.19.0, 1.18.0-1, 1.18.0 |
|
#
1477:b93d1acf81bd |
| 15-May-2020 |
Andrei Zeliankou |
Tests: style.
|
#
1467:195fe0a92670 |
| 24-Apr-2020 |
Andrei Zeliankou |
Tests: introduced module version specification in prerequisites.
|
Revision tags: 1.17.0-1, 1.17.0 |
|
#
1453:71af60a59338 |
| 14-Apr-2020 |
Andrei Zeliankou |
Tests: minor fixes and style.
|
#
1438:5e5a3897e0cd |
| 30-Mar-2020 |
Max Romanov |
Fixing application process infinite loop.
Main process exiting before app process init may have caused hanging.
|
Revision tags: 1.16.0-1, 1.16.0, 1.15.0-1, 1.15.0, 1.14.0-1, 1.14.0, 1.13.0-1, 1.13.0 |
|
#
1262:ba07e83ecf6f |
| 13-Nov-2019 |
Andrei Zeliankou |
Tests: fixed websocket tests.
|
Revision tags: 1.12.0-1, 1.12.0, 1.11.0-2, 1.11.0-1, 1.11.0 |
|
#
1165:998b521bbdb8 |
| 14-Sep-2019 |
Andrey Zelenkov |
Tests: refactored prerequisites model.
|
#
1154:ebf03502ba28 |
| 02-Sep-2019 |
Andrey Zelenkov |
Tests: fixed recv_bytes() in websockets.py.
|
#
1153:65ac25c700d7 |
| 02-Sep-2019 |
Andrey Zelenkov |
Tests: removed duplicate websocket tests.
|
#
1152:2b887c383535 |
| 02-Sep-2019 |
Andrey Zelenkov |
Tests: prevented writing non-chopped frames to the closed socket.
|
#
1150:3dc2f4d0cd60 |
| 30-Aug-2019 |
Andrey Zelenkov |
Tests: websockets style fixes.
|
Revision tags: 1.10.0-2, 1.10.0-1 |
|
#
1138:a758c3f9ae77 |
| 22-Aug-2019 |
Andrey Zelenkov |
Tests: removed keepalive_interval for websocket tests.
Also increased read_timeout in frame_read() for slow hosts.
|
Revision tags: 1.10.0 |
|
#
1133:eaa4695cb0e5 |
| 22-Aug-2019 |
Andrey Zelenkov |
Tests: Node.js websockets tests tuned.
|
#
1130:020fa3fb48f8 |
| 22-Aug-2019 |
Andrey Zelenkov |
Tests: Node.js websockets.
|