Home
last modified time | relevance | path

Searched hist:2020 (Results 251 – 275 of 328) sorted by path

1...<<11121314

/unit/test/
H A Dtest_access_log.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1730:44912af5b3e6 Sun Dec 06 16:01:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: options moved to the separate class.

This change is necessary to separate the logic
and prevent possible circular dependency.
diff 1654:fc7d0578e124 Mon Oct 19 21:25:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed unit.log print.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
diff 1477:b93d1acf81bd Fri May 15 03:20:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: style.
diff 1467:195fe0a92670 Fri Apr 24 04:08:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: introduced module version specification in prerequisites.
diff 1388:375fcf0e75a7 Tue Mar 10 18:10:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: redirect tests output to the stdout.
H A Dtest_asgi_application.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1736:22db875fda34 Tue Dec 08 14:37:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: skip_alert() converted to the fixture.
diff 1730:44912af5b3e6 Sun Dec 06 16:01:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: options moved to the separate class.

This change is necessary to separate the logic
and prevent possible circular dependency.
diff 1697:73a335d2911d Tue Nov 10 19:27:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Python: supporting ASGI legacy protocol.

Introducing manual protocol selection for 'universal' apps and frameworks.
diff 1695:48cd8f20dea4 Tue Nov 10 19:27:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Tests: supporting instant app parameters in load().
diff 1692:d9af486b8a38 Fri Nov 06 13:45:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Tests: fixing racing condition in ASGI threads test.

ASGI threads read all the requests from the queue before start processing it.
This why test need to wait a little to let the ASGI thread start request
processing and block. In virtual environment any thread or process may
be delayed and only method to avoid racing is a reasonable sleep increase.
diff 1683:43cbc14c7be9 Wed Nov 04 21:05:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Tests: added Python threading tests.
diff 1654:fc7d0578e124 Mon Oct 19 21:25:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed unit.log print.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
1626:d20f04158166 Thu Oct 01 20:55:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Tests: added ASGI HTTP applications.
H A Dtest_asgi_application_unix_abstract.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
H A Dtest_asgi_lifespan.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1735:a0e0d4f90e51 Tue Dec 08 14:37:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: utils module introduced.
diff 1730:44912af5b3e6 Sun Dec 06 16:01:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: options moved to the separate class.

This change is necessary to separate the logic
and prevent possible circular dependency.
diff 1654:fc7d0578e124 Mon Oct 19 21:25:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed unit.log print.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1632:f9589b78bbb3 Tue Oct 06 19:30:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed tests to run as root.
1628:93e2931202bb Mon Oct 05 10:05:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: added ASGI Lifespan.
H A Dtest_asgi_targets.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
H A Dtest_asgi_websockets.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1736:22db875fda34 Tue Dec 08 14:37:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: skip_alert() converted to the fixture.
diff 1730:44912af5b3e6 Sun Dec 06 16:01:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: options moved to the separate class.

This change is necessary to separate the logic
and prevent possible circular dependency.
diff 1654:fc7d0578e124 Mon Oct 19 21:25:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed unit.log print.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1629:094c3ab0c565 Mon Oct 05 10:05:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: added websocket test with long length.
1625:d7215787a23a Thu Oct 01 20:55:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Tests: added ASGI WebSocket.
H A Dtest_client_ip.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
H A Dtest_configuration.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1736:22db875fda34 Tue Dec 08 14:37:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: skip_alert() converted to the fixture.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
diff 1569:250605931a20 Wed Aug 12 23:17:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> Tests: set root by unprivilaged user.
diff 1551:2fcbe6700258 Tue Aug 11 16:20:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Tests: reducing the number of generated applications.

