History log of /unit/test/ (Results 176 – 200 of 616)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1847:699d9be5768e31-Mar-2021 Andrei Zeliankou

Tests: unset LC_ALL variable in Ruby encoding test.

This change is necessary to set Encoding.default_external value correctly.

1846:b94036cd2d9531-Mar-2021 Andrei Zeliankou

Tests: removed skip_alert().

1844:3f051e80f70531-Mar-2021 Andrei Zeliankou

Tests: added file descriptor leak detection.

1843:1dab4306e8da26-Mar-2021 Andrei Zeliankou

Tests: SNI.

1842:7a35853a618d26-Mar-2021 Andrei Zeliankou

Tests: added test for Ruby default encoding.

Revision tags: 1.23.0-1, 1.23.0
1819:9344a39fb02e24-Mar-2021 Max Romanov

Tests: fixed racing condition in websocket test 5_15.

Test case: "send a text message split into two fragments, then a continuation
frame with FIN = false where there is nothing to continue, then an

Tests: fixed racing condition in websocket test 5_15.

Test case: "send a text message split into two fragments, then a continuation
frame with FIN = false where there is nothing to continue, then an unfragmented
text message, all sent in one chop".

The test case investigates immediate connection closing since there is no
message to continue.

The mirror server may send a response for the first frame before the test
сontinuation frame is received by the router. In this case, the test will
receive a text frame before the close frame.

show more ...

1816:91b04f5068f522-Mar-2021 "Sergey A. Osokin"

Java: upgrading third-party components.

1808:d760b25a47d323-Feb-2021 Andrei Zeliankou

Tests: fixed tests to work without openssl support.

1807:858dbd8c089418-Feb-2021 Andrei Zeliankou

Tests: added regex check.

1805:55de51d00bca15-Feb-2021 Andrei Zeliankou

Tests: clear certificates after each test.

1804:ed698edaaf1e10-Feb-2021 Andrei Zeliankou

Tests: increased timeout in wait_for_record().

1803:57b43c5bf72608-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
1791:f841507f27f204-Feb-2021 Andrei Zeliankou

Tests: added tests for "path" option in Python application.

1780:73699f41c95628-Jan-2021 Max Romanov

Router: fixing crash after WebSocket processing.

After WebSocket processing, the application port was released with incorrect
reason ("got request"), unnecessarily decrementing the active request co

Router: fixing crash after WebSocket processing.

After WebSocket processing, the application port was released with incorrect
reason ("got request"), unnecessarily decrementing the active request counter.

The assertion was triggered only on application removal; a test was added
for this case.

show more ...

1775:4b499151435614-Jan-2021 Andrei Zeliankou

Tests: added missing checks for configuration results.

1774:8a90da5c0e2413-Jan-2021 Andrei Zeliankou

Tests: added test for "procfs" option.

1773:6c7e716cdec513-Jan-2021 Andrei Zeliankou

Tests: "language_deps" option checked more carefully.

1772:03a6609f2c5e13-Jan-2021 Andrei Zeliankou

Tests: waitformount() and waitforunmount() introduced.

1771:94cf6c5fafbd13-Jan-2021 Andrei Zeliankou

Tests: style.

1770:e4ece1ff441312-Jan-2021 Andrei Zeliankou

Tests: unit_stop() removed where possible.

Since wait_for_record() was introduced there is no need
to stop Unit before parsing unit.log.

1769:b7cd1517081e08-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 ...

1768:3a9850ceccfc07-Jan-2021 Tiago Natel de Moura

Tests: reordered asserts to avoid a test race.

The mount points are unmounted in the main process after it
detects the app process died. By testing the `tmpfs: true`
first, it happens that main cou

Tests: reordered asserts to avoid a test race.

The mount points are unmounted in the main process after it
detects the app process died. By testing the `tmpfs: true`
first, it happens that main could start the `tmpfs: false`
test case before main cleans the old process mount points.

show more ...

1766:9ec17030b67e29-Dec-2020 Max Romanov

Node.js: ServerRequest and ServerResponse compliance to Stream API.

ServerRequest now inherit stream Readable object. ServerResponse
provides 'writable' property.

Thanks to Wu Jian Ping (@wujjpp).

Node.js: ServerRequest and ServerResponse compliance to Stream API.

ServerRequest now inherit stream Readable object. ServerResponse
provides 'writable' property.

Thanks to Wu Jian Ping (@wujjpp).

This closes #274, closes #317 issues and closes #502 PR on GitHub.

show more ...

1761:ede60e75606623-Dec-2020 Andrei Belov

Tests: ability to run unitd with specified "--user" option.

1757:200f477978ab21-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 ...

12345678910>>...25