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 09:11:13 UTC 2025
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)
-------------
Commit messages:
- 7903994: Fix for Config_New3 and Test_Config_Edit1
Changes: https://git.openjdk.org/jtharness/pull/96/files
Webrev: https://webrevs.openjdk.org/?repo=jtharness&pr=96&range=00
Issue: https://bugs.openjdk.org/browse/CODETOOLS-7903994
Stats: 8 lines in 2 files changed: 4 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jtharness/pull/96.diff
Fetch: git fetch https://git.openjdk.org/jtharness.git pull/96/head:pull/96
PR: https://git.openjdk.org/jtharness/pull/96
More information about the jtharness-dev
mailing list