DistributedLock
DistributedLock copied to clipboard
Dev/add etcd implementation
- Implement basic etcd lock with blocking strategies and lease.
- add basic testing for lock and lockprovider(passed) but the combinatorial test failed.
For #119
Really appreciate the great work @thangnguyen-69 !
I've gone through the code and detail and added a number of comments. I think there are a bunch of small things to do but overall the code looks pretty close!
2 other asks:
the combinatorial test failed
- First off, don't worry about getting the tests to pass for every provider. Let's just try to get all the Etcd combinatorial tests passing
- If you're stuck, let me know which tests are failing and I can maybe offer suggestions on how to proceed.
@madelson received your comments and i will work on it and notify back again for a 2nd round.