tests_fuzz::utils::migration

Function wait_for_region_distribution

Source
pub async fn wait_for_region_distribution(
    greptime: &Pool<MySql>,
    timeout: Duration,
    table_name: Ident,
    expected_region_distribution: BTreeMap<u64, HashSet<RegionId>>,
)
Expand description

Waits until the region distribution matches the expected distribution within a specified timeout.