From cefbe2ccc9204673a807ecf809f41caea9b7a563 Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Fri, 10 Jul 2026 04:03:26 +0800 Subject: [PATCH] fix(test): allow InstanceContext bucket_metadata_sys reinitialization for tests (#4638) The OnceLock introduced in 5fbd49a80 for bucket_metadata_sys panics when multiple test modules initialize their own ECStore against the shared bootstrap context. Switch to Mutex