Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
TestOMKeyCommitRequest has an erroneous check.
It tries to verify that after OmKeyCommitRequest.validateAndUpdateCache(), the open key is no longer in the table. However, it uses key name instead of the open key name, which is different. So this check always succeeds.
Update:
found a bug in the production FSO code where open file name is not invalidated from table cache.