You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support Determinstic Simulation Testing (DST) via the
`turmoil` crate, this patch introduces a new feature flag,
`build-server`, which builds a server variant of the etcd protobuf
and re-exports it under the same `proto` package as the
`pub-response-field` feature flag does. This enables a downstream user
to implement various mock etcd scenarios within a Turmoil environment,
allowing for more precise testing.
Co-authored-by: Nathan Moos <nmoos@cisco.com>
0 commit comments