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
adapter,test: support forcing builtin schema migrations
This commit adds support for forcing builtin schema migrations during
tests, through a --force-builtin-schema-migration envd flag, which gets
wired through to the builtin schema migration code. If the flag is set,
all builtin collections are force-migrated using the selected mechanism.
The existing mechanism to force builtin item migrations worked by
modifying the fingerprints of builtins. This doesn't work anymore
because fingerprint mismatches are no longer used to inform which
migrations to run, only to verify all items have been correctly
migrated. Thus, this commit also removes support for adding whitespace
to builtin fingerprints.
0 commit comments