James Bardin
|
67bbebce08
|
Have consul state reutrn the lock ID
The lock ID isn't used because the lock is tied to the client, but
return the lock ID to match the behavior of other locks.
|
2017-02-15 14:44:43 -05:00 |
James Bardin
|
6aa1066f7c
|
Store and use the correct IDs in TestRemoteLocks
|
2017-02-15 14:41:55 -05:00 |
James Bardin
|
f5ed8cd288
|
Use NewLockInfo to get a pre-populated value
Using NewLockInfo ensure we start with all required fields filled.
|
2017-02-15 14:41:55 -05:00 |
James Bardin
|
0ad6f08204
|
Make remote state test run
Make them compile against the new interface.
The tests will be updated later to check new behavior.
|
2017-02-15 14:41:55 -05:00 |
James Bardin
|
9b76f6e138
|
Move TestRemoteLocks to state/remote
This was legacy remote state client and backends can use this test
function without an import cycle.
|
2017-02-08 11:25:52 -05:00 |
Mitchell Hashimoto
|
d3633ab368
|
state/remote: remove consul since we converted that
|
2017-01-26 14:33:50 -08:00 |