RFR(T): 8250986: Problem list docker/TestMemoryAwareness.java and docker/TestDockerMemoryMetrics.java for linux-5.4.0-1019-oracle

mikhailo.seledtsov at oracle.com mikhailo.seledtsov at oracle.com
Tue Aug 4 00:07:00 UTC 2020


Hi David,

On 8/3/20 4:33 PM, David Holmes wrote:
> Hi Misha,
>
> On 4/08/2020 7:15 am, mikhailo.seledtsov at oracle.com wrote:
>> Please review this trivial fix that problem lists these 2 tests 
>> specifically for linux-5.4.0-1019-oracle, until JDK-8250984 is fixed.
>
> In that case 8250984 is what should be in the entry not 8250986:
>
> containers/docker/TestMemoryAwareness.java 8250986 
> linux-5.4.0-1019-oracle
Thanks for the catch. I have replaced 8250986 to be 8250984.
>
> I was unaware that these statements could specify a detailed OS 
> version like that. But where does that version string come from?
JTreg allows to specify a 'flavor' of OS. JTreg reports this value in 
the test log as "javatestOS". In this case: "javatestOS=Linux 
5.4.0-1019-oracle", which seems to be a kernel version on Linux hosts.

Thanks,
Misha

>
> Thanks,
> David
>
>
>> Testing:
>>
>>    - ran on the linux-5.4.0-1019-oracle host, the problem listed 
>> tests do not get executed
>>
>>    - ran on OL 7.6, the problem listed tests execute and pass
>>
>>
>> ===== Change:
>>
>> diff --git a/test/hotspot/jtreg/ProblemList.txt 
>> b/test/hotspot/jtreg/ProblemList.txt
>> --- a/test/hotspot/jtreg/ProblemList.txt
>> +++ b/test/hotspot/jtreg/ProblemList.txt
>> @@ -85,6 +85,7 @@
>>
>>   runtime/jni/terminatedThread/TestTerminatedThread.java 8219652 
>> aix-ppc64
>>   runtime/ReservedStack/ReservedStackTest.java 8231031 generic-all
>> +containers/docker/TestMemoryAwareness.java 8250986 
>> linux-5.4.0-1019-oracle
>>
>>   ############################################################################# 
>>
>>
>> diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt
>> --- a/test/jdk/ProblemList.txt
>> +++ b/test/jdk/ProblemList.txt
>> @@ -916,6 +916,8 @@
>>
>>   # jdk_internal
>>
>> +jdk/internal/platform/docker/TestDockerMemoryMetrics.java 8250986 
>> linux-5.4.0-1019-oracle
>> +
>>   ############################################################################ 
>>
>>
>>   # jdk_jpackage
>>
>>
>> Thank you,
>>
>> Misha
>>


More information about the hotspot-runtime-dev mailing list