Description
This issue occurs when importing JUnit execution resutls from the Test Execution page by clicking More > Import Execution Results
How to reproduce:
Step | Expected Result | Actual Result |
---|---|---|
create a Test Execution | - | - |
import execution results using TestResult _1 test.xml | a new Test is created and associated to the Test Execution | a new Test is created and associated to the Test Execution |
import execution results using TestResult _1 test other name.xml | a new Test is created and associated to the Test Execution | Xray used the previously created Test because it has a similar test definition and assumed it was the same |
Instead of using the jql "~" behaviour, xray must adopt the "=" behaviour when searching for Tests to import execution results.
for evidence see video in issue attachements.
EDIT: this problem also occurs using the rest api