-
-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feature to specify customJvmOpts=XXXX in APPLICATION_OPTIONS #6004
Conversation
Signed-off-by: Andrew Leonard <[email protected]>
Signed-off-by: Andrew Leonard <[email protected]>
Signed-off-by: Andrew Leonard <[email protected]>
Signed-off-by: Andrew Leonard <[email protected]>
Signed-off-by: Andrew Leonard <[email protected]>
@@ -20,7 +20,7 @@ | |||
<variation>NoOptions</variation> | |||
</variations> | |||
<command>$(GEN_JTB_GENERIC) testsuite=RUNTIME tests="$(JCKRUNTIME_CUSTOM_TARGET)" isCustomTarget="isCustomTarget"; \ | |||
$(EXEC_RUNTIME_TEST); \ | |||
$(EXEC_RUNTIME_TEST_WITH_AGENT); \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this change work for all jck-runtime-** targets? It seems only three targets are using this $(EXEC_RUNTIME_TEST_WITH_AGENT)
and all others are using $(EXEC_RUNTIME_TEST)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sophia-guo yes, whether it actually needs the agent does not matter it will just start then stop the agent process..
I tested one that was just EXEC_RUNTIME_TEST here: https://ci.eclipse.org/temurin-compliance/job/Grinder/4839/console
worked fine
FYI @llxia |
…ptium#6004) * Add support for customJvmOpts for test and agent in APPLICATION_OPTIONS Signed-off-by: Andrew Leonard <[email protected]> * Add support for customJvmOpts for test and agent in APPLICATION_OPTIONS Signed-off-by: Andrew Leonard <[email protected]> * Add support for customJvmOpts for test and agent in APPLICATION_OPTIONS Signed-off-by: Andrew Leonard <[email protected]> * Add support for customJvmOpts for test and agent in APPLICATION_OPTIONS Signed-off-by: Andrew Leonard <[email protected]> * Add support for customJvmOpts for test and agent in APPLICATION_OPTIONS Signed-off-by: Andrew Leonard <[email protected]> --------- Signed-off-by: Andrew Leonard <[email protected]>
Add feature to specify customJvmOpts=XXXX in APPLICATION_OPTIONS for jck.mk to pass to jck tests and agent JVM processes:
temirin-compliance runs successfully tested with APPLICATION_OPTIONS empty, to test jck.mk logic does not affect other tests
temirin-compliance runs successfully tested with customJvmOpts=-Djava.net.preferIPv4Stack=true