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
Robustness tests take a real etcd cluster run some traffic against it. They validate the operation history via a model and additional set of validators. Historically we made mistakes and introduced a bugs into the model or the additional validators. Such bugs are hard to debug because first you need to eliminate that this is an etcd bug.
#16142 proposed to also add a "unit" test that would validate model against the validators (without real etcd) that should help us catch bugs earlier.
Why is this needed?
Should help us avoid bugs in the model code.
The text was updated successfully, but these errors were encountered:
What would you like to be added?
Robustness tests take a real etcd cluster run some traffic against it. They validate the operation history via a model and additional set of validators. Historically we made mistakes and introduced a bugs into the model or the additional validators. Such bugs are hard to debug because first you need to eliminate that this is an etcd bug.
#16142 proposed to also add a "unit" test that would validate model against the validators (without real etcd) that should help us catch bugs earlier.
Why is this needed?
Should help us avoid bugs in the model code.
The text was updated successfully, but these errors were encountered: