RFR: 8307653: Adjust delay time and gc log argument in TestAbortOnVMOperationTimeout [v2]
Daniel D. Daugherty
dcubed at openjdk.org
Wed May 10 15:27:28 UTC 2023
On Wed, 10 May 2023 15:21:46 GMT, Guoxiong Li <gli at openjdk.org> wrote:
>> What is your environment's timeoutFactor value?
>> Also, how are you running the test?
>
> Maybe I should ignore such `time out` tests in my low performance dev board and don't fix it?
>
> But such `time out` indeed pullutes the test result, and if I don't fix it,
> I always need to read the failed test result to judge which tests fail.
> In other words, my local CI will never be green.
When I run the test via:
$ make CONF=macosx-x86_64-normal-server-fastdebug run-test TEST=runtime/Safepoint/TestAbortOnVMOperationTimeout.java
The .jtr file shows this value: `-J-Dtest.timeout.factor=4.0`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13878#discussion_r1190075271
More information about the hotspot-runtime-dev
mailing list