Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-08 | java: Update third-party components | Sergey A. Osokin | 1 | -1/+1 | |
[ Tweaked subject - Andrew ] Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
2024-02-22 | Update third-party java components to their recent versions | Sergey A. Osokin | 1 | -1/+1 | |
Acked-by: Timo Stark <t.stark@nginx.com> [ Remove trailing '.' from subject line - Andrew ] Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
2023-11-29 | Update third-party components for the Java module. | Sergey A. Osokin | 1 | -1/+1 | |
2023-11-08 | Tests: 8XXX used as default port range. | Andrei Zeliankou | 1 | -1/+1 | |
After the launch of the project, the testing infrastructure was shared with nginx project in some cases. To avoid port overlap, a decision was made to shift the port range for Unit tests. This problem was resolved a long time ago and is no longer relevant, so it is now safe to use port 8XXX range as the default, as it is more appropriate for testing purposes. | |||||
2023-10-17 | Update third-party components for the Java module. | Sergey A. Osokin | 1 | -1/+1 | |
2023-10-10 | Update third-party components for the Java module. | Sergey A. Osokin | 1 | -1/+1 | |
2023-10-06 | Update third-party components for the Java module. | Sergey A. Osokin | 1 | -1/+1 | |
2023-07-07 | Update third-party components for Unit's Java module. | Sergey A. Osokin | 1 | -1/+1 | |
2023-06-14 | Tests: get rid of classes in test files. | Andrei Zeliankou | 1 | -3/+4 | |
Class usage came from the unittest framework and it was always redundant after migration to the pytest. This commit removes classes from files containing tests to make them more readable and understandable. | |||||
2023-03-27 | Tests: relaxed jar glob. | Konstantin Pavlov | 1 | -1/+1 | |
We install jars with names like websocket-api-${NXT_JAVA_MODULE}-$NXT_VERSION.jar, which translates to versioned NXT_JAVA_MODULE in the packaging system, e.g. websocket-api-java11-1.30.0.jar. | |||||
2023-02-21 | Tests: switched to using f-strings. | Andrei Zeliankou | 1 | -19/+17 | |
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. | |||||
2022-12-14 | Java: upgrading third-party components. | Sergey A. Osokin | 1 | -1/+1 | |
2021-11-15 | Tests: refactored working with processes. | Andrei Zeliankou | 1 | -7/+13 | |
2021-08-12 | Java: upgrading third-party components. | Max Romanov | 1 | -1/+1 | |
2021-08-09 | Java: upgrading third-party components. | Max Romanov | 1 | -1/+1 | |
2021-03-22 | Java: upgrading third-party components. | Sergey A. Osokin | 1 | -1/+1 | |
2020-12-06 | Tests: options moved to the separate class. | Andrei Zeliankou | 1 | -1/+1 | |
This change is necessary to separate the logic and prevent possible circular dependency. | |||||
2020-11-16 | Tests: fixing tests interrupt in terminal. | Max Romanov | 1 | -1/+7 | |
KeyboardInterrupt re-raised. | |||||
2020-11-03 | Tests: force applications to build for JVM 8. | Andrei Zeliankou | 1 | -0/+1 | |
This change is made to avoid situations when an application is compiled for a version newer than the Java module used. | |||||
2020-11-02 | Java: upgrading 3rd-party components. | Max Romanov | 1 | -1/+1 | |
2020-10-28 | Tests: improving get_application_type() and fixing its name. | Max Romanov | 1 | -1/+3 | |
This patch also enables multiversion tests running for Java. | |||||
2020-10-27 | Tests: fixed isolation detection. | Andrei Zeliankou | 1 | -3/+9 | |
2020-10-19 | Tests: fixed unit.log print. | Andrei Zeliankou | 1 | -1/+1 | |
2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 1 | -2/+2 | |
2020-10-01 | Tests: minor fixes. | Andrei Zeliankou | 1 | -3/+5 | |
Fixed temporary dir removing. Fixed printing path to log. Module checks moved to the separate file. | |||||
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 1 | -4/+6 | |
2020-05-15 | Tests: style. | Andrei Zeliankou | 1 | -1/+2 | |
2020-03-10 | Tests: redirect tests output to the stdout. | Andrei Zeliankou | 1 | -2/+2 | |
2019-11-11 | Tests: added support for testing "user" and "group". | Tiago Natel | 1 | -2/+3 | |
2019-09-25 | Tests: fixed hanging of Go tests. | Andrey Zelenkov | 1 | -2/+6 | |
This closes #319 issue on GitHub. | |||||
2019-09-16 | Tests: style and minor fixes in java.py. | Andrey Zelenkov | 1 | -7/+7 | |
2019-09-05 | Java: introducing websocket support. | Max Romanov | 1 | -2/+10 | |
2019-08-21 | Tests: reverted rerun for Java tests in 5e429a7f133c. | Andrey Zelenkov | 1 | -3/+1 | |
Each testcase should also recompile to be recompiled. So backed out for now. | |||||
2019-08-06 | Tests: rerun tests for each module version. | Andrey Zelenkov | 1 | -1/+3 | |
Rerun supported for Python, PHP, Perl, Ruby, and Java modules. | |||||
2019-04-26 | Tests: check application configuration loading. | Andrey Zelenkov | 1 | -1/+1 | |
2019-04-22 | Tests: using "pass" option instead of deprecated "application". | Valentin Bartenev | 1 | -1/+1 | |
2019-03-28 | Tests: unit module refactoring. | Andrey Zelenkov | 1 | -0/+74 | |