-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
JVMServerPropertiesTestCase verifies that some specific jboss.server.* system properties are resolvable by the Host Controller JVM and verifies the expected values by using Servlet.
At the moment of writing, this test case is in the WildFly testsuite, however, we could move it to WIldFly Core by activating Undertow via service.
An example of how to activate Undertow in WildFly Core is at TestSuspendServiceActivator:
https://github.com/wildfly/wildfly-core/blob/main/testsuite/shared/src/main/java/org/wildfly/test/suspendresumeendpoint/TestSuspendServiceActivator.java#L24-L30
Once the test is moved to WildFly Core, a follow-up Jira to drop them in Wildfly must follow this Jira.
- is blocked by
-
WFLY-18326 Add test case to verify jboss.server.name can be resolved by a HC as a JVM option on a managed server
- Closed