Skip to content

Commit

Permalink
HDDS-10431. Fix test testLeaseSoftLimitForHsyncRecoverFile failure …
Browse files Browse the repository at this point in the history
…by setting mod time
  • Loading branch information
smengcl committed Mar 6, 2024
1 parent 1d81c32 commit cd7c790
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ public static OmKeyInfo.Builder createOmKeyInfo(String volumeName, String bucket
.setObjectID(0L)
.setUpdateID(0L)
.setCreationTime(Time.now())
.setModificationTime(Time.now())
.addOmKeyLocationInfoGroup(omKeyLocationInfoGroup)
.setDataSize(1000L);
}
Expand Down

0 comments on commit cd7c790

Please sign in to comment.