etcd-io/etcd

Introduce more failpoints into etcd watch

Open

#18,681 创建于 2024年10月5日

在 GitHub 查看
 (16 评论) (0 反应) (1 负责人)Go (10,352 fork)batch import
area/robustness-testingarea/testinghelp wanted

仓库指标

Star
 (51,701 star)
PR 合并指标
 (平均合并 6天 3小时) (30 天内合并 71 个 PR)

描述

What would you like to be added?

Spin-off from https://github.com/etcd-io/etcd/issues/17529

Similar to https://github.com/etcd-io/etcd/pull/17680/files we should add more failpoints into watch and simulate:

  • slow watch sync
  • slow watch resynchronization
  • slow watch progress notify

etc

Why is this needed?

Prevent and detect other issues like https://github.com/etcd-io/etcd/issues/17529

贡献者指南