dataquest-dev / dspace-import

Blackbox tests for dspace repository
Other
0 stars 2 forks source link

Check the sequence of the table after the import #159

Closed milanmajchrak closed 1 month ago

milanmajchrak commented 3 months ago

Description: Sequences are copied from v5 into v7. Why they are copied? Check the count of the records in the database and compare it with current sequence from v7 with the v5 sequence, if there is difference - why? Do we want to copy it?

PR where the sequences are copied - https://github.com/dataquest-dev/dspace-import/pull/91/commits/b16686b97df49a2994241f81aefee628e5c0011f

PR where copying of some sequences are ignored: https://github.com/dataquest-dev/dspace-import/pull/158

vidiecan commented 3 months ago

https://github.com/dataquest-dev/dspace-import/commit/65aaaee4235c1aa3876ea8883d3bbe63c2a1fd27

vidiecan commented 3 months ago

check: https://github.com/dataquest-dev/dspace-angular/actions/runs/10093058954/job/27908129738 once it is done