Each application initializes a shared port with 2 file descriptors, so the test
fails because the router reaches the open files limit.
diff 1477:b93d1acf81bd Fri May 15 03:20:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: style.
diff 1467:195fe0a92670 Fri Apr 24 04:08:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: introduced module version specification in prerequisites.
diff 1427:2d8783102f45 Wed Mar 25 19:40:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: added tests for comments in JSON.
diff 1426:a22c6e83211b Wed Mar 25 19:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: UTF-8 BOM test.
H A Dtest_go_application.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
diff 1467:195fe0a92670 Fri Apr 24 04:08:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: introduced module version specification in prerequisites.
diff 1453:71af60a59338 Tue Apr 14 01:35:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes and style.
H A Dtest_go_isolation.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1740:53149d20bb97 Wed Dec 09 16:15:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: isolation check moved to the pytest_sessionstart().

This change eliminates the need for some classes
to run Unit one more time before running tests.
diff 1730:44912af5b3e6 Sun Dec 06 16:01:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: options moved to the separate class.

This change is necessary to separate the logic
and prevent possible circular dependency.
diff 1707:d718554dd379 Mon Nov 16 17:22:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> Tests: tmpfs automount.
diff 1706:a1da56837554 Mon Nov 16 17:37:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Tests: fixing tests interrupt in terminal.

KeyboardInterrupt re-raised.
diff 1673:883f2f79c2f6 Thu Oct 29 20:30:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> Isolation: mounting of procfs by default when using "rootfs".
diff 1654:fc7d0578e124 Mon Oct 19 21:25:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed unit.log print.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
diff 1581:a1a83bef4471 Thu Aug 20 14:53:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> Tests: default tmpfs in rootfs.
H A Dtest_go_isolation_rootfs.pydiff 1654:fc7d0578e124 Mon Oct 19 21:25:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed unit.log print.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
1490:cecf6b11a1e3 Thu May 28 13:59:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> Tests: Added rootfs tests.
H A Dtest_http_header.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1719:1aa750059781 Thu Nov 19 05:21:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: added tests for a "discard_unsafe_fields" option.
diff 1718:ab6f68d4cf77 Thu Nov 19 05:21:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: style.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
diff 1477:b93d1acf81bd Fri May 15 03:20:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: style.
diff 1467:195fe0a92670 Fri Apr 24 04:08:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: introduced module version specification in prerequisites.
H A Dtest_java_application.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1736:22db875fda34 Tue Dec 08 14:37:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: skip_alert() converted to the fixture.
diff 1735:a0e0d4f90e51 Tue Dec 08 14:37:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: utils module introduced.
diff 1730:44912af5b3e6 Sun Dec 06 16:01:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: options moved to the separate class.

This change is necessary to separate the logic
and prevent possible circular dependency.
diff 1685:87018c5bab9f Wed Nov 04 21:06:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Tests: added Java threading tests.
diff 1654:fc7d0578e124 Mon Oct 19 21:25:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed unit.log print.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
diff 1488:6976d36be926 Mon Mar 09 16:28:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> Refactor of process management.

The process abstraction has changed to:

setup(task, process)
start(task, process_data)
prefork(task, process, mp)

The prefork() occurs in the main process right before fork.

The file src/nxt_main_process.c is completely free of process
specific logic.

The creation of a process now supports a PROCESS_CREATED state. The
The setup() function of each process can set its state to either
created or ready. If created, a MSG_PROCESS_CREATED is sent to main
process, where external setup can be done (required for rootfs under
container).

The core processes (discovery, controller and router) doesn't need
external setup, then they all proceeds to their start() function
straight away.

In the case of applications, the load of the module happens at the
process setup() time and The module's init() function has changed
to be the start() of the process.

The module API has changed to:

setup(task, process, conf)
start(task, data)

As a direct benefit of the PROCESS_CREATED message, the clone(2) of
processes using pid namespaces now doesn't need to create a pipe
to make the child block until parent setup uid/gid mappings nor it
needs to receive the child pid.
diff 1477:b93d1acf81bd Fri May 15 03:20:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: style.
H A Dtest_java_isolation_rootfs.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1730:44912af5b3e6 Sun Dec 06 16:01:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: options moved to the separate class.

