#
2074:8e06a879600e |
| 12-Apr-2022 |
Andrei Zeliankou |
Tests: added check for zombie processes.
|
#
2073:bc6ad31ce286 |
| 11-Apr-2022 |
Andrei Zeliankou |
Tests: style.
|
#
2062:ede07f84045b |
| 10-Jan-2022 |
Max Romanov |
Tests: using modules in Go.
|
Revision tags: 1.26.1-1, 1.26.1, 1.26.0-1, 1.26.0 |
|
#
1986:7c7162dcf2de |
| 04-Nov-2021 |
Andrei Zeliankou |
Tests: added migration test for "share".
|
#
1971:3410f9d2a662 |
| 18-Oct-2021 |
Andrei Zeliankou |
Tests: style.
|
Revision tags: 1.25.0-1, 1.25.0 |
|
#
1934:2060686d6579 |
| 11-Aug-2021 |
Max Romanov |
Tests: initialising log params before first _print_log().
|
#
1933:85d5ea55c75c |
| 11-Aug-2021 |
Max Romanov |
Tests: retrying directory remove if resource is busy.
|
#
1914:c5adf9088690 |
| 05-Jul-2021 |
Andrei Zeliankou |
Tests: print_log_on_assert() decorator introduced.
|
#
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 |
|
#
1868:999775550850 |
| 17-May-2021 |
Andrei Zeliankou |
Tests: fixed incorrect "--restart" mode performing.
|
#
1864:755e40af8e1f |
| 11-May-2021 |
Andrei Zeliankou |
Tests: temporary dir removed after tests execution.
|
#
1858:a9a5746051aa |
| 04-May-2021 |
Andrei Zeliankou |
Tests: added tests for openat2() features.
|
#
1852:74a7d5e98a88 |
| 14-Apr-2021 |
Andrei Zeliankou |
Tests: fixed "skip" descriptors check flag for controller.
|
#
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.
|
#
1844:3f051e80f705 |
| 31-Mar-2021 |
Andrei Zeliankou |
Tests: added file descriptor leak detection.
|
Revision tags: 1.23.0-1, 1.23.0 |
|
#
1808:d760b25a47d3 |
| 23-Feb-2021 |
Andrei Zeliankou |
Tests: fixed tests to work without openssl support.
|
#
1807:858dbd8c0894 |
| 18-Feb-2021 |
Andrei Zeliankou |
Tests: added regex check.
|
#
1805:55de51d00bca |
| 15-Feb-2021 |
Andrei Zeliankou |
Tests: clear certificates after each test.
|
#
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 |
|
#
1771:94cf6c5fafbd |
| 13-Jan-2021 |
Andrei Zeliankou |
Tests: style.
|
#
1769:b7cd1517081e |
| 08-Jan-2021 |
Tiago Natel de Moura |
Tests: fixed test_respawn.py to act upon test processes.
Running `test_respawn_` test cases on a machine with Unit daemon in background would fail tests because `ps ax` was used without filtering ou
Tests: fixed test_respawn.py to act upon test processes.
Running `test_respawn_` test cases on a machine with Unit daemon in background would fail tests because `ps ax` was used without filtering out other unit instances.
This patch also prevents from tests killing other Unit processes not related to tests.
show more ...
|
#
1761:ede60e756066 |
| 23-Dec-2020 |
Andrei Belov |
Tests: ability to run unitd with specified "--user" option.
|
#
1757:200f477978ab |
| 21-Dec-2020 |
Tiago Natel de Moura |
Tests: introduced a separate cache directory for Go builds.
The Go compiler can't detect changes to C header files when compiling CGO applications, and then this leads to Go test samples being linke
Tests: introduced a separate cache directory for Go builds.
The Go compiler can't detect changes to C header files when compiling CGO applications, and then this leads to Go test samples being linked with wrong libunit.
This patch creates a new cache directory reused throughout the test suite.
show more ...
|
#
1743:1823689e1cf8 |
| 12-Dec-2020 |
Andrei Zeliankou |
Tests: hyphen sign used unstead of underscore as more common.
|