History log of /unit/test/test_python_basic.py (Results 1 – 22 of 22)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1775:4b4991514356 14-Jan-2021 Andrei Zeliankou

Tests: added missing checks for configuration results.


Revision tags: 1.21.0-1, 1.21.0, 1.20.0-1, 1.20.0
# 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
# 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.


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, 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
# 1122:453858a43730 14-Aug-2019 Andrey Zelenkov

Tests: fixed port reusing to avoid access issues.


# 1119:1df3773af3e4 14-Aug-2019 Andrey Zelenkov

Tests: added tests for deleting listeners and applications objects.


Revision tags: 1.9.0-1, 1.9.0
# 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.


Revision tags: 1.8.0-1, 1.8.0, 1.7.1-1, 1.7.1, 1.7-1, 1.7
# 853:a8359dce963e 15-Nov-2018 Andrey Zelenkov

Tests: added command line arguments parsing in tests.

Added the following command line arguments:

-d, --detailed: Show detailed output for tests

Usage examples:

./test/run.py --detailed

Tests: added command line arguments parsing in tests.

Added the following command line arguments:

-d, --detailed: Show detailed output for tests

Usage examples:

./test/run.py --detailed
python3 test/test_access_log.py --detailed
python3 test/test_access_log.py -d TestUnitAccessLog.test_access_log_ipv6


-l, --log: Save unit.log after the test execution

Usage examples:

./test/run.py -l
python3 test/test_access_log.py -l
python3 test/test_access_log.py --log TestUnitAccessLog.test_access_log_ipv6

show more ...


Revision tags: 1.6-1, 1.6, 1.5-1, 1.5, 1.4-2, 1.4
# 760:18943cf07343 06-Sep-2018 Andrey Zelenkov

Tests: used relative path for configuration.


Revision tags: 1.3, 1.2, 1.1, 1.0, 0.7
# 550:ce9e85f49c02 14-Feb-2018 Andrey Zelenkov

Tests: removed unused code in unit.py.


Revision tags: 0.6, 0.5
# 512:29572dff1948 05-Feb-2018 Andrey Zelenkov

Tests: adjusted check_version()'s.


# 507:fa714d76592b 29-Jan-2018 Max Romanov

Introducing extended app process management.

- Pre-fork 'processes.spare' application processes;
- fork more processes to keep 'processes.spare' idle processes;
- fork on-demand up to 'processes.max

Introducing extended app process management.

- Pre-fork 'processes.spare' application processes;
- fork more processes to keep 'processes.spare' idle processes;
- fork on-demand up to 'processes.max' count;
- scale down idle application processes above 'processes.spare' after
'processes.idle_timeout';
- number of concurrently started application processes also limited by
'processes.spare' (or 1, if spare is 0).

show more ...


# 504:e9ebde982898 30-Jan-2018 Andrey Zelenkov

Tests: added methods to manage unit configuration.


# 495:879868522dbf 24-Jan-2018 Andrey Zelenkov

Tests: using "expectedFailure" decorator instead of assertTry().


# 484:8d447add66e1 17-Jan-2018 Andrey Zelenkov

Tests: using LF line ending for test files.


Revision tags: 0.4
# 457:74e759f95a03 10-Jan-2018 Andrey Zelenkov

Tests: style.


Revision tags: 0.3
# 413:ee77e227904d 13-Dec-2017 Andrey Zelenkov

Tests: removed unused decorators.


# 407:cc82c7d5cbc7 06-Dec-2017 Andrey Zelenkov

Tests: added basic PHP tests.