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
Xiang Li
85bfbfa5ad
clientv3: threadsafe
2016-01-28 16:41:09 -08:00
Xiang Li
26028ce44b
Merge pull request #4331 from xiang90/c_t
...
clientv3: hook up KV and Txn
2016-01-28 16:30:41 -08:00
Gyu-Ho Lee
7b8cd274c9
Merge pull request #4330 from gyuho/proxy_e2e
...
e2e: etcdctl test for proxy no-sync
2016-01-28 16:13:44 -08:00
Gyu-Ho Lee
6491bae27f
e2e: etcdctl test for proxy no-sync
...
For https://github.com/coreos/etcd/issues/3894 .
2016-01-28 16:01:29 -08:00
Xiang Li
eb03d48034
clientv3: hook up KV and Txn
2016-01-28 15:15:21 -08:00
Xiang Li
aef77f9829
Merge pull request #4329 from xiang90/client_txn
...
clientv3: initial txn
2016-01-28 14:49:26 -08:00
Xiang Li
92653dcbfb
clientv3: initial txn
2016-01-28 14:27:42 -08:00
Anthony Romano
9842a3b84a
Merge pull request #4328 from heyitsanthony/v3-client-conntimeout
...
clientv3: support connection timeout
2016-01-28 13:40:44 -08:00
Anthony Romano
64413927cc
clientv3: support connection timeout
2016-01-28 13:25:45 -08:00
Anthony Romano
7cc02bc143
clientv3: fix vet warnings
2016-01-28 13:25:10 -08:00
Gyu-Ho Lee
993dc2b7db
Merge pull request #4327 from gyuho/minor_govet
...
integration: fix shadowed variables (based govet)
2016-01-28 11:55:08 -08:00
Gyu-Ho Lee
599ecebdec
integration: fix shadowed variables based on govet
2016-01-28 11:42:58 -08:00
Xiang Li
5bd930c9d2
Merge pull request #4325 from xiang90/client_lease
...
clientv3: lease initial api
2016-01-28 10:49:50 -08:00
Xiang Li
937eeafc3a
Merge pull request #4323 from xiang90/client_watch
...
clientv3: initial watch API
2016-01-28 10:49:33 -08:00
Xiang Li
6d41ccbe59
Merge pull request #4316 from xiang90/client_ops
...
clientv3: fill in kv ops
2016-01-28 10:49:18 -08:00
Xiang Li
026c2e7a7c
clientv3: lease initial api
2016-01-28 09:20:29 -08:00
Jonathan Boulle
c5b9433496
Merge pull request #4324 from jonboulle/master
...
client: fix typo in docstring (than -> then)
2016-01-28 18:09:42 +01:00
Jonathan Boulle
5490db7cca
client: fix typo in docstring (than -> then)
2016-01-28 18:07:39 +01:00
Xiang Li
205ffa5cb6
clientv3: initial watch API
2016-01-28 08:54:32 -08:00
Xiang Li
2d2f14385d
clientv3: fill in kv ops
2016-01-28 08:17:53 -08:00
Jonathan Boulle
7adb8442ba
Merge pull request #4320 from sublee/fix-typo
...
documentation: fix typo "a etcd" -> "an etcd"
2016-01-28 13:36:15 +01:00
Heungsub Lee
c4a0159601
documentation: fix typo "a etcd" -> "an etcd"
...
"a" is not a correct article for "etcd".
2016-01-28 19:19:32 +09:00
Xiang Li
145d5b85a7
Merge pull request #4314 from xiang90/clientv3_impl
...
clientv3: use retryConnection
2016-01-27 22:52:31 -08:00
Xiang Li
a3b7876a3c
clientv3: use retryConnection
2016-01-27 22:31:15 -08:00
Anthony Romano
3df91f85c4
Merge pull request #4312 from heyitsanthony/v3-client-connretry
...
clientv3: connection retry and customizable endpoint selection
2016-01-27 20:57:38 -08:00
Xiang Li
c338a47751
Merge pull request #4313 from xiang90/clientv3
...
etcdclientv3: setup initial structure
2016-01-27 20:50:40 -08:00
Xiang Li
dba92346f3
etcdclientv3: setup initial structure
2016-01-27 20:36:36 -08:00
Anthony Romano
2db2f381fb
clientv3: connection retry and customizable endpoint selection
2016-01-27 19:27:31 -08:00
Anthony Romano
ddaf023b9c
Merge pull request #4295 from heyitsanthony/v3-recipes-leases
...
recipes: add election and double barrier recipes
2016-01-27 19:12:18 -08:00