Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-65350

Micro Focus Application Automation Tools - Plugins run a different TestSet

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • Jenkins ver. 2.138.4

      Plugin: Micro Focus Application Automation Tools ver. 5.6.2

      ALM 12.53 patch 2

      UFT ONE 15.0.2

    Description

      The plugin runs a different test set if it is located on a subfolder but the test set has the same name of another one located to a parent folder.

      It seems that in https://github.com/hpsa/hpe-application-automation-tools-plugin/blob/master/HpToolsLauncher/Runners/AlmTestSetsRunner.cs at line 421 the condition lack of another check.

      It should be change from:

      if (ts.Name.Equals(tsName, StringComparison.InvariantCultureIgnoreCase))

      to

      if (ts.Name.Equals(tsName, StringComparison.InvariantCultureIgnoreCase) && (ts.TestSetFolder.NodeID == tsFolder.NodeID))

      Is it possible to fix it in version 5.6.2 of the plugin?

      Thank you,

      Massimo.

       

      Attachments

        Issue Links

          Activity

            alessandrosartori Alessandro created issue -
            motuetu Massimo made changes -
            Field Original Value New Value
            Description The plugin runs a different test set if it is located on a subfolder but the test set has the same name.

             
            The plugin runs a different test set if it is located on a subfolder but the test set has the same name of another one located to a parent folder.

            It seems that in [https://github.com/hpsa/hpe-application-automation-tools-plugin/blob/master/HpToolsLauncher/Runners/AlmTestSetsRunner.cs] at line 421 the condition lack of another check.

            It should be change from:

            *if (ts.Name.Equals(tsName, StringComparison.InvariantCultureIgnoreCase))*

            to

            *if (ts.Name.Equals(tsName, StringComparison.InvariantCultureIgnoreCase) && (ts.TestSetFolder.NodeID == tsFolder.NodeID))*

            Is it possible to fix it in version 5.6.2 of the plugin?

            Thank you,

            Massimo.

             
            zhipengwa Zhipeng made changes -
            Component/s hp-application-automation-tools-plugin [ 17322 ]
            Component/s microfocus-da-plugin [ 21981 ]
            zhipengwa Zhipeng made changes -
            Assignee Kevin Lee [ akevinlee ] Anda Sorina Laakso [ aslaakso ]
            dbogdan7 Dorin Bogdan made changes -
            Assignee Anda Sorina Laakso [ aslaakso ] Dorin [ JIRAUSER132181 ]
            dbogdan7 Dorin Bogdan made changes -
            Status Open [ 1 ] In Progress [ 3 ]
            dbogdan7 Dorin Bogdan made changes -
            Attachment HpToolsLauncher.zip [ 54765 ]
            motuetu Massimo made changes -
            Attachment JPlgInProblem_Explaination.zip [ 54771 ]
            motuetu Massimo made changes -
            Attachment JPlgInProblem_Explaination-1.zip [ 54772 ]
            motuetu Massimo made changes -
            Attachment JPlgInProblem_Explaination.zip [ 54771 ]
            motuetu Massimo made changes -
            Attachment PipelineConsoleLog.zip [ 54773 ]
            dbogdan7 Dorin Bogdan made changes -
            Attachment HpToolsLauncher_20210511.zip [ 54779 ]
            dbogdan7 Dorin Bogdan made changes -
            Link This issue is related to JENKINS-62173 [ JENKINS-62173 ]
            dbogdan7 Dorin Bogdan made changes -
            Attachment HpToolsLauncher_2.zip [ 54787 ]
            dbogdan7 Dorin Bogdan made changes -
            Attachment HpToolsLauncher_AnyCPU.zip [ 54788 ]
            dbogdan7 Dorin Bogdan made changes -
            Attachment HpToolsLauncher_x64.zip [ 54789 ]
            dbogdan7 Dorin Bogdan made changes -
            Attachment HpToolsLauncher_2.zip [ 54787 ]
            dbogdan7 Dorin Bogdan made changes -
            Attachment HpToolsLauncher_Mixed.zip [ 54790 ]
            dbogdan7 Dorin Bogdan made changes -
            Attachment HpToolsLauncher_5.6.2.zip [ 54805 ]
            dbogdan7 Dorin Bogdan made changes -
            Attachment HpToolsLauncher_5.6.2.zip [ 54805 ]
            dbogdan7 Dorin Bogdan made changes -
            Attachment HpToolsLauncher_5.6.2.zip [ 54806 ]
            dbogdan7 Dorin Bogdan made changes -
            dbogdan7 Dorin Bogdan made changes -
            Resolution Fixed [ 1 ]
            Status In Progress [ 3 ] Fixed but Unreleased [ 10203 ]
            dbogdan7 Dorin Bogdan made changes -
            hildaboth Hilda made changes -
            Resolution Fixed [ 1 ]
            Status Resolved [ 5 ] Reopened [ 4 ]
            hildaboth Hilda made changes -
            Resolution Fixed [ 1 ]
            Status Reopened [ 4 ] Fixed but Unreleased [ 10203 ]
            hildaboth Hilda made changes -
            Status Fixed but Unreleased [ 10203 ] Closed [ 6 ]

            People

              dbogdan7 Dorin Bogdan
              alessandrosartori Alessandro
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: