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:19:03 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

>> I had tried `@run driver/timeout=480`, but the test failed. Then I used `timeout=600`, the test passed. So I set it to `600`.
>
> 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.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13878#discussion_r1190072119


More information about the hotspot-runtime-dev mailing list