|
|||||||||||
|
Technical Support On-Line Manuals ARM Compiler for µVision Getting Started Guide |
Sdms-977 -auditSuccess(request) Total estimated effort: (≈ 6 full‑time developers + 2 QA + 1 Ops). 7. Testing Strategy | Test Level | Scope | Tools | |------------|-------|-------| | **Unit sdms-977 // 3. Update metadata in a DB transaction transaction // lock row for update val meta = metadataDao.findForUpdate(request.objectId) meta.tier = request.targetTier meta.lastTierChangeTs = Instant.now() metadataDao.update(meta) sdms-977 // 2. Verify checksum if (copyResult.checksum != request.expectedChecksum) auditFail(request, "checksum mismatch") throw MigrationException("Checksum verification failed") sdms-977 // 1. Stream copy (multipart, server‑side if supported) val copyResult = dst.copyObjectFrom(src, request.objectKey) // 4. Delete source (if policy permits) if (request.deleteSource) src.deleteObject(request.objectKey) | ||||||||||
|
|||||||||||
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.