tamal
c0c19465fc
*: upgrade grpc-gateway to v1.3
2017-11-08 18:38:41 -08:00
Gyu-Ho Lee
24c718f7de
Merge pull request #8844 from gyuho/ee
...
etcdmain: do not embed structs (fix go vet warnings)
2017-11-08 15:05:07 -08:00
Gyu-Ho Lee
672d4ae93f
Merge pull request #8843 from gyuho/log
...
store: silence server logs in v2v3 store tests
2017-11-08 15:03:13 -08:00
Gyu-Ho Lee
370ff6b670
etcdmain: do not embed structs (fix go vet warnings)
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-08 14:20:52 -08:00
Gyu-Ho Lee
5cea18baf1
store: silence server logs in v2v3 store tests
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-08 13:22:00 -08:00
Xiang Li
21178f5119
Merge pull request #8815 from zrss/fix-dbstatus-unexpected-write
...
etcdctl: fix snapshot status accidentally modified the db file
2017-11-08 11:47:06 -08:00
Gyu-Ho Lee
5ed5ee51f5
Merge pull request #8833 from gyuho/release-test
...
semaphore: manually pin last release version for release tests
2017-11-08 11:15:29 -08:00
Gyu-Ho Lee
efb0057513
Merge pull request #8835 from gyuho/log
...
*: disable grpc client log in tests by default
2017-11-08 10:23:53 -08:00
zhesi.huang
0ce02abf59
etcdctl: fix snapshot status accidentally modified the db file
2017-11-09 01:07:48 +08:00
Gyu-Ho Lee
706cf20339
clientv3/integration: test linearizable get with leader election, network partition
...
Test case that failed my balancer refactor https://github.com/coreos/etcd/pull/8834 .
Current, kv network partition tests do not specifically test
isolated leader case.
This PR moves TestKVSwitchUnavailable to network_partition_test.go
and make it always isolate leader.
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-07 19:51:24 -08:00
Gyu-Ho Lee
47728b8caf
Merge pull request #8837 from gyuho/timed-out
...
test: fail when test times out
2017-11-07 16:42:26 -08:00
Gyu-Ho Lee
dd35fce66c
test: fail when test times out
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-07 15:30:51 -08:00
Gyu-Ho Lee
f49f5c9094
*: disable grpc client log in tests by default
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-07 15:05:13 -08:00
Gyu-Ho Lee
1b9f96ebc1
semaphore: manually pin last release version for release tests
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-07 12:27:26 -08:00
Gyu-Ho Lee
d83820d143
Merge pull request #8824 from gyuho/convert-error-code-2
...
api/v3rpc: do not convert server context error to grpc/*status.statusError
2017-11-06 17:59:16 -08:00
Gyu-Ho Lee
f48fe8ecda
api/v3rpc: do not convert server context error to grpc/*status.statusError
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-06 17:32:23 -08:00
Gyu-Ho Lee
9791429524
Merge pull request #8825 from gyuho/lock
...
auth: clean up mutex lock/unlocks
2017-11-06 13:39:47 -08:00
Gyu-Ho Lee
38942a2a51
auth: clean up mutex lock/unlocks
...
Only hold locks when needed.
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-06 13:17:29 -08:00
Gyu-Ho Lee
1d01aaa395
Merge pull request #8823 from gyuho/pre-allocate
...
*: preallocate slice (instead of append)
2017-11-06 12:53:46 -08:00
Gyu-Ho Lee
568b856be8
auth: pre-allocate slices in store
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-06 09:16:15 -08:00
Gyu-Ho Lee
ba233e2f4d
etcdserver: preallocate slice in apply
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-06 09:13:12 -08:00
Gyu-Ho Lee
21ba9a89a7
Merge pull request #8819 from WIZARD-CXY/fixgrafana
...
Documentation/op-guide: fix unit in grafana
2017-11-06 08:48:05 -08:00
chenxingyu
0b72f651a1
Documentation/op-guide: fix unit in grafana
2017-11-06 13:52:05 +08:00
Gyu-Ho Lee
80d5e1cbb7
Merge pull request #8820 from gyuho/error-code
...
api/v3rpc: deprecate grpc.Errorf
2017-11-04 23:03:46 -07:00
Gyu-Ho Lee
5d98710b2e
api/v3rpc: deprecate grpc.Errorf
...
It's been deprecated as of grpc/grpc-go v1.6.x.
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-04 22:08:17 -07:00
Gyu-Ho Lee
de950a40e0
Merge pull request #8818 from gyuho/ttt
...
*: fail tests with egrep "(--- FAIL:|leak)"
2017-11-03 10:56:11 -07:00
Gyu-Ho Lee
e35d34ccea
hack/scripts-dev: fail tests with "(--- FAIL:|leak)" in Makefile
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-03 10:15:24 -07:00
Gyu-Ho Lee
31912e35b3
semaphore.sh: fail tests with "(--- FAIL:|leak)"
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-03 10:15:19 -07:00
Gyu-Ho Lee
3f93d9ae00
test: fail tests with "--- FAIL:"
...
To differentiate from gRPC client log "TRANSIENT_FAILURE"
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-03 10:15:14 -07:00
Gyu-Ho Lee
41d37fcc51
Merge pull request #8816 from gyuho/gofmt
...
lease/leasehttp: use keyed fields in composite literals
2017-11-03 10:11:12 -07:00
Gyu-Ho Lee
0048df6faf
lease/leasehttp: use keyed fields in composite literals
...
Was complaining leasepb.LeaseInternalRequest composite literal uses unkeyed fields
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-03 09:58:03 -07:00
Gyu-Ho Lee
ef475b2502
Merge pull request #8812 from gyuho/default
...
embed: NewConfig sets LogOutput to "default"
2017-11-02 16:31:33 -07:00
Gyu-Ho Lee
adc3cea8cf
etcdmain: use embed.DefaultLogOutput for flags
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-02 14:43:06 -07:00
Gyu-Ho Lee
cdc71ae38e
embed: NewConfig sets LogOutput to "default"
...
Otherwise, embedded etcd will panic in SetupLogging
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-02 14:41:32 -07:00
Gyu-Ho Lee
b65435b86d
Merge pull request #8811 from gyuho/fmt
...
store/stats.go: fix gofmt warnings
2017-11-02 14:19:50 -07:00
Gyu-Ho Lee
f6ca686882
store/stats.go: fix gofmt warnings
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-02 14:18:00 -07:00
Gyu-Ho Lee
ef0e8e17d9
Merge pull request #8810 from gyuho/grpclog-embed
...
*: move logging to embed, disable grpc server log by default
2017-11-02 14:10:11 -07:00
Gyu-Ho Lee
6127f785a4
embed: disable grpc server logging by default
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-02 13:19:49 -07:00
Gyu-Ho Lee
1fa295e3ba
etcdmain: move SetupLogging to embed
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-02 13:19:49 -07:00
Gyu-Ho Lee
4b1e09f2b4
embed: move SetupLogging, LogOutput from etcdmain
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-02 13:19:44 -07:00
Gyu-Ho Lee
f8bec0f631
Merge pull request #8764 from gyuho/hack
...
hack: add dev scripts
2017-11-02 08:35:43 -07:00
Gyu-Ho Lee
ff05596ba7
hack/scripts: add Makefile for etcd development
...
Adding some frequently used commands.
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-02 06:59:02 -07:00
Gyu-Ho Lee
70f64bb1b6
Dockerfile-test: make Go version flexible, move other test Dockerfiles
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-02 06:59:02 -07:00
Gyu-Ho Lee
736b9f0be3
gitignore: ignore hidden Dockerfiles for docker build
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-02 06:58:58 -07:00
Gyu-Ho Lee
3ac54be402
Merge pull request #8801 from gyuho/windows
...
vendor: upgrade coreos/bbolt to v1.3.1-coreos.3
2017-10-31 20:09:07 -07:00
Gyu-Ho Lee
67722fc3ff
vendor: upgrade coreos/bbolt to v1.3.1-coreos.3
...
And pin some other dependencies.
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-31 19:02:29 -07:00
Gyu-Ho Lee
9e509eb77f
Merge pull request #8799 from gyuho/vvv
...
semaphore,travis: use Go 1.9.2
2017-10-31 13:34:13 -07:00
Gyu-Ho Lee
791370bacf
Merge pull request #8796 from gyuho/aaa
...
clientv3/integration: match more errors in put retries
2017-10-31 13:33:56 -07:00
Gyu-Ho Lee
0ca8f420d4
clientv3/integration: match more errors in put retries
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-31 13:31:38 -07:00
Gyu-Ho Lee
ba749166d5
semaphore,travis: use Go 1.9.2
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-31 13:27:16 -07:00