Closed siddontang closed 7 years ago
I see that in your etcd test, you can skip the fail write response. so do we need to handle failure like timeout too?
If write ok = false, I try to return true
+ origin state, seem it can work. Is it reasonable?
(sorry for the delay)
Yeah, that sounds reasonable. That's basically what I'm doing with the etcd test.
Thanks @anishathalye
Hi @anishathalye
I write a simple check like:
The history is very easy, the init state is 5, event 1 does the read operation and event 2 writes 10 but fails. I think the history may be a linearizability but to my surprised, it panics. If I change the write Ok to true, it will work.
Can you tell me why or what do I need to change for the case?
Thank you very much.