Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11 [v5]

2023-06-12 Thread Harshitha Onkar
On Wed, 7 Jun 2023 20:48:20 GMT, Harshitha Onkar wrote: >> ViewportOverlapping test was failing intermittently during CI runs on Win10 >> and Win11. >> >> Although this intermittent issue wasn't replicable when the individual test >> as well as the test group was run multiple times. Hence

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11 [v5]

2023-06-12 Thread Alexey Ivanov
On Wed, 7 Jun 2023 20:48:20 GMT, Harshitha Onkar wrote: >> ViewportOverlapping test was failing intermittently during CI runs on Win10 >> and Win11. >> >> Although this intermittent issue wasn't replicable when the individual test >> as well as the test group was run multiple times. Hence

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11 [v5]

2023-06-07 Thread Harshitha Onkar
On Wed, 7 Jun 2023 22:09:36 GMT, Sergey Bylokhov wrote: > DId you able to reproduce the intermittent issue in the mach5 or it is green? I wasn't able to reproduce the intermittent issue during CI Testing - ran the test individually as well as the whole test group multiple times.

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11 [v5]

2023-06-07 Thread Sergey Bylokhov
On Wed, 7 Jun 2023 20:48:20 GMT, Harshitha Onkar wrote: >> ViewportOverlapping test was failing intermittently during CI runs on Win10 >> and Win11. >> >> Although this intermittent issue wasn't replicable when the individual test >> as well as the test group was run multiple times. Hence

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11 [v2]

2023-06-07 Thread Harshitha Onkar
On Wed, 7 Jun 2023 11:19:38 GMT, Alexey Ivanov wrote: >> Updated > > It doesn't feel right this way either. A cleaner approach would be to pass > the undecorated file name and add the extension and specify the format inside > `captureScreen`. (Passing the same value as a parameter usually

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11 [v5]

2023-06-07 Thread Harshitha Onkar
> ViewportOverlapping test was failing intermittently during CI runs on Win10 > and Win11. > > Although this intermittent issue wasn't replicable when the individual test > as well as the test group was run multiple times. Hence screenshot capture > has been at various points in the test to

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11 [v2]

2023-06-07 Thread Alexey Ivanov
On Tue, 6 Jun 2023 22:55:06 GMT, Harshitha Onkar wrote: >> test/jdk/java/awt/Mixing/AWT_Mixing/ViewportOverlapping.java line 164: >> >>> 162: OverlappingTestBase.doMain(args); >>> 163: captureScreen("Img_5.png"); >>> 164: } >> >> It is just a test, so no need to

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11 [v2]

