Open pshipton opened 11 months ago
Related to https://github.com/eclipse-openj9/openj9/pull/18451 @TobiAjila @thallium
OMRPORT_ERROR_INSUFFICIENT_DATA is -21
I don't think returning -21 is the expected behavior. I'm going to revert the change to avoid failing builds until it can be fixed.
This is only failing on jdk11 last night because the other builds started before the change was merged.
Reverted via https://github.com/eclipse-openj9/openj9/pull/18635
I fixed the PR to return -1 if only one data point is recorded.
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_extended.functional_s390x_linux_Nightly_testList_0/675/ https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_extended.functional_s390x_linux_Nightly_testList_1/674/ https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_extended.functional_ppc64_aix_Nightly_testList_0/645 https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_extended.functional_ppc64_aix_Nightly_testList_1/645/ https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_extended.functional_aarch64_mac_Nightly_testList_1/397/ https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_extended.functional_aarch64_linux_Nightly_testList_1/562 testCpuUtilization_testSingleCpuLoadObject_0
testCpuUtilization_testMxBean_0