Skip to content

Commit cdee4c6

Browse files
authored
Merge pull request #105380 from ClickHouse/sync-smt-failpoint-public
Sync SMT restore failpoint with private
2 parents 594b024 + c545f7d commit cdee4c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Common/FailPoint.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ static struct InitFiu
4444
ONCE(smt_commit_merge_mutate_zk_fail_before_op) \
4545
ONCE(smt_commit_write_zk_fail_after_op) \
4646
ONCE(smt_commit_write_zk_fail_before_op) \
47+
ONCE(smt_restore_attach_retry) \
4748
PAUSEABLE_ONCE(smt_commit_tweaks_gate_open) \
4849
PAUSEABLE_ONCE(smt_commit_tweaks_gate_close) \
4950
ONCE(smt_commit_merge_change_version_before_op) \

0 commit comments

Comments
 (0)