dataquest-dev / dspace-import

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

zcu differences analysis #151

Open Paurikova2 opened 2 months ago

Paurikova2 commented 2 months ago

1. 2024-07-04 13:16:05,452:INFO: Table [ item] OK compared by len only v5:[54042], v7:[54042] 2024-07-04 13:16:05,491:INFO: Table [ item] !!! WARN !!! NON NULL [ in_archive] v5:[54041], v7:[54042] 2024-07-04 13:16:05,529:INFO: Table [ item] !!! WARN !!! NON NULL [ withdrawn] v5:[54041], v7:[54042] Explanation: In version 6, there is one record with null values for both the in_archive and withdrawn attributes. In version 7, these null values are explicitly represented as false.

2. Table [ collection2item] !!! WARN !!! compared by len only v5:[67146], v7:[66929] Explanation: In version 6, there is redundant data, whereas in version 7, only unique values are present.

  1. Table [handle]: v5:[55524], v7:[55525] Explanation: Vanilla added one SIDE handle.

  2. Table [checksum_results]: v5:[9], v7:[10] Explanation: We added one checksum_results = CHECKSUM_SYNC_NO_MATCH.

  3. This error is based on simple table len not based on validation_table: resourcepolicy: 3405 more It looks like the additional entries are noted for items with the action DELETE and one for resource_type_id = 5 (added SIDE ??).