RFR: 8316388: Opensource five Swing component related regression tests [v2]

Alexey Ivanov aivanov at openjdk.org
Tue Mar 12 12:18:15 UTC 2024


On Tue, 12 Mar 2024 12:05:33 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> This is a very simple case and sleeping worked for it so i do not see reason to rewrite it with CDL.
>
> Using CDL can reduce the execution time… likely the three clicks are handled more quickly than in 3 seconds.

On the other hand, overengineering a simple case could do more harm… as using `CountDownLatch` isn't straightforward in this case.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18184#discussion_r1521358716


More information about the client-libs-dev mailing list