RFR: 7903761: Test jthtest.TestTree.TestTree3 fails consistently with JDK17/Linux

Golla Yadav duke at openjdk.org
Thu Jul 4 10:45:26 UTC 2024


On Tue, 2 Jul 2024 20:28:30 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();

Closed this PR because I have corrected the username and user email. Planning to create a new PR for the same changes, so that all the details would be clean.

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

PR Comment: https://git.openjdk.org/jtharness/pull/73#issuecomment-2208664895


More information about the jtharness-dev mailing list