From duke at openjdk.org Wed Apr 30 09:11:13 2025 From: duke at openjdk.org (Golla Yadav) Date: Wed, 30 Apr 2025 09:11:13 GMT Subject: RFR: 7903994: JavaTest automation scripts "Config_New3 and Test_Config_Edit1" are failing due to CODETOOLS-7903929 fix. Message-ID: 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.(JTableOperator.java:239) at org.netbeans.jemmy.operators.JTableOperator.(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 From dbessono at openjdk.org Wed Apr 30 11:57:57 2025 From: dbessono at openjdk.org (Dmitry Bessonov) Date: Wed, 30 Apr 2025 11:57:57 GMT Subject: RFR: 7903994: JavaTest automation scripts "Config_New3 and Test_Config_Edit1" are failing due to CODETOOLS-7903929 fix. In-Reply-To: References: Message-ID: On Wed, 30 Apr 2025 09:05:57 GMT, Golla Yadav 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.(JTableOperator.java:239) > at org.netbeans.jemmy.operators.JTableOperator.(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). ------------- PR Review: https://git.openjdk.org/jtharness/pull/96#pullrequestreview-2806804324 From duke at openjdk.org Wed Apr 30 12:09:55 2025 From: duke at openjdk.org (Golla Yadav) Date: Wed, 30 Apr 2025 12:09:55 GMT Subject: Integrated: 7903994: JavaTest automation scripts "Config_New3 and Test_Config_Edit1" are failing due to CODETOOLS-7903929 fix. In-Reply-To: References: Message-ID: On Wed, 30 Apr 2025 09:05:57 GMT, Golla Yadav 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.(JTableOperator.java:239) > at org.netbeans.jemmy.operators.JTableOperator.(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) This pull request has now been integrated. Changeset: 02c5d786 Author: Golla Yadav Committer: Dmitry Bessonov URL: https://git.openjdk.org/jtharness/commit/02c5d786ad36ebb42dfab8fa5a98f78ca43a6072 Stats: 8 lines in 2 files changed: 4 ins; 0 del; 4 mod 7903994: JavaTest automation scripts "Config_New3 and Test_Config_Edit1" are failing due to CODETOOLS-7903929 fix. Reviewed-by: dbessono ------------- PR: https://git.openjdk.org/jtharness/pull/96 From duke at openjdk.org Wed Apr 30 12:09:55 2025 From: duke at openjdk.org (Golla Yadav) Date: Wed, 30 Apr 2025 12:09:55 GMT Subject: RFR: 7903994: JavaTest automation scripts "Config_New3 and Test_Config_Edit1" are failing due to CODETOOLS-7903929 fix. In-Reply-To: References: Message-ID: On Wed, 30 Apr 2025 11:55:45 GMT, Dmitry Bessonov 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.(JTableOperator.java:239) >> at org.netbeans.jemmy.operators.JTableOperator.(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