When performing 「エクスポートデータチェック」 or「リストアデータチェック」, there are some following problems:
(1) The number of NG files and the number of files displayed do not match because there is a logic limitation
(2) "location" not match in NG reason because there change in location in some latest versions after performing Restore in the production environment
(3) "...project..." not match in NG reason because the wrong file was taken from another project
Changes
(fix 1) Remove logic that limits the display to a maximum of 10 items.
(fix 2) Remove "location" from the Restore check target.
(fix 3) When comparing file information, we include project.id along with path and identifier, and change the logic to compare matching files.
In the screen of the result of checking, we will add the Project ID column to the first place and swap Version ID and Size.
QA Notes
None
Documentation
None
Side Effects
None
Ticket
[Bug][41072] 「エクスポートデータチェック」、および、「リストアデータチェック」において NG ファイル数が一致しない事象について
Purpose
When performing 「エクスポートデータチェック」 or「リストアデータチェック」, there are some following problems:
"location" not match
in NG reason because there change inlocation
in some latest versions after performing Restore in the production environment"...project..." not match
in NG reason because the wrong file was taken from another projectChanges
project.id
along withpath
andidentifier
, and change the logic to compare matching files.In the screen of the result of checking, we will add the Project ID column to the first place and swap Version ID and Size.
QA Notes
None
Documentation
None
Side Effects
None
Ticket
[Bug][41072] 「エクスポートデータチェック」、および、「リストアデータチェック」において NG ファイル数が一致しない事象について