This change is necessary to separate the logic
and prevent possible circular dependency.
diff 1706:a1da56837554 Mon Nov 16 17:37:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Tests: fixing tests interrupt in terminal.

KeyboardInterrupt re-raised.
diff 1654:fc7d0578e124 Mon Oct 19 21:25:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed unit.log print.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1621:275b26bbd3ae Thu Oct 01 09:17:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.

Fixed temporary dir removing.
Fixed printing path to log.
Module checks moved to the separate file.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
1490:cecf6b11a1e3 Thu May 28 13:59:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> Tests: Added rootfs tests.
H A Dtest_java_websockets.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1736:22db875fda34 Tue Dec 08 14:37:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: skip_alert() converted to the fixture.
diff 1730:44912af5b3e6 Sun Dec 06 16:01:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: options moved to the separate class.

This change is necessary to separate the logic
and prevent possible circular dependency.
diff 1654:fc7d0578e124 Mon Oct 19 21:25:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed unit.log print.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
diff 1477:b93d1acf81bd Fri May 15 03:20:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: style.
diff 1467:195fe0a92670 Fri Apr 24 04:08:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: introduced module version specification in prerequisites.
diff 1453:71af60a59338 Tue Apr 14 01:35:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes and style.
diff 1443:433622b9cc55 Fri Apr 03 00:03:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
H A Dtest_njs.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
H A Dtest_node_application.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1766:9ec17030b67e Tue Dec 29 16:00:00 UTC 2020 Max Romanov <max.romanov@nginx.com> 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.
diff 1735:a0e0d4f90e51 Tue Dec 08 14:37:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: utils module introduced.
diff 1654:fc7d0578e124 Mon Oct 19 21:25:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed unit.log print.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
diff 1477:b93d1acf81bd Fri May 15 03:20:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: style.
diff 1467:195fe0a92670 Fri Apr 24 04:08:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: introduced module version specification in prerequisites.
diff 1453:71af60a59338 Tue Apr 14 01:35:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes and style.
H A Dtest_node_websockets.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1736:22db875fda34 Tue Dec 08 14:37:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: skip_alert() converted to the fixture.
diff 1730:44912af5b3e6 Sun Dec 06 16:01:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: options moved to the separate class.

This change is necessary to separate the logic
and prevent possible circular dependency.
diff 1654:fc7d0578e124 Mon Oct 19 21:25:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed unit.log print.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
diff 1477:b93d1acf81bd Fri May 15 03:20:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: style.
diff 1467:195fe0a92670 Fri Apr 24 04:08:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: introduced module version specification in prerequisites.
diff 1453:71af60a59338 Tue Apr 14 01:35:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes and style.
diff 1438:5e5a3897e0cd Mon Mar 30 11:18:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Fixing application process infinite loop.

Main process exiting before app process init may have caused hanging.
H A Dtest_perl_application.pydiff 1736:22db875fda34 Tue Dec 08 14:37:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: skip_alert() converted to the fixture.
diff 1690:2bae10b3e8c1 Thu Nov 05 13:11:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Tests: added Perl threading tests.
diff 1654:fc7d0578e124 Mon Oct 19 21:25:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed unit.log print.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
diff 1477:b93d1acf81bd Fri May 15 03:20:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: style.
diff 1467:195fe0a92670 Fri Apr 24 04:08:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: introduced module version specification in prerequisites.
diff 1453:71af60a59338 Tue Apr 14 01:35:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes and style.
H A Dtest_php_application.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1742:0b6b58efc489 Thu Dec 10 19:28:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: added tests for PHP_AUTH_* variables.
diff 1730:44912af5b3e6 Sun Dec 06 16:01:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: options moved to the separate class.

