Test Case ID changed after migrating from 1.7.4 to 1.8
Moderators: Amaradana, TurboPT, TL Developers
Test Case ID changed after migrating from 1.7.4 to 1.8
Hi, Please help me on this one.
we use 1.7.4. Recently we upgraded to 1.8 and found that all the test case IDs have been changed.
For Example, in 1.7.4, one of my test cases has ID 20885.
The same test cases on 1.8 has ID changed to Logon (ID=20)-2057
How can I revert this back to the same IDs that we had on 1.7.4?
Thanks in advance.
we use 1.7.4. Recently we upgraded to 1.8 and found that all the test case IDs have been changed.
For Example, in 1.7.4, one of my test cases has ID 20885.
The same test cases on 1.8 has ID changed to Logon (ID=20)-2057
How can I revert this back to the same IDs that we had on 1.7.4?
Thanks in advance.
More details:
I have queried the both the databases using:
SELECT * FROM nodes_hierarchy where id = 22577;
The data in the table in both the databases is identical. So the database has not changed I think, its only the way its displayed in 1.8
Please suggest what I need to change to ensure that the test cases id remains the same after migrating to 1.8 from 1.7.4
I have queried the both the databases using:
SELECT * FROM nodes_hierarchy where id = 22577;
The data in the table in both the databases is identical. So the database has not changed I think, its only the way its displayed in 1.8
Please suggest what I need to change to ensure that the test cases id remains the same after migrating to 1.8 from 1.7.4
Did you ever hear back about your question? I'm having the same problem. I can live with new test case ID but really want to get rid of ID=109 or what ever the number is showing up?
For example, 8.1.7 (ID=109)-37:Verify that you can arrange the Sent Items box in any order.
I want to get rid of (ID=109) part. Do you know how?
For example, 8.1.7 (ID=109)-37:Verify that you can arrange the Sent Items box in any order.
I want to get rid of (ID=109) part. Do you know how?
we get the following error messages when we run the script.
Any suggestions?
[root@doccontrol ~]# ./reassign_tc_id.php
./reassign_tc_id.php: line 1: ?php: No such file or directory
./reassign_tc_id.php: line 2: /backups: is a directory
./reassign_tc_id.php: line 3: 1.8.0: command not found
./reassign_tc_id.php: line 4: 1.8.0: command not found
./reassign_tc_id.php: line 5: 1.8.0: command not found
./reassign_tc_id.php: line 6: 1.8.0: command not found
./reassign_tc_id.php: line 7: 1.8.0: command not found
./reassign_tc_id.php: line 8: 1.8.0: command not found
./reassign_tc_id.php: line 9: 1.8.0: command not found
./reassign_tc_id.php: line 10: 1.8.0: command not found
./reassign_tc_id.php: line 11: 1.8.0/: is a directory
./reassign_tc_id.php: line 13: syntax error near unexpected token `"../../config.inc.php"'
./reassign_tc_id.php: line 13: `require_once("../../config.inc.php");'
Any suggestions?
[root@doccontrol ~]# ./reassign_tc_id.php
./reassign_tc_id.php: line 1: ?php: No such file or directory
./reassign_tc_id.php: line 2: /backups: is a directory
./reassign_tc_id.php: line 3: 1.8.0: command not found
./reassign_tc_id.php: line 4: 1.8.0: command not found
./reassign_tc_id.php: line 5: 1.8.0: command not found
./reassign_tc_id.php: line 6: 1.8.0: command not found
./reassign_tc_id.php: line 7: 1.8.0: command not found
./reassign_tc_id.php: line 8: 1.8.0: command not found
./reassign_tc_id.php: line 9: 1.8.0: command not found
./reassign_tc_id.php: line 10: 1.8.0: command not found
./reassign_tc_id.php: line 11: 1.8.0/: is a directory
./reassign_tc_id.php: line 13: syntax error near unexpected token `"../../config.inc.php"'
./reassign_tc_id.php: line 13: `require_once("../../config.inc.php");'
Use:
Code: Select all
# php reassign_tc_id.php
Use:
Code: Select all
# php reassign_tc_id.php