Anthony Romano
46dfa682e7
test: display failure output for gosimple
2016-04-19 22:58:37 -07:00
Xiang Li
bf9cccfc34
Merge pull request #5118 from ajityagaty/fsync_osx
...
fileutil: Sync on HFS/OSX needs to be handled differently.
2016-04-18 22:22:53 -07:00
Ajit Yagaty
8b6de5f85d
fileutil: Sync on HFS/OSX needs to be handled differently.
...
A call file.Sync on OSX doesn't guarantee actual persistence on
physical drive media as the data can be cached in physical drive's
buffers. Hence calls to file.Sync need to be replaced with
fcntl(F_FULLFSYNC).
2016-04-18 21:49:04 -07:00
Xiang Li
d16628bf50
Merge pull request #5120 from magicwang-cn/master
...
etcdserver: close response body when getting cluster information
2016-04-18 19:44:19 -07:00
magicwang-cn
97c71f44fd
etcdserver: close response body when getting cluster information
2016-04-19 10:03:40 +08:00
Xiang Li
c4892c7f51
Merge pull request #5105 from xiang90/get_started
...
doc: add write/read example for interact doc
2016-04-18 14:27:53 -07:00
Xiang Li
a2ac639176
doc: add write/read example for interact doc
2016-04-18 13:42:12 -07:00
Gyu-Ho Lee
8a0fa5622e
Merge pull request #5114 from gyuho/snapshot_test
...
*: add Snapshot e2e test
2016-04-18 09:27:07 -07:00
Anthony Romano
b494ad3a0d
Merge pull request #5112 from heyitsanthony/protobuf-comments
...
storagepb, etcdserverpb: improve documentation for RPC message fields
2016-04-17 23:53:53 -07:00
Anthony Romano
42245a5518
storagepb, etcdserverpb: improve documentation for RPC message fields
2016-04-17 23:33:00 -07:00
Gyu-Ho Lee
ea6a747fc1
Merge pull request #5116 from ajityagaty/typo_fix
...
etcdctlv3: Fix for typo in alarm command handling.
2016-04-17 20:30:22 -07:00
Ajit Yagaty
68dd22d93d
etcdctlv3: Fix for typo in alarm command handling.
2016-04-17 19:31:39 -07:00
Xiang Li
9504df2917
Merge pull request #5115 from gyuho/gc
...
v3rpc: bytes-key map look-up gc optimization
2016-04-17 13:21:47 -07:00
Gyu-Ho Lee
86f580fa8f
v3rpc: bytes-key map look-up gc optimization
...
This change
f5f5a8b620
just got merged to go1.6.1 where Go does special optimization for x =
m[string(k)] where k is []byte.
2016-04-17 10:52:19 -07:00
Gyu-Ho Lee
a2afb513dd
*: add snapshot e2e test
2016-04-16 13:27:10 -07:00
Anthony Romano
d4ff9364d4
Merge pull request #4861 from heyitsanthony/nfs-lock
...
pkg/fileutil: fix linux file locks over NFS
2016-04-16 08:59:10 -07:00
Xiang Li
11e8d01035
Merge pull request #5113 from ajityagaty/remove_lease_id_casts
...
clientv3: Remove superfluous LeaseID casts in integration tests.
2016-04-16 07:22:06 -07:00
Xiang Li
f15b5aa4e6
Merge pull request #5034 from ZhuPeng/proxy-http2
...
Enable http2 support between proxy and member
2016-04-16 07:04:41 -07:00
Ajit Yagaty
da5bd04a1a
clientv3: Remove superflous LeaseID casts in integration tests.
...
The integration tests under clientv3 have superflous LeaseID casts
that are not needed as the ID field of the lease responses are of
type LeaseID now.
2016-04-15 17:48:20 -07:00
Xiang Li
73b48dd8eb
Merge pull request #5111 from Amit-PivotalLabs/fix-etcdctl-unset-env
...
etcdctl: unset ETCDCTL_API env var properly
2016-04-15 16:32:42 -07:00
Amit Kumar Gupta
c629a30f1f
etcdctl: unset ETCDCTL_API env var properly
2016-04-15 15:43:00 -07:00
Gyu-Ho Lee
4ed5f66a7a
Merge pull request #5109 from gyuho/member_remove_test
...
e2e: add member remove test
2016-04-15 15:04:00 -07:00
Gyu-Ho Lee
caf0e9b9b1
Merge pull request #5110 from gyuho/error_when_db_not_exist
...
etcdctl: snapshot status error for non-existent file
2016-04-15 14:44:25 -07:00
Gyu-Ho Lee
59a88d1cf6
e2e: add member remove test
2016-04-15 14:43:32 -07:00
Gyu-Ho Lee
a78ece4ac2
etcdctl: snapshot status error for non-existent file
2016-04-15 14:15:16 -07:00
Anthony Romano
3ee99a496f
Merge pull request #5096 from heyitsanthony/clientv3-run-examples
...
test, clientv3: run examples as integration tests
2016-04-15 12:42:44 -07:00
Anthony Romano
9bfa0172f5
test, clientv3: run examples as integration tests
2016-04-15 11:51:30 -07:00
Gyu-Ho Lee
d4dae7e9e9
Merge pull request #5101 from gyuho/watch_bench_fix
...
benchmark: ensure all watcher receivers to finish
2016-04-15 11:49:24 -07:00
Gyu-Ho Lee
ad226f2020
benchmark: ensure all watcher receivers to finish
...
Fix https://github.com/coreos/etcd/issues/5099 .
2016-04-15 11:11:14 -07:00
Anthony Romano
c1455a4f10
Merge pull request #5090 from ajityagaty/lease_id
...
clientv3: Use LeaseID in all the client APIs.
2016-04-15 10:48:29 -07:00
Xiang Li
da153d3f3c
Merge pull request #5091 from xiang90/r_h
...
doc: add response header doc into api
2016-04-15 09:57:48 -07:00
Xiang Li
3b72c3da53
doc: add response header doc into api
2016-04-15 09:54:30 -07:00
Gyu-Ho Lee
81a5fc16ef
Merge pull request #5095 from gyuho/govet_fix
...
*: fix govet -shadow in go tip
2016-04-15 09:41:24 -07:00
Gyu-Ho Lee
376234f196
Merge pull request #5094 from gyuho/watch_range_example
...
*: add more examples to clientv3, pkg/adt
2016-04-15 09:10:25 -07:00
Gyu-Ho Lee
641a1a66e1
*: fix govet -shadow in go tip
2016-04-15 07:39:52 -07:00
Gyu-Ho Lee
ae27b991b1
*: add more examples to clientv3, pkg/adt
2016-04-14 23:46:50 -07:00
Ajit Yagaty
06a4086bf9
clientv3: Use LeaseID in all the client APIs.
...
In order to use LeaseID type instead of int64 we have to convert
the protobuf lease responses into client lease reponses.
2016-04-14 23:09:46 -07:00
Gyu-Ho Lee
4ee7cad116
Merge pull request #5093 from gyuho/fix_test
...
functional-tester/etcd-tester: fix error check
2016-04-14 21:45:44 -07:00
Gyu-Ho Lee
8515ae30fb
functional-tester/etcd-tester: fix error check
2016-04-14 21:31:12 -07:00
朱鹏
67db28f979
proxy: enable http2 for connecting to members
...
enable http2 when transport specified a custom TLS config, which was
not automatically enable.
Issue 5033
2016-04-15 10:16:26 +08:00
Anthony Romano
6c1cc1d4ea
Merge pull request #5089 from heyitsanthony/fix-func-tester-timeout
...
etcd-tester: return error if first compaction times out
2016-04-14 17:24:22 -07:00
Anthony Romano
21233416e8
etcd-tester: return error if first compaction times out
...
Fixes #5081
2016-04-14 17:11:53 -07:00
Xiang Li
74153ffa45
Merge pull request #5082 from xiang90/kv_d
...
doc: add doc for kv message
2016-04-14 15:17:04 -07:00
Xiang Li
df37c75bb9
doc: add doc for kv message
2016-04-14 15:16:23 -07:00
Anthony Romano
f2e915f56e
Merge pull request #5086 from heyitsanthony/test-race-rafthttp
...
test: check races on rafthttp
2016-04-14 14:21:20 -07:00
Anthony Romano
57448622d9
Merge pull request #5085 from heyitsanthony/hide-yaml
...
clientv3: make YamlConfig struct private
2016-04-14 14:10:20 -07:00
Anthony Romano
01be6933c6
test: check races on rafthttp
...
The data race in net/http has been fixed for a while.
2016-04-14 13:45:31 -07:00
Gyu-Ho Lee
cfbb8a71db
Merge pull request #5084 from gyuho/typo
...
clientv3: fix example code format, more examples
2016-04-14 12:30:44 -07:00
Anthony Romano
04ef861c3d
clientv3: make YamlConfig struct private
2016-04-14 12:26:01 -07:00
Gyu-Ho Lee
81e344bef9
clientv3: fix example code format, more examples
2016-04-14 12:13:07 -07:00