-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, Master
-
Fix Version/s: 7.0.0 DXP FP40, 7.0.0 DXP SP7, 7.0.5 CE GA6, 7.0.X, 7.1.0 M1, 7.1.X, Master
-
Component/s: WCM
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:1
-
Fix Priority:3
-
Git Pull Request:
AssetServiceVerifyProcess.deleteOrphanedAssetEntries() should be executed during upgrade from 6.2 to 7.0 instead of being a verify process
This verify was created to fix LPS-55628 inconsistencies, so it should be moved to 6.2 to 7.2 upgrade process
Steps to Reproduce
- Execute an upgrade from 6.2 to 7.0
- Check executed verify process in log:
- Expected behavior: AssetServiceVerifyProcess.deleteOrphanedAssetEntries() is not executed
- Wrong behavior: AssetServiceVerifyProcess.deleteOrphanedAssetEntries() is executed
- Expected behavior: AssetServiceVerifyProcess.deleteOrphanedAssetEntries() is not executed
Note: In 7.0.x, the verify process is called VerifyAsset.deleteOrphanedAssetEntries()
- is related to
-
LPS-76928 Deprecate and remove unnecessary verify processes
-
- Closed
-