RFR(T): 8228687: TESTBUG] exclude Container tests from hotspot_misc group

Daniel D. Daugherty daniel.daugherty at oracle.com
Fri Aug 2 20:43:05 UTC 2019


Thumbs up. And I agree that this change is trivial.

Dan


On 8/2/19 4:41 PM, mikhailo.seledtsov at oracle.com wrote:
> Please review this trivial change that excludes hotspot_containers 
> from hotspot_misc group.
>
> Rational:
>
>     Container tests require special host/node setup. For this reason 
> they were grouped into their own group (hotspot_containers). They 
> should not be executed as part of hotspot_misc (tests in hotspot_misc 
> do not impose special host configuration requirements).
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8228687
>
> Testing: ran hotspot_misc - In progress (Passed already on Linux-x64 
> and Win-x64).
>
> Change:
>
> diff --git a/test/hotspot/jtreg/TEST.groups 
> b/test/hotspot/jtreg/TEST.groups
> --- a/test/hotspot/jtreg/TEST.groups
> +++ b/test/hotspot/jtreg/TEST.groups
> @@ -61,7 +61,8 @@
>   -:hotspot_gc \
>   -:hotspot_runtime \
>   -:hotspot_serviceability \
> - -gc/nvdimm
> + -gc/nvdimm \
> + -:hotspot_containers
>
>
> Thank you,
>
> Misha
>



More information about the hotspot-runtime-dev mailing list