pub static REALLY_DANGEROUS_DO_NOT_CALL_THIS_IN_PRODUCTION_VIEW_FINGERPRINT_WHITESPACE: Mutex<Option<String>>
Expand description

Allows tests to inject arbitrary amounts of whitespace to forcibly change the fingerprint and trigger a builtin migration. Ideally this would be guarded by a #[cfg(test)] but unfortunately, the builtin migrations are in a different crate and would not be able to modify this value. There is an open issue to move builtin migrations to this crate: https://github.com/MaterializeInc/materialize/issues/22593