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
- is related to
-
JENKINS-62173 Unable to find Test Set using path
-
- Closed
-
Activity
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. |
Component/s | hp-application-automation-tools-plugin [ 17322 ] | |
Component/s | microfocus-da-plugin [ 21981 ] |
Assignee | Kevin Lee [ akevinlee ] | Anda Sorina Laakso [ aslaakso ] |
Assignee | Anda Sorina Laakso [ aslaakso ] | Dorin [ JIRAUSER132181 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Attachment | HpToolsLauncher.zip [ 54765 ] |
Attachment | JPlgInProblem_Explaination.zip [ 54771 ] |
Attachment | JPlgInProblem_Explaination-1.zip [ 54772 ] |
Attachment | JPlgInProblem_Explaination.zip [ 54771 ] |
Attachment | PipelineConsoleLog.zip [ 54773 ] |
Attachment | HpToolsLauncher_20210511.zip [ 54779 ] |
Link |
This issue is related to |
Attachment | HpToolsLauncher_2.zip [ 54787 ] |
Attachment | HpToolsLauncher_AnyCPU.zip [ 54788 ] |
Attachment | HpToolsLauncher_x64.zip [ 54789 ] |
Attachment | HpToolsLauncher_2.zip [ 54787 ] |
Attachment | HpToolsLauncher_Mixed.zip [ 54790 ] |
Attachment | HpToolsLauncher_5.6.2.zip [ 54805 ] |
Attachment | HpToolsLauncher_5.6.2.zip [ 54805 ] |
Attachment | HpToolsLauncher_5.6.2.zip [ 54806 ] |
Attachment | hp-application-automation-tools-plugin_5.6.2.zip [ 54813 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Fixed but Unreleased [ 10203 ] |
Released As | http://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/hp-application-automation-tools-plugin/6.9/ | |
Status | Fixed but Unreleased [ 10203 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Resolution | Fixed [ 1 ] | |
Status | Reopened [ 4 ] | Fixed but Unreleased [ 10203 ] |
Status | Fixed but Unreleased [ 10203 ] | Closed [ 6 ] |