Xiang Li
8431801814
lease: fix lease init race
2016-02-01 12:07:34 -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
Gyu-Ho Lee
f6215574f2
*: kv range to return current revision
...
This changes the behavior of KV's range and tx range to return
current revision rather than range revision. This makes populating
range response header easier.
2016-01-30 17:37:34 -08:00
Gyu-Ho Lee
6577df17d6
Merge pull request #4354 from coreos/revert-4348-clientv3_integration_test
...
Revert "*: TestKVRange to clientv3/integration, fix rev"
2016-01-29 18:21:13 -08:00
Gyu-Ho Lee
57dedd8c89
Revert "*: TestKVRange to clientv3/integration, fix rev"
2016-01-29 18:20:56 -08:00
Anthony Romano
f6031b9d11
Merge pull request #4349 from heyitsanthony/v3-client-conntls
...
V3 client TLS
2016-01-29 17:05:38 -08:00
Anthony Romano
ca9bd575b1
integration: v3 grpc tls tests
2016-01-29 16:38:52 -08:00
Anthony Romano
60c037f1c3
integration: add client tls support
2016-01-29 16:38:11 -08:00
Anthony Romano
4634874d99
etcdmain, integration, v3rpc: consolidate grpc server setup
2016-01-29 16:38:11 -08:00
Anthony Romano
563850bcc1
etcdmain: support v3 tls
2016-01-29 16:38:11 -08:00
Anthony Romano
4380617e1a
tools/benchmark: support tls
2016-01-29 16:38:11 -08:00
Anthony Romano
781bf625af
etcdctlv3: support tls
...
Fixes #4299
2016-01-29 16:37:59 -08:00
Anthony Romano
f37c896159
clientv3: support tls
2016-01-29 16:37:18 -08:00
Gyu-Ho Lee
f549dabe7f
Merge pull request #4351 from gyuho/e2e
...
e2e: add more etcdctl tests
2016-01-29 16:33:40 -08:00
Gyu-Ho Lee
cf80035d72
Merge pull request #4348 from gyuho/clientv3_integration_test
...
*: TestKVRange to clientv3/integration, fix rev
2016-01-29 16:25:15 -08:00
Gyu-Ho Lee
bde5f7f20f
e2e: add more etcdctl tests
2016-01-29 16:20:12 -08:00
Gyu-Ho Lee
69abdf8144
*: TestKVRange to clientv3/integration, fix rev
...
For https://github.com/coreos/etcd/issues/4338 .
And resp.Header.Revision should be from the one in storage
when we just do range, because there is no storage data
change.
2016-01-29 16:12:21 -08:00
Gyu-Ho Lee
e5527914aa
Merge pull request #4346 from gyuho/watch_timeout
...
e2e: increase watch timeout
2016-01-29 09:01:33 -08:00
Gyu-Ho Lee
73b71dc9a7
Merge pull request #4344 from shawnps/patch-3
...
raft: fix var name in comment
2016-01-28 23:27:20 -08:00
Gyu-Ho Lee
713b56c860
e2e: increase watch timeout
2016-01-28 23:24:04 -08:00
Shawn Smith
edd823bba6
raft: fix var name in comment
2016-01-29 16:18:47 +09:00
Gyu-Ho Lee
754967644d
Merge pull request #4339 from shawnps/patch-2
...
clientv3/integration: add tt.key string formatting verb to Fatalf call
2016-01-28 23:09:06 -08:00
Gyu-Ho Lee
eebb31b0e7
Merge pull request #4340 from shawnps/patch-3
...
integration: add want IDs to Errorf calls
2016-01-28 23:04:34 -08:00
Xiang Li
12556af26b
Merge pull request #4343 from shawnps/patch-6
...
testutil: fix typo in comment
2016-01-28 23:03:29 -08:00
Xiang Li
6e35f61b65
Merge pull request #4342 from shawnps/patch-5
...
logutil: fix typo in comment
2016-01-28 23:02:38 -08:00
Shawn Smith
0cbd5bfe7d
testutil: fix typo in comment
2016-01-29 16:02:07 +09:00
Xiang Li
6c451a44ca
Merge pull request #4341 from shawnps/patch-4
...
rafthttp: fix typo in test comment
2016-01-28 23:01:58 -08:00
Shawn Smith
4e649970df
logutil: fix typo in comment
2016-01-29 16:01:19 +09:00
Shawn Smith
96d82b40fb
rafthttp: fix typo in test comment
2016-01-29 15:59:36 +09:00
Shawn Smith
7abbd31fcd
integration: add want IDs to Errorf calls
2016-01-29 15:57:02 +09:00
Shawn Smith
1ac0ca5317
clientv3/integration: add tt.key string formatting verb to Fatalf call
2016-01-29 15:56:04 +09:00
Gyu-Ho Lee
e7f50d8444
Merge pull request #4336 from gyuho/clientv3_test
...
integration: V3 grpc with clientv3 (only Put)
2016-01-28 21:33:54 -08:00
Gyu-Ho Lee
1767788074
*: expose integration functions for clientv3
2016-01-28 21:21:34 -08:00
Anthony Romano
9a441c2c1a
Merge pull request #4334 from heyitsanthony/fix-4333
...
etcdserver/test: use recorderstream in TestApplyRepeat
2016-01-28 18:20:00 -08:00
Anthony Romano
082a6c304e
etcdserver/test: use recorderstream in TestApplyRepeat
...
was racing when waiting for the node commit
fixes #4333
2016-01-28 17:19:06 -08:00
Xiang Li
127d717c0a
Merge pull request #4335 from xiang90/ts
...
clientv3: threadsafe
2016-01-28 17:04:43 -08:00