#
1971:3410f9d2a662 |
| 18-Oct-2021 |
Andrei Zeliankou |
Tests: style.
|
Revision tags: 1.25.0-1, 1.25.0 |
|
#
1913:3e9b04cd33bc |
| 03-Jul-2021 |
Andrei Zeliankou |
Tests: address configuration tests reworked.
|
#
1902:17547cf0ed39 |
| 28-Jun-2021 |
Andrei Zeliankou |
Tests: renamed share to static.
Also minor style changes.
|
Revision tags: 1.24.0-1, 1.24.0 |
|
#
1871:11bd3ef5a1fc |
| 18-May-2021 |
Andrei Zeliankou |
Tests: added test to check port release.
|
#
1848:4bd548074e2c |
| 05-Apr-2021 |
Andrei Zeliankou |
Tests: style.
|
Revision tags: 1.23.0-1, 1.23.0, 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.
|
Revision tags: 1.21.0-1, 1.21.0, 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 |
|
#
1569:250605931a20 |
| 12-Aug-2020 |
Tiago Natel de Moura |
Tests: set root by unprivilaged user.
|
#
1551:2fcbe6700258 |
| 11-Aug-2020 |
Max Romanov |
Tests: reducing the number of generated applications.
Each application initializes a shared port with 2 file descriptors, so the test fails because the router reaches the open files limit.
|
Revision tags: 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 |
|
#
1427:2d8783102f45 |
| 25-Mar-2020 |
Andrei Zeliankou |
Tests: added tests for comments in JSON.
|
#
1426:a22c6e83211b |
| 25-Mar-2020 |
Andrei Zeliankou |
Tests: UTF-8 BOM test.
|
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 |
|
#
1232:ff8d1d227b23 |
| 07-Oct-2019 |
Andrey Zelenkov |
Tests: default port number used.
|
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.
|
Revision tags: 1.10.0-2, 1.10.0-1, 1.10.0, 1.9.0-1, 1.9.0 |
|
#
1064:75a64629661f |
| 30-May-2019 |
Andrey Zelenkov |
Tests: adjusted skipping tests.
|
#
1041:9bdd46610ea9 |
| 22-Apr-2019 |
Valentin Bartenev |
Tests: using "pass" option instead of deprecated "application".
|
#
1025:3469f5185562 |
| 09-Apr-2019 |
Andrey Zelenkov |
Tests: simplified module checking.
|
#
1019:61d90b4da691 |
| 28-Mar-2019 |
Andrey Zelenkov |
Tests: unit module refactoring.
|
#
1017:887a4bbabf1e |
| 26-Mar-2019 |
Andrey Zelenkov |
Tests: style.
|
#
1015:d195f2361ecf |
| 25-Mar-2019 |
Max Romanov |
Turning off port read event state after main process fork.
Master port stores two file descriptors and works as a read port on the master process side. After a fork, the port switches into write mo
Turning off port read event state after main process fork.
Master port stores two file descriptors and works as a read port on the master process side. After a fork, the port switches into write mode and the read socket closes, but the same event structure is used for the write socket. However, the inherited structure remained in read state, telling the epoll engine to use MOD operation instead of ADD. The patch resets read event state, so the engine may write using proper ADD operation.
show more ...
|
#
1006:25028f521ae1 |
| 05-Mar-2019 |
Max Romanov |
Introducing one more large config test, but without sockets.
|
#
1000:25fa163e7b0d |
| 01-Mar-2019 |
Andrey Zelenkov |
Tests: skip more alerts.
|