etcd-io / etcd

Distributed reliable key-value store for the most critical data of a distributed system
https://etcd.io
Apache License 2.0
47.73k stars 9.76k forks source link

Cover watch with robustness test #18681

Open serathius opened 3 weeks ago

serathius commented 3 weeks ago

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:

etc

Why is this needed?

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

Bharadwajshivam28 commented 3 weeks ago

Hey @serathius can I work on this?

serathius commented 3 weeks ago

Suer, however this task is not recommended for new contributors.

serathius commented 5 days ago

ping @Bharadwajshivam28 any progress?