Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-19 | Tests: fixed unit.log print. | Andrei Zeliankou | 1 | -7/+7 | |
2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 1 | -1/+3 | |
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 1 | -783/+528 | |
2020-03-09 | Refactor of process management. | Tiago Natel de Moura | 1 | -0/+1 | |
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. | |||||
2020-05-15 | Tests: style. | Andrei Zeliankou | 1 | -1/+1 | |
2020-04-24 | Tests: introduced module version specification in prerequisites. | Andrei Zeliankou | 1 | -1/+1 | |
2020-04-14 | Tests: minor fixes and style. | Andrei Zeliankou | 1 | -4/+6 | |
2020-02-05 | Tests: add helper for form-data and multipart. | Tiago Natel de Moura | 1 | -22/+17 | |
2019-11-09 | Tests: fixed tests to run as root. | Tiago Natel | 1 | -4/+17 | |
- The mode of testdir was changed to allow reading from other users/groups. - The java multipart test now uploads the file into an app writable dir. - The build directory was made readable for other users. - The python environment test now uses the HOME env var instead of PWD because the latter is not set by the root shell (/bin/sh) by default. - The node `node_modules` directory now is copied into the `testdir` instead of using symlinks. | |||||
2019-09-14 | Tests: refactored prerequisites model. | Andrey Zelenkov | 1 | -1/+1 | |
2019-08-14 | Java: implementing multipart message support. | Max Romanov | 1 | -1/+0 | |
This closes #265 issue on GitHub. | |||||
2019-08-07 | Tests: Java multipart test. | Andrey Zelenkov | 1 | -0/+39 | |
2019-07-23 | Tests: fixed test_java_conf_error to pass with "--modules=" option. | Andrey Zelenkov | 1 | -0/+1 | |
2019-07-17 | Tests: more Java tests. | Andrey Zelenkov | 1 | -0/+40 | |
Added test with war file and error configuration test. | |||||
2019-07-02 | Tests: adjusted inactive interval in Java app for slow hosts. | Andrey Zelenkov | 1 | -4/+12 | |
2019-05-30 | Tests: fixed tests without "Host" header. | Andrey Zelenkov | 1 | -11/+0 | |
2019-04-09 | Tests: speed up tests. | Andrey Zelenkov | 1 | -0/+5 | |
2019-04-09 | Tests: simplified module checking. | Andrey Zelenkov | 1 | -2/+1 | |
2019-03-28 | Tests: unit module refactoring. | Andrey Zelenkov | 1 | -5/+4 | |
2019-03-26 | Tests: speed up Java tests. | Andrey Zelenkov | 1 | -1/+5 | |
2019-03-26 | Tests: style. | Andrey Zelenkov | 1 | -379/+799 | |
2019-02-28 | Introducing Java Servlet Container beta. | Max Romanov | 1 | -0/+753 | |