IBM / BlueXolo

BlueXolo
Apache License 2.0
19 stars 20 forks source link

The Keywords used in the Test Cases are duplicated when the Test Case is added to a Test Suite in the database #374

Closed EdR13 closed 3 years ago

EdR13 commented 4 years ago

Describe the bug When Keywords are added to a Test Case, they are saved in the database in a column called extra_imports, but when adding the Test Case to a Test Suite the Keywords from the Test Case are duplicated in the Test Suite column.

To Reproduce 1.- Create a Test Case and add Keywords. 2.- Create a Test Suite and add a Test Case. 3.- Log in into the databse. 4.- Check the test suite table and look into the extra_imports column in the database.

Expected behavior The Keywords in the extra_imports should not be duplicated.

Screenshots imagen

Desktop (please complete the following information):

Grixtli commented 4 years ago

@capikp @daniel-zvpl Eduardo is the owner but I wonder if you are familiar with this part of the code of BlueXolo and you can help to Lalo

daniel-zvpl commented 4 years ago

@Grixtli sure! Is this issue related with the other issue of execute some task on start or is different? @EdR13

EdR13 commented 4 years ago

@daniel-zvpl , it is different, in this case, the information is saved twice, and that is not the expected behavior.

ulibn commented 4 years ago

Merged proposed fix in PR #415