is there a possibility to fill the external_id via the migration process?
testcase id is filled, external id is 0.
Test case Id lost when migrationg from 1.7.4 to 1.8 B3
Moderators: Amaradana, TurboPT, TL Developers
Solution see Mantis id 0002020
Solution see Mantis id 0002020
-
- Advanced user
- Posts: 18
- Joined: Thu Jan 29, 2009 5:24 pm
if you performed upgrade- update testprojects.tc_counter
In response to pantana's question.
I was in the same boat - I upgraded an existing 1.7 database to 1.8. I followed the instructions on using a prefix and than altering my db so that the external ids matched up with internal ids.
However, when I created new test cases - the ids assigned seem to be low and were the same ids that had been used before.
I fixed this problem by altering the column testprojects.tc_counter for each of my projects. I set the counter to a high number so that I was sure this wasn't going to be used.
This seems to be a bug with the upgrader though - and this should be dealt with as part of the upgrade script.
I was in the same boat - I upgraded an existing 1.7 database to 1.8. I followed the instructions on using a prefix and than altering my db so that the external ids matched up with internal ids.
However, when I created new test cases - the ids assigned seem to be low and were the same ids that had been used before.
I fixed this problem by altering the column testprojects.tc_counter for each of my projects. I set the counter to a high number so that I was sure this wasn't going to be used.
This seems to be a bug with the upgrader though - and this should be dealt with as part of the upgrade script.
Kevin Levy