Migration of requirements from 1.6 and 1.7???
Migration of requirements from 1.6 and 1.7???
Is there any plans to update the migration scripts from 1.6 to 1.7 to migrate requirements and their associations with test cases. Currently, the migration scripts don't migrate this data.
I believe the migration from 1.6.X to 1.7 has issues and maybe the source of the problem. Is there a work around for the migration process that doesn't complete.....
This is what I get when I create a new installation followed by the migration:
Connecting to Testlink 1.6 (source) database. - ANSTestLink - OK!
Connecting to Testlink 1.7 (target) database. - ANSTestLink17 - OK!
Truncating tables in Testlink 1.7 (target) database. - ANSTestLink17 -
[show/hide] Users: (Found 8 users to migrate) [Click to show details] 10:58:18
Number of users: 8
Migrating user: XXX
Migrating user: XXX
Migrating user: XXX
Migrating user: XXX
Migrating user: XXX
Migrating user: XXX
Migrating user: XXX
Migrating user: XXX
[show/hide] Test Case Specifications: (Found 1135 to migrate) [Click to show details] 10:58:18
Is this normal? Do I need to do something else to resolve this issue....
This is what I get when I create a new installation followed by the migration:
Connecting to Testlink 1.6 (source) database. - ANSTestLink - OK!
Connecting to Testlink 1.7 (target) database. - ANSTestLink17 - OK!
Truncating tables in Testlink 1.7 (target) database. - ANSTestLink17 -
[show/hide] Users: (Found 8 users to migrate) [Click to show details] 10:58:18
Number of users: 8
Migrating user: XXX
Migrating user: XXX
Migrating user: XXX
Migrating user: XXX
Migrating user: XXX
Migrating user: XXX
Migrating user: XXX
Migrating user: XXX
[show/hide] Test Case Specifications: (Found 1135 to migrate) [Click to show details] 10:58:18
Is this normal? Do I need to do something else to resolve this issue....
I just test migration 1.6 -> 1.7 for 1.7RC4.
I just test migration 1.6 -> 1.7 for 1.7RC4.
Following errors need to be corrected in migrate_16_to_17.php:
Line 1322:
to
Uncomment line 153:
Following errors need to be corrected in migrate_16_to_17.php:
Line 1322:
Code: Select all
$sql="INSERT INTO milestones " .
"(testplan_id,date,A,B,C,name) " .
Code: Select all
$sql="INSERT INTO milestones " .
"(testplan_id,target_date,A,B,C,name) " .
Code: Select all
// $a_sql[]="TRUNCATE TABLE priorities";