function
VerifyArtifacts
func VerifyArtifacts(
ctx context.Context,
config Config,
directory string,
transforms ...ridumigration.DataTransform,
) errorReplay complete immutable history through the adapter runner in an isolated shadow database.
Source adapters/mongodb/migration_runner.go:586
The operational credential creates and drops a randomly named shadow database; application collections are not used. Semantic histories use VerifyArtifactsWithOptions with explicit maintenance admission because verification replays the complete history.
Related types
ConfigRuntime-only MongoDB connection behavior.
DataTransformExecutable up and down callbacks bound to an immutable descriptor.