RFR: 7903994: JavaTest automation scripts "Config_New3 and Test_Config_Edit1" are failing due to CODETOOLS-7903929 fix.

Golla Yadav duke at openjdk.org
Wed Apr 30 12:09:55 UTC 2025


On Wed, 30 Apr 2025 11:55:45 GMT, Dmitry Bessonov <dbessono at openjdk.org> wrote:

>> JavaTest automation scripts "Config_New3 and Test_Config_Edit1" are failing due to [CODETOOLS-7903929.](https://github.com/openjdk/jtharness/commit/7315e72563c8328adbf219241afb46f8fb91332d)
>> 
>> ============
>> org.netbeans.jemmy.JemmyException:
>> at jthtest.Test.test(Test.java:295)
>> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> Inner exception:
>> org.netbeans.jemmy.TimeoutExpiredException: Wait Any javax.swing.JTable loaded (ComponentOperator.WaitComponentTimeout)
>> at org.netbeans.jemmy.Waiter.waitAction(Waiter.java:210)
>> at org.netbeans.jemmy.operators.ComponentOperator.waitComponent(ComponentOperator.java:377)
>> at org.netbeans.jemmy.operators.ComponentOperator.waitComponent(ComponentOperator.java:335)
>> at org.netbeans.jemmy.operators.JTableOperator.<init>(JTableOperator.java:239)
>> at org.netbeans.jemmy.operators.JTableOperator.<init>(JTableOperator.java:253)
>> at jthtest.Config_New.Config_New3.fillConfiguration(Config_New3.java:86)
>> at jthtest.Config_New.Config_New3.testImpl(Config_New3.java:64)
>> at jthtest.Test$Worker.run(Test.java:393)
>> at java.base/java.lang.Thread.run(Thread.java:833)
>
> Marked as reviewed by dbessono (Reviewer).

@dbessono Thank You for your time in reviewing the test scripts.

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

PR Comment: https://git.openjdk.org/jtharness/pull/96#issuecomment-2841760852


More information about the jtharness-dev mailing list