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
Bugs in the txn code can lead to inconsistencies among members distinct from bugs caused by only puts/gets, so it should be tested in the functional tester. Although the etcd-runner tests use txns in some places, the throughput/concurrency/txn complexity isn't enough.
Flat txns could be stressed via:
Have a set of keys K (e.g., "/k0", "/k1", ..., "/k9")
Bugs in the txn code can lead to inconsistencies among members distinct from bugs caused by only puts/gets, so it should be tested in the functional tester. Although the etcd-runner tests use txns in some places, the throughput/concurrency/txn complexity isn't enough.
Flat txns could be stressed via:
Nested txns stressing could assign a key per level:
Related: #8214
The text was updated successfully, but these errors were encountered: