Commit Graph

  • efb0057513
    Merge pull request #8835 from gyuho/log Gyu-Ho Lee 2017-11-08 10:23:53 -0800
  • 0ce02abf59 etcdctl: fix snapshot status accidentally modified the db file zhesi.huang 2017-11-03 21:01:06 +0800
  • 706cf20339 clientv3/integration: test linearizable get with leader election, network partition Gyu-Ho Lee 2017-11-07 19:28:57 -0800
  • 47728b8caf
    Merge pull request #8837 from gyuho/timed-out Gyu-Ho Lee 2017-11-07 16:42:26 -0800
  • dd35fce66c test: fail when test times out Gyu-Ho Lee 2017-11-07 15:30:51 -0800
  • f49f5c9094 *: disable grpc client log in tests by default Gyu-Ho Lee 2017-11-02 22:57:51 -0700
  • 1b9f96ebc1 semaphore: manually pin last release version for release tests Gyu-Ho Lee 2017-11-07 12:26:26 -0800
  • d83820d143
    Merge pull request #8824 from gyuho/convert-error-code-2 Gyu-Ho Lee 2017-11-06 17:59:16 -0800
  • f48fe8ecda api/v3rpc: do not convert server context error to grpc/*status.statusError Gyu-Ho Lee 2017-11-06 15:42:38 -0800
  • 2bb8278fbf hack/scripts-dev: add Makefile, Dockerfile-test Gyu-Ho Lee 2017-11-06 14:13:10 -0800
  • 52be1d7b19 hack/scripts-dev: add Makefile, Dockerfile-test Gyu-Ho Lee 2017-11-06 14:13:10 -0800
  • 9791429524
    Merge pull request #8825 from gyuho/lock Gyu-Ho Lee 2017-11-06 13:39:47 -0800
  • 38942a2a51 auth: clean up mutex lock/unlocks Gyu-Ho Lee 2017-11-06 09:26:20 -0800
  • 1d01aaa395
    Merge pull request #8823 from gyuho/pre-allocate Gyu-Ho Lee 2017-11-06 12:53:46 -0800
  • 568b856be8 auth: pre-allocate slices in store Gyu-Ho Lee 2017-11-06 09:16:15 -0800
  • ba233e2f4d etcdserver: preallocate slice in apply Gyu-Ho Lee 2017-11-06 06:57:19 -0800
  • 21ba9a89a7
    Merge pull request #8819 from WIZARD-CXY/fixgrafana Gyu-Ho Lee 2017-11-06 08:48:05 -0800
  • 0b72f651a1 Documentation/op-guide: fix unit in grafana chenxingyu 2017-11-04 19:36:40 +0800
  • 80d5e1cbb7
    Merge pull request #8820 from gyuho/error-code Gyu-Ho Lee 2017-11-04 23:03:46 -0700
  • 5d98710b2e api/v3rpc: deprecate grpc.Errorf Gyu-Ho Lee 2017-11-04 22:04:51 -0700
  • 935c76b8c3 semaphore.sh: fail tests with "(--- FAIL:|leak)" Gyu-Ho Lee 2017-11-02 22:40:10 -0700
  • 712024d3e5 semaphore.sh: fail tests with "(--- FAIL:|leak)" Gyu-Ho Lee 2017-11-02 22:40:10 -0700
  • 7d99afdc7c test: fail tests with "--- FAIL:" Gyu-Ho Lee 2017-11-02 22:39:34 -0700
  • de950a40e0
    Merge pull request #8818 from gyuho/ttt Gyu-Ho Lee 2017-11-03 10:56:11 -0700
  • e35d34ccea hack/scripts-dev: fail tests with "(--- FAIL:|leak)" in Makefile Gyu-Ho Lee 2017-11-02 22:40:23 -0700
  • 31912e35b3 semaphore.sh: fail tests with "(--- FAIL:|leak)" Gyu-Ho Lee 2017-11-02 22:40:10 -0700
  • 3f93d9ae00 test: fail tests with "--- FAIL:" Gyu-Ho Lee 2017-11-02 22:39:34 -0700
  • 41d37fcc51
    Merge pull request #8816 from gyuho/gofmt Gyu-Ho Lee 2017-11-03 10:11:12 -0700
  • 0048df6faf lease/leasehttp: use keyed fields in composite literals Gyu-Ho Lee 2017-11-03 09:28:10 -0700
  • e83f50ec7c mvcc: sending events after restore fengshaobao 00231050 2017-08-17 20:38:34 +0800
  • ef475b2502
    Merge pull request #8812 from gyuho/default Gyu-Ho Lee 2017-11-02 16:31:33 -0700
  • adc3cea8cf etcdmain: use embed.DefaultLogOutput for flags Gyu-Ho Lee 2017-11-02 14:43:06 -0700
  • cdc71ae38e embed: NewConfig sets LogOutput to "default" Gyu-Ho Lee 2017-11-02 14:32:20 -0700
  • b65435b86d
    Merge pull request #8811 from gyuho/fmt Gyu-Ho Lee 2017-11-02 14:19:50 -0700
  • f6ca686882 store/stats.go: fix gofmt warnings Gyu-Ho Lee 2017-11-02 14:18:00 -0700
  • ef0e8e17d9
    Merge pull request #8810 from gyuho/grpclog-embed Gyu-Ho Lee 2017-11-02 14:10:11 -0700
  • 232a81d804 client/integration: use only digits in unix port Gyu-Ho Lee 2017-03-21 17:10:59 -0700
  • 6ffc32cd06 semaphore.sh: add to release-3.1 branch Joe Betz 2017-11-01 17:01:29 -0700
  • f8aeb21c2d version: bump up to v3.1.10+git Gyu-Ho Lee 2017-11-02 13:56:16 -0700
  • 6127f785a4 embed: disable grpc server logging by default Gyu-Ho Lee 2017-11-02 12:50:36 -0700
  • 1fa295e3ba etcdmain: move SetupLogging to embed Gyu-Ho Lee 2017-11-02 12:49:50 -0700
  • 4b1e09f2b4 embed: move SetupLogging, LogOutput from etcdmain Gyu-Ho Lee 2017-11-02 12:49:18 -0700
  • f8bec0f631
    Merge pull request #8764 from gyuho/hack Gyu-Ho Lee 2017-11-02 08:35:43 -0700
  • ff05596ba7 hack/scripts: add Makefile for etcd development Gyu-Ho Lee 2017-10-25 19:35:44 -0700
  • 70f64bb1b6 Dockerfile-test: make Go version flexible, move other test Dockerfiles Gyu-Ho Lee 2017-10-25 19:35:22 -0700
  • 736b9f0be3 gitignore: ignore hidden Dockerfiles for docker build Gyu-Ho Lee 2017-10-25 19:34:32 -0700
  • 3ac54be402
    Merge pull request #8801 from gyuho/windows Gyu-Ho Lee 2017-10-31 20:09:07 -0700
  • 67722fc3ff vendor: upgrade coreos/bbolt to v1.3.1-coreos.3 Gyu-Ho Lee 2017-10-31 19:02:29 -0700
  • 9e509eb77f
    Merge pull request #8799 from gyuho/vvv Gyu-Ho Lee 2017-10-31 13:34:13 -0700
  • 791370bacf
    Merge pull request #8796 from gyuho/aaa Gyu-Ho Lee 2017-10-31 13:33:56 -0700
  • 0ca8f420d4 clientv3/integration: match more errors in put retries Gyu-Ho Lee 2017-10-31 13:10:41 -0700
  • ba749166d5 semaphore,travis: use Go 1.9.2 Gyu-Ho Lee 2017-10-25 19:33:56 -0700
  • 4e2ef67f2b
    Merge pull request #8795 from gyuho/balancer-timeout Gyu-Ho Lee 2017-10-31 13:09:28 -0700
  • 0f86f0e0e6 words: whitelist more Gyu-Ho Lee 2017-10-31 11:05:26 -0700
  • 2c13231e7b clientv3/integration: increase balancer switch timeout for TestKVGetResetLoneEndpoint Gyu-Ho Lee 2017-10-31 10:33:57 -0700
  • 63d0ac0fe6
    Merge pull request #8790 from gyuho/blackhole-immutable Gyu-Ho Lee 2017-10-30 19:58:42 -0700
  • 8d23e1c870 clientv3/integration: add blackhole tests for range RPCs Gyu-Ho Lee 2017-10-30 14:22:45 -0700
  • 9731910754
    Merge pull request #8792 from gyuho/blackhole-watch Gyu-Ho Lee 2017-10-30 17:40:38 -0700
  • a37dd0055f clientv3/integration: move to TestBalancerUnderBlackholeKeepAliveWatch Gyu-Ho Lee 2017-10-30 17:16:01 -0700
  • 9ca733255a
    Merge pull request #8789 from gyuho/blackhole-tests Gyu-Ho Lee 2017-10-30 14:14:02 -0700
  • 8d5c284b6c clientv3/integration: add blackhole tests on mutable operations Gyu-Ho Lee 2017-10-30 13:32:59 -0700
  • 299c704295
    Merge pull request #8785 from gyuho/ttt Gyu-Ho Lee 2017-10-30 12:38:02 -0700
  • bea930f44d clientv3/integration: finish isolated node test cases Gyu-Ho Lee 2017-10-27 15:32:49 -0700
  • 2200450022
    Merge pull request #8783 from gyuho/election-timeout Gyu-Ho Lee 2017-10-30 10:47:38 -0700
  • a41f3b64aa integration: expose ElectionTimeout, multiply ticks to timeout Gyu-Ho Lee 2017-10-30 09:22:40 -0700
  • 87ad10c155
    Merge pull request #8681 from mitake/binsearch-root-role Xiang Li 2017-10-27 15:09:55 -0700
  • ca1e6a74e0
    Merge pull request #8782 from gyuho/rename Gyu-Ho Lee 2017-10-27 15:07:31 -0700
  • 4eb5a70126
    Merge pull request #8784 from gyuho/ttt Gyu-Ho Lee 2017-10-27 15:01:03 -0700
  • 5d169b866f clientv3/integration: rename to 'mustWaitPinReady' Gyu-Ho Lee 2017-10-27 12:32:40 -0700
  • d75a6a39f5
    Merge pull request #8775 from marcovc/master Xiang Li 2017-10-27 14:58:59 -0700
  • 03ce2fa037 clientv3/integration: remove client keepalive in network partition tests Gyu-Ho Lee 2017-10-27 14:47:37 -0700
  • 2cea13ba68
    Merge pull request #8779 from gyuho/shutdown-test Xiang Li 2017-10-27 12:23:22 -0700
  • 732c40531b
    Merge pull request #8762 from gyuho/partition-test Gyu-Ho Lee 2017-10-27 12:22:32 -0700
  • 0fcafcb828
    Merge pull request #8712 from harryge00/benchmark-prompt-password Xiang Li 2017-10-27 11:46:46 -0700
  • 62821158aa
    Merge pull request #8767 from xiang90/f Gyu-Ho Lee 2017-10-27 11:26:40 -0700
  • 9d95cfb105 clientv3/integration: add TestBalancerUnderServerShutdownImmutable Gyu-Ho Lee 2017-10-26 21:39:12 -0700
  • aaf4a70cd0 etcdctl v3: e2e test for the --once option to the lease keep-alive command marco 2017-10-27 08:48:22 +0100
  • 1c3567da90 tools/benchmark: ask for password when it is not supplied harryge00 2017-10-19 16:16:59 +0800
  • a33a3b2872 Merge pull request #8773 from jpbetz/fix-lease-grant-int-test Xiang Li 2017-10-26 21:01:23 -0700
  • e980bde82d clientv3/integration: add TestBalancerUnderNetworkPartitionWatch Gyu-Ho Lee 2017-10-25 16:11:08 -0700
  • a9996f8768 test: Deflake TestV3LeasePrmote integration test Joe Betz 2017-10-26 13:28:51 -0700
  • 0160cd76e5 Merge pull request #8772 from gyuho/shutdown Gyu-Ho Lee 2017-10-26 16:58:33 -0700
  • 0bfc6a0d92 clientv3/integration: add TestBalancerUnderServerShutdownMutable* Gyu-Ho Lee 2017-10-26 12:46:07 -0700
  • cb188d0b26 etcdctl v3: adds the --once option to the lease keep-alive command marco 2017-10-27 00:27:11 +0100
  • f46c063285 Merge pull request #8774 from gyuho/sync Gyu-Ho Lee 2017-10-26 15:13:46 -0700
  • 6a8d6b6ad9 clientv3/integration: use waitPinReady in blackhole test Gyu-Ho Lee 2017-10-26 15:12:27 -0700
  • af53f54042 clientv3/integration: add waitPinReady Gyu-Ho Lee 2017-10-26 13:51:19 -0700
  • 9b26bde147 Merge pull request #8769 from xiang90/bk Xiang Li 2017-10-26 15:10:35 -0700
  • 10c971db70 clientv3/integration: add put blackhole test Xiang 2017-10-26 10:05:01 -0700
  • 7d7e9b6e43 clientv3/integration: fix a todo in testNetworkPartitionBalancer Xiang 2017-10-25 22:51:58 -0700
  • 5ceea41af4 travis: upgrade Go to 1.8.5, and use container Gyu-Ho Lee 2017-10-25 19:44:30 -0700
  • 2f74456443 semaphore.sh: add to release-3.2 branch Gyu-Ho Lee 2017-10-25 19:44:05 -0700
  • fc87ae4202 version: bump up to v3.2.9+git Gyu-Ho Lee 2017-10-25 19:43:30 -0700
  • 20f2914e13 Merge pull request #8763 from gyuho/temp Gyu-Ho Lee 2017-10-25 17:52:00 -0700
  • 8fa35216b0 clientv3/integration: Get with context timeout Gyu-Ho Lee 2017-10-25 17:43:29 -0700
  • 995d79a0fc Merge pull request #8758 from gyuho/failure-test Xiang Li 2017-10-25 17:03:33 -0700
  • cea7387b73 clientv3/integration: add TestBalancerUnderServerShutdownWatch Gyu-Ho Lee 2017-10-24 15:50:26 -0700
  • c50cfbeaf6 Merge pull request #8759 from gyuho/mmm Gyu-Ho Lee 2017-10-25 15:31:33 -0700
  • 3462d8ba70 Merge pull request #8760 from gyuho/name Gyu-Ho Lee 2017-10-25 15:00:11 -0700
  • 6f8c476599 clientv3/integration: rename partition tests Gyu-Ho Lee 2017-10-25 14:57:16 -0700