Implement the transfer query test framework

This commit is contained in:
WenJinyu
2023-08-29 06:10:52 +00:00
committed by ob-robot
parent 13326df663
commit 6dae488704
6 changed files with 240 additions and 2 deletions

View File

@ -708,6 +708,13 @@ int ObTablet::init(
ObTablet::free_storage_schema(tmp_arena_allocator, old_storage_schema);
#ifdef ERRSIM
ObErrsimBackfillPointType point_type(ObErrsimBackfillPointType::TYPE::ERRSIM_REPLACE_SWAP_BEFORE);
if (param.errsim_point_info_.is_errsim_point(point_type)) {
ret = OB_EAGAIN;
LOG_WARN("[ERRSIM TRANSFER] errsim transfer swap tablet before", K(ret), K(param));
}
#endif
return ret;
}