RFR(S) : 8252522 : nsk/share/test/StressOptions should multiple stressTime by jtreg's timeout-factor
Igor Ignatyev
igor.ignatyev at oracle.com
Fri Sep 4 20:22:13 UTC 2020
Hi David,
> On Aug 30, 2020, at 9:24 PM, David Holmes <david.holmes at oracle.com> wrote:
>
> Hi Igor,
>
> On 29/08/2020 5:32 am, Igor Ignatyev wrote:
>> http://cr.openjdk.java.net/~iignatyev/8252522/webrev.01/
>>> 118 lines changed: 32 ins; 36 del; 50 mod;
>> Hi all,
>> could you please review this small patch which updates StressOptions to adjust allocated time according to TIMEOUT_FACTOR?
>> from JBS:
>>> nsk/share/test/StressOptions and Stresser aren't aware of jtreg's timeout-factor and hence don't provide enough stress time for testing in slow/stress configurations, e.g. Xcomp.
>> the patch also includes small clean up and refactoring, such as removal of unused c-tor and using switch instead if-elif. webrev w/o these changes -- http://cr.openjdk.java.net/~iignatyev/8252522/webrev.00/
>
> Both webrevs seem to be the same.
>
not sure how that happened.
> But the changes seem fine.
thanks for your review, the testing showed that tests which use vmTestbase/nsk/share/jvmti/Injector started to fail w/ this patch b/c of the switch statement being introduced in StressOptions. so I've decided to revert that part of refactoring:
- http://cr.openjdk.java.net/~iignatyev/8252522/webrev.1-2 <http://cr.openjdk.java.net/~iignatyev/8252522/webrev.1-2> (diff)
- http://cr.openjdk.java.net/~iignatyev/8252522/webrev.02 <http://cr.openjdk.java.net/~iignatyev/8252522/webrev.02> (full)
just to be on the safe side, I'm rerunning the testing.
-- Igor
>
> Thanks,
> David
>
>> webrev: http://cr.openjdk.java.net/~iignatyev/8252522/webrev.01/
>> JBS: https://bugs.openjdk.java.net/browse/JDK-8252522
>> testing: vmTestbase tests (in progress)
>> Thanks,
>> -- Igor
More information about the hotspot-dev
mailing list