// SPDX-License-Identifier: BUSL-1.1
//! Unit tests for [`CatalogEntry`] — split per DDL family so the
//! file never grows unboundedly as new variants land.
use Arc;
use crateCredentialStore;
/// Shared helper: open a fresh temp-dir-backed credential store
/// and return it alongside the TempDir (kept alive for the test).
pub