History log of /unit/test/ (Results 476 – 500 of 616)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
915:2195a03e064928-Jan-2019 Andrey Zelenkov

Tests: removed blocking mode customization for sockets.

This customization was added in 0e12b17e512d and left unused.
Also, set blocking mode by default for all sockets.

900:5d18b51af60c25-Dec-2018 Andrey Zelenkov

Tests: removed skipping Go tests on x86.

899:0eb7ba88d39c25-Dec-2018 Andrey Zelenkov

Tests: added delay to wait for error logging.

898:10333717f89925-Dec-2018 Andrey Zelenkov

Tests: fixed test_tls_reconfigure.

Previously, order of applying TLS configuration and sending partial request to
the application was uncertain. These changes make sure that client-application
conn

Tests: fixed test_tls_reconfigure.

Previously, order of applying TLS configuration and sending partial request to
the application was uncertain. These changes make sure that client-application
connection was established before reconfiguration. Additionally, added test
to check that non-TLS connection works correctly after reconfiguration.

show more ...

897:17f4c1b920ae25-Dec-2018 Andrey Zelenkov

Tests: set TCP_NODELAY option by default.

896:52a353327b3f25-Dec-2018 Andrey Zelenkov

Tests: test_node_application_write_before_writeHead reworked.

Added res.end() call in application and response status check.
Also, renamed to test_node_application_write_before_write_head.

895:9b261bd9569025-Dec-2018 Andrey Zelenkov

Tests: expectedFailure's removed from test_node_application.py.

Also removed alert skip in test_node_application_write_before_writeHead.

Fixes committed in 1340e3539362, 1e008ef94f43, 5df32621af19,

Tests: expectedFailure's removed from test_node_application.py.

Also removed alert skip in test_node_application_write_before_writeHead.

Fixes committed in 1340e3539362, 1e008ef94f43, 5df32621af19, dae402cb243f
and 41f561b3a178.

show more ...

894:c79252edf26f24-Dec-2018 Andrey Zelenkov

Tests: more QUERY_STRING tests.

Revision tags: 1.7-1, 1.7
866:e4ff38dba88c11-Dec-2018 Andrey Zelenkov

Tests: more Node.js tests.

865:06d4fb31de9c28-Nov-2018 Andrey Zelenkov

Tests: PHP directives "disable_classes" and "disable_functions".

864:5ebd6964fb9304-Dec-2018 Andrey Zelenkov

Tests: fixed test_node_application_write_callback.

Fixed the write() callback order test.
Also introduced a separate test to verify the callback call itself.

855:f143c7953df725-Oct-2018 Sergey Kandaurov

Tests: Node.js application tests.

854:a60501b5de4e15-Nov-2018 Andrey Zelenkov

Tests: class prefix made optional.

853:a8359dce963e15-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
835:be083ef89a5e13-Nov-2018 Andrey Zelenkov

Tests: print path to unit.log file when it was saved.

834:e31599b6871e13-Nov-2018 Andrey Zelenkov

Tests: leave unit.log in case of error or failure.

Revision tags: 1.5-1, 1.5
807:f1275078217218-Oct-2018 Sergey Kandaurov

Tests: provide openssl.conf in test_tls_certificate_key_ec.

Previously, test failed if openssl was unable to load config info,
or the system's openssl.cnf was picked up, which is wrong as well.

804:fe8d2dea28dd09-Oct-2018 Valentin Bartenev

Renamed "go" application type to "external".

There's nothing specific to Go language. This type of application object can
be used to run any external application that utilizes libunit API.

793:7b5026a0bdeb28-Sep-2018 Igor Sysoev

Disabled chunked transfer encoding for 204 responses.

Revision tags: 1.4-2, 1.4
781:0aa88d7507f720-Sep-2018 Andrey Zelenkov

Tests: TLS tests.

777:5d458b748dcf20-Sep-2018 Valentin Bartenev

Python: adjusted input.read(size) argument value interpretation.

Previously, passing 0 resulted in reading the whole body and all negative
values raised an exception.

Now the behaviour is in consis

Python: adjusted input.read(size) argument value interpretation.

Previously, passing 0 resulted in reading the whole body and all negative
values raised an exception.

Now the behaviour is in consistentance with io.RawIOBase.read() interface,
and passing 0 returns empty (byte) string, while -1 results in reading the
whole body.

show more ...

767:31390ed4c36d17-Sep-2018 Andrey Zelenkov

Tests: test_settings_header_read_timeout_update adjusted.

760:18943cf0734306-Sep-2018 Andrey Zelenkov

Tests: used relative path for configuration.

759:1aab95ef70a603-Sep-2018 Andrey Zelenkov

Tests: fixed test_settings_header_read_timeout_update.

758:892a8666257e03-Sep-2018 Andrey Zelenkov

Tests: "no_recv" option introduced.

1...<<11121314151617181920>>...25