Gyu-Ho Lee
d1447a8f5a
test: fix unit tests, remove some unnecessary tests
...
Unit tests weren't running in CIs.
And removing some unnecessary tests (v2 client, Examples)
in release branch.
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-15 00:15:02 -08:00
Joe Betz
c28c14a5f4
test: Clean agent directories on disk before functional test runs, not after
...
This is primarily so CI tooling can capture the agent logs after the functional tester runs.
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-14 17:08:26 -08:00
Gyu-Ho Lee
f9eb75044a
semaphore: priotize time out test fails
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-14 17:04:31 -08:00
Gyu-Ho Lee
2250f71e23
semaphore: manually pin v3.2.9 for release upgrade tests
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-08 12:45:00 -08:00
Gyu-Ho Lee
52be1d7b19
hack/scripts-dev: add Makefile, Dockerfile-test
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-06 14:13:10 -08:00
Gyu-Ho Lee
712024d3e5
semaphore.sh: fail tests with "(--- FAIL:|leak)"
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-11-03 10:59:01 -07:00
Gyu-Ho Lee
7d99afdc7c
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:58:43 -07:00
Gyu-Ho Lee
5ceea41af4
travis: upgrade Go to 1.8.5, and use container
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-25 19:45:33 -07:00
Gyu-Ho Lee
2f74456443
semaphore.sh: add to release-3.2 branch
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-25 19:44:05 -07:00
Gyu-Ho Lee
fc87ae4202
version: bump up to v3.2.9+git
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-25 19:43:30 -07:00
Gyu-Ho Lee
f1d7dd87da
version: bump up to v3.2.9
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
v3.2.9
2017-10-06 08:58:06 -07:00
Gyu-Ho Lee
ad212d339b
Makefile: sync with master branch on test commands
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-06 08:57:42 -07:00
Gyu-Ho Lee
9f49665284
Documentation/op-guide: remove git merge line in monitoring.md
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-06 08:55:56 -07:00
Xiang
78f8d6e185
embed: fix HTTPs + DNS SRV discovery
2017-10-05 16:03:22 -07:00
Gyu-Ho Lee
a954a0de53
Makefile: initial commit, update Dockerfile
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-05 10:31:24 -07:00
Gyu-Ho Lee
0c3defdd2b
vendor: update 'golang.org/x/crypto'
...
To include 6c586e17d9 .
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-05 09:49:00 -07:00
Gyu-Ho Lee
814588d166
travis: use Go 1.8.4
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-05 09:19:29 -07:00
Gyu-Ho Lee
2d2932822c
version: bump up to 3.2.8+git
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-10-05 09:18:48 -07:00
Gyu-Ho Lee
e211fb6de3
version: bump up to 3.2.8
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
v3.2.8
2017-09-26 02:41:18 +09:00
Gyu-Ho Lee
fb7e274309
Documentation/op-guide: remove grafana demo link
...
The dashboard was removed during Tectonic migration
in AWS, while the Grafana still runs in GCP.
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-09-26 02:40:59 +09:00
beth wright
4a61fcf42d
docs: remove link-breaking space
2017-09-20 08:11:02 +09:00
Anthony Romano
4c8fa30dda
e2e: test no value is returned in TestCtlV3GetKeysOnly
...
Test was checking key name is returned, but was not correctly checking
no value is returned.
2017-09-14 04:42:06 +09:00
Anthony Romano
01c4f35b30
grpcproxy: respect KeysOnly flag
...
Fixes #8478
2017-09-14 04:41:58 +09:00
Anthony Romano
15e9510d2c
client: fail over to next endpoint on oneshot failure
...
Fixes #8515
2017-09-08 13:28:55 -07:00
Gyu-Ho Lee
09b7fd4975
version: bump up to 3.2.7+git
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-09-01 14:03:26 -07:00
Gyu-Ho Lee
bb66589f8c
version: bump up to 3.2.7
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
v3.2.7
2017-09-01 09:15:15 -07:00
Anthony Romano
267a2fc8c9
integration: check concurrent auth ops don't cause old rev errors
2017-08-25 13:13:56 -07:00
Anthony Romano
1fc300ecbd
testutil: don't panic on AssertNil on non-nil errors
2017-08-25 13:13:26 -07:00
Anthony Romano
877d0ce469
etcdserver: consolidate error checking for v3_server functions
...
Duplicated error checking code moved into raftRequest/raftRequestOnce.
2017-08-23 14:39:59 -07:00
Anthony Romano
2188513161
concurrency: retry snapshot serializable stm if writes since first header rev
...
Was checking the rset key mod rev, which does not work.
2017-08-22 20:53:47 -07:00
Anthony Romano
5c7cff66b6
integration: test serializable snapshot STM with old readset revisions
...
Was hanging.
2017-08-22 20:53:41 -07:00
Gyu-Ho Lee
8c99ab80bd
version: bump up to 3.2.6+git
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-08-21 13:07:06 -07:00
Gyu-Ho Lee
9d43462d17
version: bump up to 3.2.6
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
v3.2.6
2017-08-21 10:40:55 -07:00
fengshaobao 00231050
78d68226e6
mvcc: sending events after restore
...
Fixes : #8411
2017-08-21 10:39:46 -07:00
Gyu-Ho Lee
e9d576c3d6
Documentation: fix broken link on FAQ
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-08-18 08:43:14 -07:00
Anthony Romano
1c578cd442
e2e: test booting etcd with multiple peer listeners
2017-08-18 08:43:06 -07:00
Anthony Romano
b97714b3e6
embed: associate peer serve() listener with corresponding peer
...
Fixes #8383
2017-08-17 14:16:56 -07:00
Gyu-Ho Lee
ce0a61ff67
dl_build: fix minor typo
2017-08-17 11:44:02 -07:00
Beth Wright
74783a38ae
docs: revising to match sidebar structure.
2017-08-16 17:03:28 -07:00
Beth Wright
d372ff96a0
docs: link fix.
2017-08-16 17:03:12 -07:00
Beth Wright
8c7b9db9cc
docs: slight rearranging of top two sections.
2017-08-16 17:02:05 -07:00
Beth Wright
f1fb342305
docs: adding an index for upgrade pages.
2017-08-16 17:01:49 -07:00
Gyu-Ho Lee
fa0f278783
embed: add 'enable-pprof' tag for config file
...
Fix https://github.com/coreos/etcd/issues/8402 .
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-08-15 11:52:48 -07:00
Anthony Romano
e197c14847
mvcc: test keys gauge is reloaded correctly on restore
2017-08-10 12:59:24 -07:00
Anthony Romano
e7bf5477de
mvcc: reset keys gauge on restore
...
Fixes #8388
2017-08-10 12:59:19 -07:00
Gyu-Ho Lee
f81b72fd93
version: bump up to v3.2.5+git
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-08-04 11:30:57 -07:00
Gyu-Ho Lee
d0d1a87aa9
version: bump up to v3.2.5
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
v3.2.5
2017-08-04 08:40:50 -07:00
Gyu-Ho Lee
7c6a9a7317
contrib/raftexample: use bytes.Buffer.String (no 'string()')
...
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-08-04 08:40:29 -07:00
Anthony Romano
be8f102efb
grpcproxy: forward PrevKv flag in Put
2017-08-04 07:32:17 -07:00
Anthony Romano
3003901447
integration: test Put with PrevKey=true
...
Was missing in proxy.
2017-08-04 07:32:11 -07:00