RFR: 8307653: Adjust delay time and gc log argument in TestAbortOnVMOperationTimeout [v2]
Guoxiong Li
gli at openjdk.org
Wed May 10 15:27:28 UTC 2023
On Wed, 10 May 2023 15:24:06 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> 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`
> What is your environment's timeoutFactor value?
I haven't changed the default value. So it should be 4.
> Also, how are you running the test?
I used the command `make test Test=runtime/Safepoint/TestAbortOnVMOperationTimeout.java`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13878#discussion_r1190076483
More information about the hotspot-runtime-dev
mailing list