Commit Graph

  • a2b1449431 snapshot: enforce single endpoint in client, change interface Gyuho Lee 2018-04-12 10:26:17 -0700
  • 70341b1614
    Merge pull request #9565 from gyuho/quorum-disaster Gyuho Lee 2018-04-11 21:47:37 -0700
  • f72449c637 functional.yaml: skip recover test for now Gyuho Lee 2018-04-11 20:57:44 -0700
  • ce19e0b4b5 functional: increase dial timeout Gyuho Lee 2018-04-11 20:18:17 -0700
  • 554dfaa4ba functional/tester: fix govet errors Gyuho Lee 2018-04-11 19:45:40 -0700
  • 099f109850 CHANGELOG-3.4: add quorum loss failure case Gyuho Lee 2018-04-11 19:37:51 -0700
  • 23ce3a1acc functional: rename to "listCases" Gyuho Lee 2018-04-11 19:35:17 -0700
  • d275437c05 functional/tester: whitelist lease expire checker on snapshot restore Gyuho Lee 2018-04-11 19:31:16 -0700
  • f574a9aaed functional/tester: add "EtcdClientEndpoints" to "Checker" Gyuho Lee 2018-04-11 19:22:54 -0700
  • e9c4bad2d1 functional/tester: add "Checker", remove compositeChecker Gyuho Lee 2018-04-11 19:10:01 -0700
  • 2fc3eb0c56 functional/rpcpb: clean up Checker Gyuho Lee 2018-04-11 19:08:13 -0700
  • 448e0fc481 functional: wait election timeout after member add Gyuho Lee 2018-04-11 17:13:18 -0700
  • bd235ab8f9 functional/tester: save SnapshotInfo from response Gyuho Lee 2018-04-11 16:14:11 -0700
  • f56d2c61b2 functional/rpcpb: fix os.Remove error in SnapshotPath Gyuho Lee 2018-04-11 16:09:22 -0700
  • 888b55e91b functional/tester: implement fetchSnapshotCaseQuorum Gyuho Lee 2018-04-11 16:05:43 -0700
  • 7213a9aabc functional/agent: handle "RESTART_FROM_SNAPSHOT" Gyuho Lee 2018-04-11 15:59:23 -0700
  • 606fa6fd96 functional/rpcpb: add "RESTART_FROM_SNAPSHOT" Gyuho Lee 2018-04-11 15:59:14 -0700
  • f725bace31 functional/agent: implement "handle_RESTORE_SNAPSHOT_AND_RESTART_ETCD" Gyuho Lee 2018-04-11 15:47:34 -0700
  • b2b37928e3 functional/rpcpb: implement "RestoreSnapshot" Gyuho Lee 2018-04-11 15:44:27 -0700
  • a44a88ce79 functional/rpcpb: add "RESTORE_SNAPSHOT_AND_RESTART_ETCD" Gyuho Lee 2018-04-11 15:44:16 -0700
  • 3815d6edb7 functional: rename "FailureCase" to "Case" Gyuho Lee 2018-04-11 15:12:09 -0700
  • 251e783d3f functional/rpcpb: add "EtcdOnSnapshotRestore" Gyuho Lee 2018-04-11 14:27:51 -0700
  • 3c5147d906 functional/tester: implement "fetchSnapshotAndFailureQuorum" Gyuho Lee 2018-04-11 14:23:20 -0700
  • 6b128bfb3b functional/tester: rename files, adding LEADER_SNAPSHOT case Gyuho Lee 2018-04-11 14:15:08 -0700
  • e2bb03b39b functional/tester: add sendOpWithResp for SnapshotInfo Gyuho Lee 2018-04-11 14:08:57 -0700
  • e859883e78 functional: add "SnapshotInfo" Gyuho Lee 2018-04-11 14:08:46 -0700
  • ca137afe8a functional: rename to "SIGQUIT_AND_REMOVE_QUORUM_AND_RESTORE_LEADER_SNAPSHOT_FROM_SCRATCH" Gyuho Lee 2018-04-11 13:42:10 -0700
  • f9127dba9c functional/tester: implement "new_FailureCase_SIGQUIT_AND_REMOVE_QUORUM_AND_RESTORE_SNAPSHOT_FROM_SCRATCH" Gyuho Lee 2018-04-11 13:37:01 -0700
  • 67e398c86a functional/cluster: handle "SIGQUIT_AND_REMOVE_QUORUM_AND_RESTORE_SNAPSHOT_FROM_SCRATCH" Gyuho Lee 2018-04-11 13:36:41 -0700
  • 473a472607 functional/tester: fix "failureQuorum" Gyuho Lee 2018-04-11 13:36:16 -0700
  • 2942a8044d functional/agent: add "handle_FETCH_SNAPSHOT" Gyuho Lee 2018-04-11 13:14:41 -0700
  • 587dd4e732 functional/rpcpb: add "FETCH_SNAPSHOT" Operation Gyuho Lee 2018-04-11 13:12:06 -0700
  • 2b249902da functional/rpcpb: implement FetchSnapshot Gyuho Lee 2018-04-11 13:06:45 -0700
  • 77824c2ed6 functional: add "SIGQUIT_AND_REMOVE_QUORUM_AND_RESTORE_SNAPSHOT_FROM_SCRATCH" to functional.yaml Gyuho Lee 2018-04-11 12:55:59 -0700
  • f04902dbed functional: rename etcd log paths Gyuho Lee 2018-04-11 12:52:32 -0700
  • 4e7705e9e5 functional: add snapshot path to configuration Gyuho Lee 2018-04-11 12:51:54 -0700
  • fdf4a12d3c test: rename etcd functional test data directories Gyuho Lee 2018-04-11 12:51:26 -0700
  • a0c0dc2f09 functional/rpcpb: add "Member.SnapshotPath", more description Gyuho Lee 2018-04-11 11:28:26 -0700
  • 81f632f2a1 functional/rpcpb: add "SIGQUIT_AND_REMOVE_QUORUM_AND_RESTORE_SNAPSHOT_FROM_SCRATCH" Gyuho Lee 2018-04-11 10:52:52 -0700
  • 3f29d25cfa CHANGELOG: add v2 server stat fix Gyuho Lee 2018-04-11 19:51:42 -0700
  • 1dfce6b565 etcdserver/stats: make all fields guarded by mutex. disksing 2018-04-12 10:43:11 +0800
  • 67a97c9f1a etcdserver/stats: fix stats data race. disksing 2018-04-11 21:37:09 +0800
  • 095fc0b411 etcdserver/stats: make all fields guarded by mutex. disksing 2018-04-12 10:43:11 +0800
  • d40abbb502 etcdserver/stats: fix stats data race. disksing 2018-04-11 21:37:09 +0800
  • 836fffa22a
    Merge pull request #9562 from disksing/data-race Gyuho Lee 2018-04-11 19:46:49 -0700
  • 10bf0283be etcdserver/stats: make all fields guarded by mutex. disksing 2018-04-12 10:43:11 +0800
  • 2c1840c1b8 Documentation/dev-guide: make indentation consistent Gyuho Lee 2018-04-11 11:32:16 -0700
  • 9df1964aeb Documentation/dev-guide: highlight gRPC gateway endpoint changes Gyuho Lee 2018-04-11 10:40:59 -0700
  • 1fa2e93051 CHANGELOG-3.4: track functional tests with membership reconfiguration Gyuho Lee 2018-04-11 10:26:30 -0700
  • c77ffcc505
    Merge pull request #9564 from gyuho/membership-reconfiguration-tests Gyuho Lee 2018-04-11 10:25:39 -0700
  • 512445f089 functional: do not run "SIGQUIT_AND_REMOVE_LEADER" for now Gyuho Lee 2018-04-11 10:24:42 -0700
  • c19be730fd test: remove build flag "-a" Gyuho Lee 2018-04-11 10:17:13 -0700
  • 7f1d94d5e2 test: remove build flag "-a" Gyuho Lee 2018-04-11 10:17:13 -0700
  • ba59bb2c2b etcdserver/stats: fix stats data race. disksing 2018-04-11 21:37:09 +0800
  • d7bf471199 functional/tester: add TODO for member remove fail Gyuho Lee 2018-04-11 02:01:08 -0700
  • 15791d7f1f functional.yaml: add godoc link to FailureCase Gyuho Lee 2018-04-11 01:52:34 -0700
  • 7ed4803fb0 test: remove "-a" GO_BUILD_FLAGS Gyuho Lee 2018-04-11 01:45:06 -0700
  • 3c7ec0cdc8 functional/tester: update import path Gyuho Lee 2018-04-11 01:42:33 -0700
  • 23b8c36ced functional/tester: add "SIGQUIT_AND_REMOVE_LEADER_UNTIL_TRIGGER_SNAPSHOT" Gyuho Lee 2018-04-11 01:37:13 -0700
  • ee79799f61 functional/rpcpb: add "SIGQUIT_AND_REMOVE_LEADER_UNTIL_TRIGGER_SNAPSHOT" Gyuho Lee 2018-04-11 01:35:32 -0700
  • 17351e5fe7 functional/tester: add "SIGQUIT_AND_REMOVE_LEADER" Gyuho Lee 2018-04-11 01:32:07 -0700
  • 85da6427bb functional/rpcpb: add "SIGQUIT_AND_REMOVE_LEADER" Gyuho Lee 2018-04-11 01:30:05 -0700
  • 6a60a204ee functional/tester: add "SIGQUIT_AND_REMOVE_ONE_FOLLOWER_UNTIL_TRIGGER_SNAPSHOT" Gyuho Lee 2018-04-11 01:27:39 -0700
  • 17749d3a36 functional/rpcpb: add "SIGQUIT_AND_REMOVE_ONE_FOLLOWER_UNTIL_TRIGGER_SNAPSHOT" Gyuho Lee 2018-04-11 01:25:22 -0700
  • 724dea114c functional/tester: clean up snapshot failure cases Gyuho Lee 2018-04-11 01:25:07 -0700
  • 9057253d8c functional: add "SIGQUIT_AND_REMOVE_ONE_FOLLOWER" Gyuho Lee 2018-04-11 01:21:09 -0700
  • 86deeab77a functional/agent: handle "SIGQUIT_ETCD_AND_REMOVE_DATA" Gyuho Lee 2018-04-11 01:19:33 -0700
  • 7e56c3e737 test: remove backup data from functional tests Gyuho Lee 2018-04-11 01:18:15 -0700
  • 06bbd65a11 functional/build: remove "-a" flag Gyuho Lee 2018-04-11 01:07:34 -0700
  • e98a5c15e4 functional/rpcpb: add "SIGQUIT_AND_REMOVE_ONE_FOLLOWER" Gyuho Lee 2018-04-11 00:03:47 -0700
  • a43ae13106 cmd/vendor: add "go.uber.org/zap" Gyuho Lee 2018-04-10 23:46:00 -0700
  • 748d2204a2 pkg/proxy: initial commit (for functional tests) Gyuho Lee 2018-04-10 23:47:47 -0700
  • 9dea2f7f1f tools: remove Gyuho Lee 2018-04-10 23:46:52 -0700
  • 99e4a5ffae cmd/vendor: add "go.uber.org/zap" Gyuho Lee 2018-04-10 23:46:00 -0700
  • 3736a126df pkg/proxy: move from "pkg/transport" Gyuho Lee 2018-04-10 23:43:23 -0700
  • 074e417770 tools: remove Gyuho Lee 2018-04-10 23:43:16 -0700
  • c3c88f49bd Makefile: sync with master Gyuho Lee 2018-04-10 23:34:50 -0700
  • dd9f05567d travis: update Gyuho Lee 2018-04-10 23:27:37 -0700
  • a28cf17f25 test/*: clean up semaphore scripts Gyuho Lee 2018-04-10 23:25:24 -0700
  • 9e88e0c017 tests/*: clean up travis, semaphore scripts Gyuho Lee 2018-04-10 23:32:41 -0700
  • f46368c6e9
    Merge pull request #9560 from gyuho/ttt Gyuho Lee 2018-04-10 19:17:06 -0700
  • 6cf9979cf0 test: remove wait commands Gyuho Lee 2018-04-10 18:11:14 -0700
  • 67645ebc66 bill-of-materials.json: regenerate without "bitbucket.org/ww/goautoneg" Gyuho Lee 2018-04-10 17:12:02 -0700
  • efe981e618 Revert "etcdserver: handle raft Propose error in v2 applier" Gyuho Lee 2018-04-10 17:07:51 -0700
  • 6da2e51627 tests/semaphore: only run e2e tests Gyuho Lee 2018-04-10 16:45:49 -0700
  • 9585153615 travis.yml: add more concurrent jobs including functional tests Gyuho Lee 2018-04-10 16:44:09 -0700
  • 487c8d3d61 etcdserver: fix "lease_expired_total" metrics Gyuho Lee 2018-04-10 13:57:17 -0700
  • cdbb8ffdc1 etcdserver: fix "lease_expired_total" metrics Gyuho Lee 2018-04-10 13:57:17 -0700
  • eabb40f0ae test: combine "compile_pass" into "build_pass" Gyuho Lee 2018-04-10 16:43:01 -0700
  • 01678b3790 CHANGELOG: update with pending release items Gyuho Lee 2018-04-10 17:05:33 -0700
  • e9aa8fbcc3
    Merge pull request #9558 from gyuho/propose Gyuho Lee 2018-04-10 16:49:33 -0700
  • b38e138baf etcdserver: handle raft Propose error in v2 applier Gyuho Lee 2018-04-10 13:59:40 -0700
  • 943962d419
    Merge pull request #9557 from gyuho/lease-metrics Gyuho Lee 2018-04-10 16:00:29 -0700
  • cf0a138d83 bill-of-materials.json: regeneratea for "bitbucket.org/ww/goautoneg" Gyuho Lee 2018-04-10 15:58:20 -0700
  • 170c8bb3a7
    Merge pull request #9555 from gyuho/aaa Gyuho Lee 2018-04-10 15:26:45 -0700
  • 744c73e019 etcdserver: fix "lease_expired_total" metrics Gyuho Lee 2018-04-10 13:57:17 -0700
  • 3a7b5c1b2b clientv3/integration: log test failures from slow balancer as TODO Gyuho Lee 2018-04-10 13:47:07 -0700
  • e095ee48f4 CHANGELOG-3.4: clarify "ErrProposalDropped" on leadership transfer Gyuho Lee 2018-04-09 15:26:06 -0700
  • 13b7d7126f
    Merge pull request #9551 from gyuho/vvv Gyuho Lee 2018-04-09 15:14:51 -0700
  • fe26434a89
    Merge pull request #9494 from gyuho/ugorji/go Gyuho Lee 2018-04-09 15:14:37 -0700