-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
- main
- 4-3-stable
When one of these APIs is targeting a collection rather than just a data object, updating the access_time is done recursively. As far as I can tell, there are no tests for this.
There are tests which issue iput -r
(see test_plugin_unified_storage_tiering.TestStorageTieringContinueInxMigration
), but these just check to see if the created objects tier out properly. There are no tests for updating / overwriting existing objects with access_times.
The other PEP which has this property is phyPathReg. I think this can update a data object (or, in this case, a collection) via an iCommand like ireg --repl
to register new replicas of an existing data object. So, this would need a test, too.