This change is necessary to separate the logic
and prevent possible circular dependency.
diff 1701:15f4fd6c9521 Wed Nov 11 14:24:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: added a test for fastcgi_finish_request() function.
diff 1654:fc7d0578e124 Mon Oct 19 21:25:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed unit.log print.
diff 1636:979d2b72930b Tue Oct 06 15:12:00 UTC 2020 Valentin Bartenev <vbart@nginx.com> PHP: compatibility with 8.0.0 RC1.

This closes #474 PR on GitHub.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
diff 1529:7cd42e6d8c20 Tue Jul 28 03:53:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: added PHP test with time check in error log messages.
diff 1477:b93d1acf81bd Fri May 15 03:20:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: style.
H A Dtest_php_basic.pydiff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
diff 1467:195fe0a92670 Fri Apr 24 04:08:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: introduced module version specification in prerequisites.
diff 1453:71af60a59338 Tue Apr 14 01:35:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes and style.
H A Dtest_php_isolation.pydiff 1740:53149d20bb97 Wed Dec 09 16:15:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: isolation check moved to the pytest_sessionstart().

This change eliminates the need for some classes
to run Unit one more time before running tests.
diff 1730:44912af5b3e6 Sun Dec 06 16:01:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: options moved to the separate class.

This change is necessary to separate the logic
and prevent possible circular dependency.
diff 1673:883f2f79c2f6 Thu Oct 29 20:30:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> Isolation: mounting of procfs by default when using "rootfs".
diff 1654:fc7d0578e124 Mon Oct 19 21:25:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed unit.log print.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1622:773f29e26072 Wed Sep 09 18:28:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> PHP: fixed "rootfs" isolation dependency on system mounts.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
diff 1586:d5a1df78d9af Tue Aug 25 14:27:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> Tests: disable of language_deps.
diff 1584:639ad4601177 Tue Aug 25 12:48:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> Tests: PHP extension mounts.
1490:cecf6b11a1e3 Thu May 28 13:59:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> Tests: Added rootfs tests.
H A Dtest_php_targets.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1730:44912af5b3e6 Sun Dec 06 16:01:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: options moved to the separate class.

This change is necessary to separate the logic
and prevent possible circular dependency.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
diff 1527:89bc2fef480b Tue Jul 28 02:09:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: style.
1479:7eb39c397bab Fri May 15 03:21:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: added tests for "targets" option.
H A Dtest_proxy.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1736:22db875fda34 Tue Dec 08 14:37:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: skip_alert() converted to the fixture.
diff 1735:a0e0d4f90e51 Tue Dec 08 14:37:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: utils module introduced.
diff 1730:44912af5b3e6 Sun Dec 06 16:01:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: options moved to the separate class.

This change is necessary to separate the logic
and prevent possible circular dependency.
diff 1654:fc7d0578e124 Mon Oct 19 21:25:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed unit.log print.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
diff 1477:b93d1acf81bd Fri May 15 03:20:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: style.
diff 1476:e3f7d7ca6f39 Fri May 15 03:20:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: test_proxy_invalid simplified.
diff 1467:195fe0a92670 Fri Apr 24 04:08:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: introduced module version specification in prerequisites.
H A Dtest_proxy_chunked.pydiff 2330:4b1f175f9c88 Tue Feb 21 17:21:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.
diff 1735:a0e0d4f90e51 Tue Dec 08 14:37:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: utils module introduced.
diff 1730:44912af5b3e6 Sun Dec 06 16:01:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: options moved to the separate class.

This change is necessary to separate the logic
and prevent possible circular dependency.
diff 1654:fc7d0578e124 Mon Oct 19 21:25:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: fixed unit.log print.
diff 1635:97afbb6c5a15 Wed Oct 07 22:18:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: minor fixes.
diff 1596:b7e2d4d92624 Wed Sep 16 20:31:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: migrated to the pytest.
diff 1527:89bc2fef480b Tue Jul 28 02:09:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: style.
1506:b070370e07f8 Wed Jun 24 03:11:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: added chunked tests.

1...<<11121314