-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Not Applicable
The test_upgrade.py python test does not work with the tiered storage hook, giving:
"[1689968011:765489][538432:0xffffb522d4c0], test_upgrade.test_upgrade.test_upgrade(table), WT_SESSION.upgrade: [WT_VERB_DEFAULT][ERROR]: __wt_bad_object_type, 770: unknown object type: tier:test_upgrade: Operation not supported
I think the initial version of upgrade of a "tier:" object should return 0 and do nothing. If I understand correctly, upgrade is essentially a placeholder for a situation when we have supported tiered objects in the field and we have changed the format. Then we may need to do something with this API.