WT-13670 implements a flag that will ensure WT does not panic when the collection metadata is invalid on import_collection.
When doing the production import_collection we should pass `panic_corrupt=false`, catch the error and retry with the config `repair=true`
WT-13670 Add configuration to allow create with import to not panic on bad metadata