etcd-io/etcd

[robustness tests] Add Watch without PrevKV or ProgressNotify to Kubernetes traffic generator

Open

#20 622 ouverte le 8 sept. 2025

Voir sur GitHub
 (9 commentaires) (0 réactions) (1 assigné)Go (10 352 forks)batch import
area/robustness-testinghelp wantedtype/feature

Métriques du dépôt

Stars
 (51 701 stars)
Métriques de merge PR
 (Merge moyen 6j 3h) (71 PRs mergées en 30 j)

Description

What would you like to be added?

Kubernetes traffic generator should use Watch without ProgressNotify (like apiserver does for events) and without PrevKV (like it does for compact_rev_key). The latter will also help cover the case of non-recursive watch.

In case of Watches on events resource, traffic generator could also open multiple watch streams within the same gRPC stream to better mimic what apiserver does.

Work on this was partially started in https://github.com/etcd-io/etcd/pull/20577

Why is this needed?

Part of https://github.com/etcd-io/etcd/issues/15820 and https://github.com/etcd-io/etcd/issues/20182

Guide contributeur