RFR: 8286822: Write a test to check the DND functionality between two InternalFrames
Jayathirth D V
jdv at openjdk.java.net
Thu May 19 06:06:42 UTC 2022
On Tue, 17 May 2022 15:52:03 GMT, Manukumar V S <mvs at openjdk.org> wrote:
> This test verifies that dragging from one InternalFrame and a drop target in another InternalFrame functions properly.
> This fix moves an unstable closed applet based test to open regression based java test, but updated to be more comprehensive with some stabilisation improvements. The closed test was creating noise in CI as it often fails in Windows platform, especially in Windows 11.
>
> Testing:
> 1. Tested using mach5 20 times per platform and got all Pass.
> 2. Tested using mach5 5 times specifically on Windows 11 and got all Pass.
I dont see an internal PR to remove the applet based closed test. Also why https://bugs.openjdk.java.net/browse/JDK-8286822 is created as enhancement ?
If this test is failing intermittently how many times we have seen this test fail? Like out of 20 times how many times it will fail on Windows 11? This will help us understand how many times we need to test updated test.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8753
More information about the client-libs-dev
mailing list