summaryrefslogtreecommitdiffhomepage
path: root/test/unit/applications/lang/java.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-22Update third-party java components to their recent versionsSergey A. Osokin1-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-29Update third-party components for the Java module.Sergey A. Osokin1-1/+1
2023-11-08Tests: 8XXX used as default port range.Andrei Zeliankou1-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-17Update third-party components for the Java module.Sergey A. Osokin1-1/+1
2023-10-10Update third-party components for the Java module.Sergey A. Osokin1-1/+1
2023-10-06Update third-party components for the Java module.Sergey A. Osokin1-1/+1
2023-07-07Update third-party components for Unit's Java module.Sergey A. Osokin1-1/+1
2023-06-14Tests: get rid of classes in test files.Andrei Zeliankou1-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-27Tests: relaxed jar glob.Konstantin Pavlov1-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-21Tests: switched to using f-strings.Andrei Zeliankou1-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-14Java: upgrading third-party components.Sergey A. Osokin1-1/+1
2021-11-15Tests: refactored working with processes.Andrei Zeliankou1-7/+13
2021-08-12Java: upgrading third-party components.Max Romanov1-1/+1
2021-08-09Java: upgrading third-party components.Max Romanov1-1/+1
2021-03-22Java: upgrading third-party components.Sergey A. Osokin1-1/+1
2020-12-06Tests: options moved to the separate class.Andrei Zeliankou1-1/+1
This change is necessary to separate the logic and prevent possible circular dependency.
2020-11-16Tests: fixing tests interrupt in terminal.Max Romanov1-1/+7
KeyboardInterrupt re-raised.
2020-11-03Tests: force applications to build for JVM 8.Andrei Zeliankou1-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-02Java: upgrading 3rd-party components.Max Romanov1-1/+1
2020-10-28Tests: improving get_application_type() and fixing its name.Max Romanov1-1/+3
This patch also enables multiversion tests running for Java.
2020-10-27Tests: fixed isolation detection.Andrei Zeliankou1-3/+9
2020-10-19Tests: fixed unit.log print.Andrei Zeliankou1-1/+1
2020-10-07Tests: minor fixes.Andrei Zeliankou1-2/+2
2020-10-01Tests: minor fixes.Andrei Zeliankou1-3/+5
Fixed temporary dir removing. Fixed printing path to log. Module checks moved to the separate file.
2020-09-16Tests: migrated to the pytest.Andrei Zeliankou1-4/+6
2020-05-15Tests: style.Andrei Zeliankou1-1/+2
2020-03-10Tests: redirect tests output to the stdout.Andrei Zeliankou1-2/+2
2019-11-11Tests: added support for testing "user" and "group".Tiago Natel1-2/+3
2019-09-25Tests: fixed hanging of Go tests.Andrey Zelenkov1-2/+6
This closes #319 issue on GitHub.
2019-09-16Tests: style and minor fixes in java.py.Andrey Zelenkov1-7/+7
2019-09-05Java: introducing websocket support.Max Romanov1-2/+10
2019-08-21Tests: reverted rerun for Java tests in 5e429a7f133c.Andrey Zelenkov1-3/+1
Each testcase should also recompile to be recompiled. So backed out for now.
2019-08-06Tests: rerun tests for each module version.Andrey Zelenkov1-1/+3
Rerun supported for Python, PHP, Perl, Ruby, and Java modules.
2019-04-26Tests: check application configuration loading.Andrey Zelenkov1-1/+1
2019-04-22Tests: using "pass" option instead of deprecated "application".Valentin Bartenev1-1/+1
2019-03-28Tests: unit module refactoring.Andrey Zelenkov1-0/+74