2023-06-06 Thread Harshitha Onkar
On Tue, 6 Jun 2023 22:34:15 GMT, Phil Race wrote: >> Harshitha Onkar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> review fix > > test/jdk/java/awt/Mixing/AWT_Mixing/OverlappingTestBase.java line 2: > >> 1: /* >> 2: * Copyright (c)

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11 [v4]

2023-06-06 Thread Harshitha Onkar
> ViewportOverlapping test was failing intermittently during CI runs on Win10 > and Win11. > > Although this intermittent issue wasn't replicable when the individual test > as well as the test group was run multiple times. Hence screenshot capture > has been at various points in the test to

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11 [v2]

2023-06-06 Thread Phil Race
On Fri, 2 Jun 2023 19:35:23 GMT, Harshitha Onkar wrote: >> ViewportOverlapping test was failing intermittently during CI runs on Win10 >> and Win11. >> >> Although this intermittent issue wasn't replicable when the individual test >> as well as the test group was run multiple times. Hence

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11 [v3]

2023-06-06 Thread Harshitha Onkar
> ViewportOverlapping test was failing intermittently during CI runs on Win10 > and Win11. > > Although this intermittent issue wasn't replicable when the individual test > as well as the test group was run multiple times. Hence screenshot capture > has been at various points in the test to

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11 [v2]

2023-06-06 Thread Phil Race
On Fri, 2 Jun 2023 19:35:23 GMT, Harshitha Onkar wrote: >> ViewportOverlapping test was failing intermittently during CI runs on Win10 >> and Win11. >> >> Although this intermittent issue wasn't replicable when the individual test >> as well as the test group was run multiple times. Hence

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11 [v2]

2023-06-04 Thread Andrey Turbanov
On Fri, 2 Jun 2023 19:35:23 GMT, Harshitha Onkar wrote: >> ViewportOverlapping test was failing intermittently during CI runs on Win10 >> and Win11. >> >> Although this intermittent issue wasn't replicable when the individual test >> as well as the test group was run multiple times. Hence

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11 [v2]

2023-06-02 Thread Harshitha Onkar
On Fri, 2 Jun 2023 18:17:54 GMT, Alexey Ivanov wrote: >> Harshitha Onkar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> review fix > > test/jdk/java/awt/Mixing/AWT_Mixing/OverlappingTestBase.java line 496: > >> 494: >> 495:

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11 [v2]

2023-06-02 Thread Harshitha Onkar
> ViewportOverlapping test was failing intermittently during CI runs on Win10 > and Win11. > > Although this intermittent issue wasn't replicable when the individual test > as well as the test group was run multiple times, a defensive fix has been > applied. The fix is made to the base class

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11

2023-06-02 Thread Alexey Ivanov
On Fri, 2 Jun 2023 17:56:42 GMT, Harshitha Onkar wrote: > ViewportOverlapping test was failing intermittently during CI runs on Win10 > and Win11. > > Although this intermittent issue wasn't replicable when the individual test > as well as the test group was run multiple times, a defensive

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11

2023-06-02 Thread Harshitha Onkar
On Fri, 2 Jun 2023 18:12:10 GMT, Alexey Ivanov wrote: > This is a continuation of #11747, why not in the old review? I had withdrawn the previous PR and deleted the local branch corresponding to the old changes. - PR Comment:

Re: RFR: JDK-8299052 : ViewportOverlapping test fails intermittently on Win10 & Win11

2023-06-02 Thread Alexey Ivanov
On Fri, 2 Jun 2023 17:56:42 GMT, Harshitha Onkar wrote: > ViewportOverlapping test was failing intermittently during CI runs on Win10 > and Win11. > > Although this intermittent issue wasn't replicable when the individual test > as well as the test group was run multiple times, a defensive

Re: RFR: JDK-8299052: ViewportOverlapping test fails intermittently on Win10 & Win11 [v2]

2023-01-19 Thread Alexey Ivanov
On Thu, 19 Jan 2023 08:33:25 GMT, Jayathirth D V wrote: > Are these tests verified in our CI with multiple runs after exclusiveAccess > is removed? These tests have always run in exclusive access in the CI. - PR: https://git.openjdk.org/jdk/pull/11747

Re: RFR: JDK-8299052: ViewportOverlapping test fails intermittently on Win10 & Win11 [v2]

2023-01-19 Thread Jayathirth D V
On Thu, 22 Dec 2022 18:15:07 GMT, Harshitha Onkar wrote: >> ViewportOverlapping was failing intermittently on Windows (Win10 & 11). >> Added robot.setAutoWaitForIdle() to ViewportOverlapping and its base class >> (OverlappingTestBase) to stabilize the test. >> >> Additionally added awt &

Re: RFR: JDK-8299052: ViewportOverlapping test fails intermittently on Win10 & Win11 [v2]

2022-12-22 Thread Alexey Ivanov
On Wed, 21 Dec 2022 21:48:24 GMT, Harshitha Onkar wrote: >> *Headful* tests are not supposed concurrently: they display UI and often use >> Robot to send input events to the UI. Running such tests concurrently leads >> to obscure failures. In our CI system, `JTREG_JOBS=1` is passed to `make`

Re: RFR: JDK-8299052: ViewportOverlapping test fails intermittently on Win10 & Win11 [v2]

2022-12-22 Thread Sergey Bylokhov
On Thu, 22 Dec 2022 18:15:07 GMT, Harshitha Onkar wrote: >> ViewportOverlapping was failing intermittently on Windows (Win10 & 11). >> Added robot.setAutoWaitForIdle() to ViewportOverlapping and its base class >> (OverlappingTestBase) to stabilize the test. >> >> Additionally added awt &

Re: RFR: JDK-8299052: ViewportOverlapping test fails intermittently on Win10 & Win11 [v2]

2022-12-22 Thread Harshitha Onkar
> ViewportOverlapping was failing intermittently on Windows (Win10 & 11). Added > robot.setAutoWaitForIdle() to ViewportOverlapping and its base class > (OverlappingTestBase) to stabilize the test. > > Additionally added awt & swings tests to exclusiveAccess.dir in TEST.ROOT. Harshitha Onkar

Re: RFR: JDK-8299052: ViewportOverlapping test fails intermittently on Win10 & Win11

2022-12-21 Thread Harshitha Onkar
On Wed, 21 Dec 2022 20:03:38 GMT, Alexey Ivanov wrote: >> @jaikiran Thank you for the details. I'll check if the duration of run >> differed drastically. I thought all the client tests run in non-concurrent >> mode by default or does this differ for headful and headless test? > > *Headful*

Re: RFR: JDK-8299052: ViewportOverlapping test fails intermittently on Win10 & Win11

2022-12-21 Thread Alexey Ivanov
On Tue, 20 Dec 2022 23:25:30 GMT, Harshitha Onkar wrote: > ViewportOverlapping was failing intermittently on Windows (Win10 & 11). Added > robot.setAutoWaitForIdle() to ViewportOverlapping and its base class > (OverlappingTestBase) to stabilize the test. > > Additionally added awt & swings

Re: RFR: JDK-8299052: ViewportOverlapping test fails intermittently on Win10 & Win11

2022-12-21 Thread Alexey Ivanov
On Wed, 21 Dec 2022 17:25:20 GMT, Harshitha Onkar wrote: >> test/jdk/TEST.ROOT line 36: >> >>> 34: com/sun/net/httpserver/simpleserver \ >>> 35: java/awt \ >>> 36: javax/swing >> >> Hello Harshitha, I don't have any knowledge of the client area, but I see >> that there are a large number of

Re: RFR: JDK-8299052: ViewportOverlapping test fails intermittently on Win10 & Win11

2022-12-21 Thread Harshitha Onkar
On Wed, 21 Dec 2022 01:12:12 GMT, Jaikiran Pai wrote: >> ViewportOverlapping was failing intermittently on Windows (Win10 & 11). >> Added robot.setAutoWaitForIdle() to ViewportOverlapping and its base class >> (OverlappingTestBase) to stabilize the test. >> >> Additionally added awt & swings

Re: RFR: JDK-8299052: ViewportOverlapping test fails intermittently on Win10 & Win11

2022-12-20 Thread Jaikiran Pai
On Tue, 20 Dec 2022 23:25:30 GMT, Harshitha Onkar wrote: > ViewportOverlapping was failing intermittently on Windows (Win10 & 11). Added > robot.setAutoWaitForIdle() to ViewportOverlapping and its base class > (OverlappingTestBase) to stabilize the test. > > Additionally added awt & swings