Xiang Li
31c0c5181a
storage: make unsync a watcherSetByKey
2016-02-02 20:09:35 -08:00
Xiang Li
8dc6248aa7
storage: add set delete
2016-02-02 19:28:42 -08:00
Xiang Li
810c3e74a8
storage: remove unnecessary abstraction
2016-02-02 19:15:46 -08:00
Xiang Li
e5b35b82c5
storage: add watchSet and watchSetByKey type
2016-02-02 18:56:36 -08:00
Xiang Li
83411b92b4
Merge pull request #4386 from xiang90/promote
...
integration: add test promote and move lease tests to lease_test.go
2016-02-02 14:06:48 -08:00
Xiang Li
6f72b31316
integration: add test promote and move lease tests to lease_test.go
2016-02-02 13:45:11 -08:00
Anthony Romano
71e000de65
Merge pull request #4376 from heyitsanthony/txn-no-duplicate-putkey
...
etcdserver: reject v3 txns with duplicate put keys
2016-02-02 13:17:47 -08:00
Anthony Romano
c5c5063efe
etcdserver: reject v3 txns with duplicate put keys
...
An API check to support PR #4363 ; bad requests didn't return an error.
2016-02-02 12:32:33 -08:00
Xiang Li
20673e384a
Merge pull request #4382 from xiang90/lease_keep_test
...
clientv3/integration: test lease keepalive
2016-02-02 12:01:22 -08:00
Xiang Li
5f9f56ca17
Merge pull request #4383 from xiang90/client_no_end
...
clientv3: add no endpoint error
2016-02-02 12:00:44 -08:00
Xiang Li
7a91108b91
clientv3: add no endpoint error
2016-02-02 11:01:58 -08:00
Xiang Li
fd0e68d16b
clientv3/integration: test lease keepalive
2016-02-02 10:59:22 -08:00
Anthony Romano
5f20aaa457
Merge pull request #4360 from heyitsanthony/v3-client-watcher
...
V3 client watcher
2016-02-01 23:39:30 -08:00
Gyu-Ho Lee
87ed04ea6f
Merge pull request #4372 from gyuho/kv_delete
...
clientv3/integration: add TestKVDelete*
2016-02-01 23:30:11 -08:00
Anthony Romano
580c563ed6
clientv3: watcher implementation
2016-02-01 23:21:55 -08:00
Anthony Romano
826df1787a
Merge pull request #4373 from heyitsanthony/clientv3-unix-endpoints
...
clientv3: support unix endpoints
2016-02-01 22:49:49 -08:00
Xiang Li
3f29e730eb
Merge pull request #4374 from xiang90/member_api
...
clientv3: implement cluster api
2016-02-01 22:49:43 -08:00
Xiang Li
9afee37471
Merge pull request #4375 from xiang90/kvapi_no_retry
...
clientv3: do not retry on modifications
2016-02-01 22:49:18 -08:00
Anthony Romano
b74a42b286
clientv3: support unix endpoints
2016-02-01 22:24:42 -08:00
Anthony Romano
eb8ab3ace4
clientv3: synchronous lease Close
2016-02-01 22:24:42 -08:00
Xiang Li
a9bd30b4af
clientv3: do not retry on modifications
2016-02-01 21:54:40 -08:00
Xiang Li
a25423ca99
clientv3: implement cluster api
2016-02-01 21:46:23 -08:00
Gyu-Ho Lee
e49ae8b03f
clientv3/integration: add TestKVDelete*
2016-02-01 17:07:52 -08:00
Gyu-Ho Lee
24f5640d83
Merge pull request #4371 from gyuho/govet_lease
...
clientv3: fix shadowed variables in lease
2016-02-01 15:17:38 -08:00
Gyu-Ho Lee
d4438fbb97
Merge pull request #4370 from gyuho/kv_lease
...
clientv3/integration: TestKVPut with lease id
2016-02-01 15:15:01 -08:00
Gyu-Ho Lee
f7692cf5d2
clientv3: fix shadowed variables in lease
2016-02-01 15:08:24 -08:00
Gyu-Ho Lee
7d278ef6bb
clientv3/integration: TestKVPut with lease id
2016-02-01 14:46:20 -08:00
Gyu-Ho Lee
0707261397
Merge pull request #4361 from gyuho/e2e
...
e2e: check regexp.MatchReader return, curl SSL issue
2016-02-01 13:23:32 -08:00
Xiang Li
438fecebcd
Merge pull request #4367 from xiang90/lease_test
...
Lease test
2016-02-01 13:20:25 -08:00
Gyu-Ho Lee
a8e72b6285
proxy: prints out when endpoints are found
2016-02-01 13:08:21 -08:00
Xiang Li
bef7887c0d
clientv3/integration: add basic lease test
2016-02-01 12:59:44 -08:00
Gyu-Ho Lee
2e051c1c61
e2e: check regexp.MatchReader return, curl SSL issue
...
1. proc.ExpectRegex returns the result of regexp.MatchReader,
which does not return error even if there is no match of regex.
This fixes it by checking the boolean value and if the boolean
value is false, it returns error.
2. Adds more tests and finishes coreos#4259.
3. When we do the regex match correctly, curl request through SSL
returns error. For the purpose of debugging, I changed it to log
without failing the tests. etcdctl with SSL works fine.
4. Add // TODO: 'watch' sometimes times out in Semaphore CI environment but
works fine in every other environments.
5. increase test time
2016-02-01 12:20:53 -08:00
Xiang Li
8431801814
lease: fix lease init race
2016-02-01 12:07:34 -08:00
Anthony Romano
64766e9d6a
Merge pull request #4366 from heyitsanthony/fix-rejectinsecure
...
integration: accept transient failure in TestGRPCRejectInsecureClient
2016-02-01 11:58:41 -08:00
Anthony Romano
7d8ae8af78
integration: accept transient failure state in TestGRPCRejectInsecureClient
2016-02-01 11:32:22 -08:00
Xiang Li
220fba32a3
Merge pull request #4353 from xiang90/lease
...
clientv3: initial lease
2016-02-01 10:40:44 -08:00
Xiang Li
f2c24dec05
clientv3: initial lease
2016-02-01 09:55:32 -08:00
Anthony Romano
595cfd9a11
Merge pull request #4364 from heyitsanthony/goword-typos
...
*: fix many typos
2016-01-31 22:24:43 -08:00
Anthony Romano
20461ab11a
*: fix many typos
2016-01-31 21:42:39 -08:00
Xiang Li
4ba1ec6a4d
Merge pull request #4363 from xiang90/watch
...
storage: simplify watch store
2016-01-31 16:49:44 -08:00
Xiang Li
611751aee2
storage: simplify watch store
...
We decided that we will not support modifing the same
key in one txn multiple times. That can simlify the current
code/design a lot.
2016-01-31 16:33:07 -08:00
Gyu-Ho Lee
1ab99206bc
Merge pull request #4362 from gyuho/leaky_raft
...
raft: fix leaky goroutines in raft test
2016-01-31 12:55:54 -08:00
Gyu-Ho Lee
c827c7432c
raft: fix leaky goroutines in raft test
2016-01-31 12:41:33 -08:00
Josh Wood
cb7ebe81a8
Merge pull request #4359 from joshix/kayrus-deprcpeers
...
etcdctl: Changed default "endpoint" servers order
2016-01-30 21:20:10 -08:00
kayrus
1b7b20f4f8
etcdctl: Changed default "endpoint" servers order
...
And added "DEPRECATED" note to a "peers" option (relates to d685135832
)
Updated to amend commit.
2016-01-30 21:07:57 -08:00
Gyu-Ho Lee
42acd957a3
Merge pull request #4358 from gyuho/typo
...
*: fix minor typos, comments
2016-01-30 18:29:03 -08:00
Gyu-Ho Lee
9f7907cd30
Merge pull request #4357 from gyuho/govet
...
store: fix to 'go vet' errors
2016-01-30 18:24:19 -08:00
Gyu-Ho Lee
71c2a9bb3c
*: fix minor typos, comments
2016-01-30 18:15:56 -08:00
Gyu-Ho Lee
8644ddea20
Merge pull request #4356 from gyuho/range
...
*: kv range to return current revision
2016-01-30 17:56:48 -08:00
Gyu-Ho Lee
445ff6970b
store: fix to 'go vet' errors
...
This check has been introduced to go tip [1]. Just fixes by calling
the Index method.
[1]: 0f89efa255
2016-01-30 17:53:58 -08:00