pub async fn check_compaction_results(
version_id: HummockVersionId,
expect_results: BTreeMap<HummockEpoch, Pin<Box<<<MonitoredStateStore<HummockStorage> as StateStore>::ReadSnapshot as StateStoreRead>::Iter>>>,
actual_results: BTreeMap<HummockEpoch, Pin<Box<<<MonitoredStateStore<HummockStorage> as StateStore>::ReadSnapshot as StateStoreRead>::Iter>>>,
) -> Result<()>