#
2144:b14caaedca5e |
| 30-Jun-2022 |
Andrei Zeliankou |
Tests: minor improvements.
Added "go" availability check before trying to build an application.
update_action() method used were possible and fixed bug with the relative path determination in test_
Tests: minor improvements.
Added "go" availability check before trying to build an application.
update_action() method used were possible and fixed bug with the relative path determination in test_static_chroot.py.
Templates optimization and style fixes.
show more ...
|
Revision tags: 1.27.0-1, 1.27.0 |
|
#
2086:3baca957c0dd |
| 09-May-2022 |
Andrei Zeliankou |
Tests: added more tests with reconfiguration.
|
#
2073:bc6ad31ce286 |
| 11-Apr-2022 |
Andrei Zeliankou |
Tests: style.
|
#
2071:00faecc2c4b6 |
| 15-Feb-2022 |
Andrei Zeliankou |
Tests: added test with long certificate chain.
|
#
2066:242192963d93 |
| 31-Jan-2022 |
Andrei Zeliankou |
Tests: removed TestApplicationTLS.get_server_certificate().
distutils.version is replaced by packaging.version. Also minor style fixes.
|
Revision tags: 1.26.1-1, 1.26.1, 1.26.0-1, 1.26.0 |
|
#
2004:ca4c5855f139 |
| 15-Nov-2021 |
Andrei Zeliankou |
Tests: refactored working with processes.
|
#
1999:00d43b03d82f |
| 09-Nov-2021 |
Max Romanov |
Tests: app prototype related fixes.
|
#
1971:3410f9d2a662 |
| 18-Oct-2021 |
Andrei Zeliankou |
Tests: style.
|
Revision tags: 1.25.0-1, 1.25.0 |
|
#
1904:da7a4754f8bd |
| 01-Jul-2021 |
Max Romanov |
Fixing multiple TLS-enabled listeners initialization.
Because of the incorrect 'last' field assignment, multiple listeners with a TLS certificate did not initialize properly, which caused a router c
Fixing multiple TLS-enabled listeners initialization.
Because of the incorrect 'last' field assignment, multiple listeners with a TLS certificate did not initialize properly, which caused a router crash while establishing a connection.
Test with multiple TLS listeners added.
The issue was introduced in the c548e46fe516 commit.
This closes #561 issue on GitHub.
show more ...
|
Revision tags: 1.24.0-1, 1.24.0 |
|
#
1886:783946c4c90e |
| 26-May-2021 |
Andrei Zeliankou |
Tests: added TLS test without close notify.
|
#
1866:483157530489 |
| 12-May-2021 |
Andrei Zeliankou |
Tests: added test for TLS with IP in SAN.
|
#
1863:98a5801c01ba |
| 07-May-2021 |
Andrei Zeliankou |
Tests: added test for TLS with empty Subject field.
|
#
1850:839024ce4a6a |
| 08-Apr-2021 |
Max Romanov |
Tests: preserving unit.log when run without restart.
Introducing "unit.log.Log" class for "unit.log" file management. Moving "findall()" function into TestApplicationProto. Using "os.kill()" to send
Tests: preserving unit.log when run without restart.
Introducing "unit.log.Log" class for "unit.log" file management. Moving "findall()" function into TestApplicationProto. Using "os.kill()" to send signals.
show more ...
|
#
1848:4bd548074e2c |
| 05-Apr-2021 |
Andrei Zeliankou |
Tests: style.
|
Revision tags: 1.23.0-1, 1.23.0 |
|
#
1803:57b43c5bf726 |
| 08-Feb-2021 |
Andrei Zeliankou |
Tests: added "--restart" option.
Now Unit do not restart after each test by default.
|
Revision tags: 1.22.0-1, 1.22.0 |
|
#
1775:4b4991514356 |
| 14-Jan-2021 |
Andrei Zeliankou |
Tests: added missing checks for configuration results.
|
#
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 |
|
#
1706:a1da56837554 |
| 16-Nov-2020 |
Max Romanov |
Tests: fixing tests interrupt in terminal.
KeyboardInterrupt re-raised.
|
#
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.
|