etcd-io/etcd

Introduce more failpoints into etcd watch

Geschlossen

#18.681 geöffnet am 05.10.2024

 (16 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Go (10.352 Forks)batch import
area/robustness-testingarea/testinghelp wanted

Repository-Metriken

Stars
 (51.701 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 3h) (71 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide