JDK-8265793 : Remove duplicate jtreg TEST.groups references for some client tests
  • Type: Task
  • Component: client-libs
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-04-22
  • Updated: 2021-04-29
  • Resolved: 2021-04-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17
17 b20Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
in TEST.groups we have
tier3 = \
    :build \
    :jdk_vector \
    :jdk_rmi \
    :jdk_beans \        <===
    :jdk_imageio \     <===
    :jdk_sound \         <===
    :jdk_client_sanity \   <===
    :jdk_jfr_tier3

The ones indicated with <==== were added to ensure we had some regular testing of the client headless jtreg tests in these test groups.

These are all also included in a jdk_deskgtop group but that group was not run regularly because too many of the other tests were not stable.

That has long since been resolved and we can delete the tier3 duplicates
Comments
Changeset: b84f6901 Author: Phil Race <prr@openjdk.org> Date: 2021-04-22 21:23:59 +0000 URL: https://git.openjdk.java.net/jdk/commit/b84f6901
22-04-2021