You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TEST: Assert recovery store type from preferences, not hardcoded in-core
The "Recovery file with all in-core data" test hardcoded
StoreType::InMemory and relied on ambient preferences, so it failed
whenever forceOocData was set: under forceOoc, the recovery file's
inline arrays correctly load as out-of-core stores backed by the
recovery file itself.
* Assert the expected store type via RequireExpectedStoreType, which
tracks the active large-data preferences (OutOfCore under forceOoc,
InMemory otherwise)
* Correct stale comments that claimed OOC was not compiled in
Signed-off-by: Joey Kleingers <joey.kleingers@bluequartz.net>
0 commit comments