Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zcu differences analysis #151

Closed
Paurikova2 opened this issue Jul 8, 2024 · 0 comments · Fixed by #152
Closed

zcu differences analysis #151

Paurikova2 opened this issue Jul 8, 2024 · 0 comments · Fixed by #152
Assignees

Comments

@Paurikova2
Copy link
Collaborator

Paurikova2 commented Jul 8, 2024

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.

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.

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

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

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 ??).

@Paurikova2 Paurikova2 self-assigned this Jul 8, 2024
@Paurikova2 Paurikova2 linked a pull request Jul 8, 2024 that will close this issue
@Paurikova2 Paurikova2 changed the title tul differences analysis zsk differences analysis Jul 8, 2024
@Paurikova2 Paurikova2 changed the title zsk differences analysis zcu differences analysis Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants