Integrated: 7903761: Test jthtest.TestTree.TestTree3 fails consistently with JDK17/Linux
Golla Yadav
duke at openjdk.org
Fri Jul 5 08:27:26 UTC 2024
On Thu, 4 Jul 2024 12:49:42 GMT, Golla Yadav <duke at openjdk.org> wrote:
> TestTree3 is using config 'democonfig.jti' file and this config file is being modified by the test 'Test_QSM_Save1'. Due to this modification of config file(Tools.CONFIG_NAME), the test script TestTree3.java is failing.
>
> In test suite 'Test_QSM_Save1' is executing first and later 'TestTree' tests are getting executed. This causing the issue.
>
> mainFrame = new JTFrame(true);
>
> mainFrame.openDefaultTestSuite();
> addUsedFile(mainFrame.createWorkDirectoryInTemp());
> mainFrame.getConfiguration().load(Tools.CONFIG_NAME, true);
>
> TestTree tree = mainFrame.getTestTree();
This pull request has now been integrated.
Changeset: 75053d40
Author: Golla Yadav <golla.yadav at oracle.com>
Committer: Dmitry Bessonov <dbessono at openjdk.org>
URL: https://git.openjdk.org/jtharness/commit/75053d40f8a44717866bb7a04a3a1dc53d6572ed
Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod
7903761: Test jthtest.TestTree.TestTree3 fails consistently with JDK17/Linux
Reviewed-by: dbessono
-------------
PR: https://git.openjdk.org/jtharness/pull/74
More information about the jtharness-dev
mailing list