RFR: JDK-8295756 Improve NonLocalRegistry Manual Test Process [v2]
Alan Bateman
alanb at openjdk.org
Thu Oct 27 19:02:25 UTC 2022
On Thu, 27 Oct 2022 18:39:39 GMT, Bill Huang <bhuang at openjdk.org> wrote:
>> The current non local registry tests require a manual process that runs rmiregitrty on a different machine and changes the -Dregistry.host property in the source before running the tests on the local machine. This task is created to improve this manual process and provide a clearer instruction to the test engineer about the test requirement.
>>
>> Tests include:
>> java/rmi/registry/nonLocalRegistry/NonLocalSkeletonTest.java
>> java/rmi/registry/nonLocalRegistry/NonLocalRegistryTest.java
>> javax/management/remote/nonLocalAccess/NonLocalJMXRemoteTest.java
>
> Bill Huang has updated the pull request incrementally with one additional commit since the last revision:
>
> Updated test instruction messages.
test/jdk/TEST.groups line 204:
> 202: java/rmi \
> 203: -java/rmi/registry/nonLocalRegistry/NonLocalRegistryTest.java \
> 204: -java/rmi/registry/nonLocalRegistry/NonLocalSkeletonTest.java \
RunTests.gmk runs jtreg with -automatic so I don't think you need to exclude the manual tests from these test groups.
-------------
PR: https://git.openjdk.org/jdk/pull/10825
More information about the serviceability-dev
mailing list