Commit Graph

  • 528f5315d6 auth: Fix "race" - auth unit tests leaking goroutines Piotr Tabor 2020-10-01 16:03:05 +02:00
  • 84f5187717
    clientv3: get AuthToken gracefully without extra connection. CFC4N 2020-09-07 22:03:47 +08:00
  • 8e2affc3cd
    credentials: let GetRequestMetadata() return nil when authToken isn't initialized. CFC4N 2020-08-17 21:41:19 +08:00
  • c52bd142c3
    etcdserver: check authinfo if it is not InternalAuthenticateRequest. CFC4N 2020-08-17 21:40:31 +08:00
  • 38e6213a1e
    clientv3: get AuthToken gracefully without extra connection. CFC4N 2020-09-07 22:03:47 +08:00
  • acc31c6be8
    credentials: let GetRequestMetadata() return nil when authToken isn't initialized. CFC4N 2020-08-17 21:41:19 +08:00
  • 079546a65d
    etcdserver: check authinfo if it is not InternalAuthenticateRequest. CFC4N 2020-08-17 21:40:31 +08:00
  • 338d36d761
    integration: add test while WithFromKey/WithPrefix called in opts. CFC4N 2020-10-03 01:20:32 +08:00
  • 0e5d81704f .travis.yml, scripts: Fix minor bugs in the test script. Piotr Tabor 2020-10-01 14:34:58 +02:00
  • d2e94d86ff
    namespace: check IsWithFromKey if keyLen equal 0. CFC4N 2020-09-30 17:29:06 +08:00
  • c54c59d339
    clientv3: get AuthToken automatically when clientConn is ready. CFC4N 2020-09-16 23:15:29 +08:00
  • 40b71074e8
    clientv3: get AuthToken automatically when clientConn is ready. CFC4N 2020-09-16 23:15:29 +08:00
  • b0e8ec951c
    CHANGELOG: update for #12165 , #12264 . CFC4N 2020-09-30 16:57:15 +08:00
  • 97e57e3f1e
    Merge pull request #1 from etcd-io/master ltp217 2020-09-30 15:12:22 +08:00
  • ab4cc3caef
    raft/log: remove redundant code logic (#12346) vivian 2020-09-30 10:48:32 +08:00
  • a6b0375b7b
    Travis: Reduce footprint of unit tests - so hopefully flakiness (#12350) Piotr Tabor 2020-09-30 04:47:05 +02:00
  • 019f7295b2 raft/raft: remove redundant state setting in progress yangweiwei 2020-09-30 10:17:27 +08:00
  • 08ac73311a CI: Reduce duplicated coverage between different variants on Travis Piotr Tabor 2020-09-29 22:26:34 +02:00
  • bffca57727 ./tests: Remove legacy coverage collection code Piotr Tabor 2020-09-29 22:09:30 +02:00
  • b47cd2f470
    Merge pull request #12322 from ptabor/20200920-test-script Joe Betz 2020-09-29 11:09:24 -04:00
  • 544f936f46 range stream yangxuanjia 2020-09-29 15:06:21 +08:00
  • 3022bd73ce Documentation/etcd-mixin/mixin.libsonnet: Add alerts for etcd fsync duration Naga Ravi Chaitanya Elluri 2020-09-02 11:49:49 -04:00
  • b3bbe10465 go.sum: Update & make sure PASSES="mod_tidy" ./test detects such problems. Piotr Tabor 2020-09-26 15:25:15 +02:00
  • cec3d6960c raft/log: Get rid of the junk code yangweiwei 2020-09-28 17:52:48 +08:00
  • f1d4593241 ./test: Refactoring of test script for modularization Piotr Tabor 2020-09-20 12:25:49 +02:00
  • 78cf86bd92 raft/log: remove redundant code logic yangweiwei 2020-09-28 15:40:55 +08:00
  • 221de0371d Merge remote-tracking branch 'upstream/master' yangweiwei 2020-09-28 15:11:31 +08:00
  • 1d3ec5ccbf Merge branch 'range_stream' into yxjetcd_rangestream yangxuanjia 2020-09-28 15:01:46 +08:00
  • 432fb0b267 range stream yangxuanjia 2020-09-28 11:24:01 +08:00
  • 7e29c80206 range stream yangxuanjia 2020-09-28 11:23:28 +08:00
  • 5821cb80a1 range stream yangxuanjia 2020-09-28 09:56:52 +08:00
  • 03e8774a51 range stream yangxuanjia 2020-09-27 18:41:59 +08:00
  • 3ab92f64a7 range stream yangxuanjia 2020-09-27 18:41:12 +08:00
  • 97df43333e range stream yangxuanjia 2020-09-27 18:27:43 +08:00
  • ea4d536c34 range stream yangxuanjia 2020-09-27 15:56:02 +08:00
  • cc2b4cd05e
    etcdserver: add more detailed traces on linearized reading (#12335) Pierre Zemb 2020-09-27 04:08:36 +02:00
  • 19129ef6fb
    etcdserver: add more detailed traces on linearized reading Pierre Zemb 2020-09-25 16:10:18 +02:00
  • 31426b0041 clientv3/ordering: Split mocked part of the test from integration-level test. Piotr Tabor 2020-09-25 17:12:00 +02:00
  • d65b5d6791 Makefile: Improve the 'make clean' to remove all the tmp artifacts Piotr Tabor 2020-09-20 14:06:13 +02:00
  • 16eeedffaa pkg/testutil: Fixing flakes due to >>leak" text/template/parse goroutines. Piotr Tabor 2020-09-22 09:27:58 +02:00
  • 73e5714bc5
    integration: 'go test -tags cluster_proxy -v ./integration/... ./clientv3/...' passes now. (#12319) Piotr Tabor 2020-09-25 21:18:58 +02:00
  • 3f36143790
    pkg/traceutil: skip subTraceStart/subTraceEnd steps when logging steps (#12262) mlmhl 2020-09-26 02:46:06 +08:00
  • 7bf75824bf
    CHANGELOG: Update changelog about modules instead of ./vendor (#12313) Piotr Tabor 2020-09-25 20:29:51 +02:00
  • 4676af6134 integration: 'go test -tags cluster_proxy -v ./integration/... ./clientv3/...' passes now. Piotr Tabor 2020-09-20 12:25:49 +02:00
  • effbb9f822 CHANGELOG: Update changelog about modules instead of ./vendor Piotr Tabor 2020-09-17 18:51:10 +02:00
  • ed82418799
    Documentation: Add etcd database quota alerts (#12249) Naga Ravi Chaitanya Elluri 2020-09-25 14:03:04 -04:00
  • 8050881aaf
    clientv3:get AuthToken gracefully without extra connection. (#12165) CFC4N 2020-09-26 02:01:54 +08:00
  • 74fea11ddc
    Documentation/etcd-mixin: Adhere to monitoring mixins annotation guidelines (#12224) Paweł Krupa 2020-09-25 19:56:52 +02:00
  • cceaaa2d8c Documentation: Add etcd database quota alerts Naga Ravi Chaitanya Elluri 2020-08-21 22:42:42 -04:00
  • add86bbd1a
    pkg/fileutil: use fcntl syscall wrappers from golang.org/x/sys/unix (#12316) Tobias Klauser 2020-09-25 08:02:32 +02:00
  • 4136df7933
    lease: fix lease expiry bases on wall clock (#12292) yofan 2020-09-25 13:59:25 +08:00
  • 8c192d99df
    clientv3: get AuthToken automatically when clientConn is ready. (#12264) CFC4N 2020-09-25 13:43:21 +08:00
  • 886761765e tests: fix test case panic error yangweiwei 2020-09-23 22:20:58 +08:00
  • 80aa72df60 embed, etcdmain, etcdserver, integration: adding rate limiting feature Vivek P 2020-09-23 16:26:03 -07:00
  • c42e35c0b0 [11469] Mark Petrovic 2020-09-23 13:07:21 -07:00
  • 205a656cc5
    Merge pull request #11853 from viviyww/dev1 Jingyi Hu 2020-09-21 09:13:31 -07:00
  • 353fcf0924
    Merge pull request #12314 from viviyww/incorrect-log Jingyi Hu 2020-09-21 03:17:59 -07:00
  • 909fa5425f pkg/fileutil: use fcntl syscall wrappers from golang.org/x/sys/unix Tobias Klauser 2020-09-18 19:45:54 +02:00
  • de1550d7c8
    Merge pull request #12318 from ptabor/20200920-leak-detection-flake-fix Jingyi Hu 2020-09-21 01:22:06 -07:00
  • ff516e3a36 etcdserver: fix log info error yangweiwei 2020-09-18 10:28:42 +08:00
  • c88d1497ee tools: fix test case errors in etcd-dump-logs yangweiwei 2020-05-07 17:22:22 +08:00
  • 14566556f3
    Merge pull request #12283 from teddylear/feature/FixPortOnTest Jingyi Hu 2020-09-20 08:30:48 -07:00
  • 132098b028
    Merge pull request #12311 from ptabor/20200917-proxy-watcher-progress-panic Jingyi Hu 2020-09-20 08:07:20 -07:00
  • 3b92b9f884 embed: TestStartEtcdWrongToken now uses dynamic ports instead of default teddylear 2020-09-09 22:44:16 -04:00
  • 5f9a1394db integration,proxy: Skip WatchRequestProgress test in grpc-proxy mode. Piotr Tabor 2020-09-17 08:58:22 +02:00
  • 04b91945f4 pkg/testutil: Ignore flakes due to "leaked" testing.runTests goroutine. Piotr Tabor 2020-09-19 17:12:19 +02:00
  • 6d5b77b91b
    Merge pull request #12315 from BinacsLee/binacs-mvcc-fix-typo Jingyi Hu 2020-09-18 09:17:59 -07:00
  • 6968c45f58 mvcc: fix typo Binacs Lee 2020-09-18 06:50:56 +00:00
  • 49fa537b01 etcdctl: get cmd add last-rev and first-rev options xrmzju 2020-09-16 17:07:21 +08:00
  • 588c021ddb
    Merge pull request #12308 from zcchew1202/readme-fix Sahdev Zala 2020-09-17 16:29:18 -04:00
  • be348f0ea6 Doc: Add that grpc-proxy is optional in readme Zi Chien Chew 2020-09-16 16:48:51 -04:00
  • d7c3bd2684 mvcc: prune revisions before send backend readTx when rangekeys xrmzju 2020-09-16 17:19:00 +08:00
  • 528b01c327
    Merge pull request #12303 from ptabor/20200915-v3compactor-metric-reporting Jingyi Hu 2020-09-17 02:26:56 -07:00
  • 2fee6bd5f3
    Merge pull request #12279 from ptabor/20200908-no-vendor Jingyi Hu 2020-09-17 02:21:56 -07:00
  • 17ceed9b47
    etcd.service: Support Graceful Reboot for AIO Node Wong Hoi Sing Edison 2020-08-26 11:38:04 +08:00
  • 0528f12580
    clientv3: get AuthToken automatically when clientConn is ready. CFC4N 2020-09-16 23:15:29 +08:00
  • f57ddb8633 clientv3 : check lease when unlock mutext ken 2020-09-16 23:01:29 +08:00
  • 3e1a64913a
    Merge pull request #12286 from ptabor/20200911-short-test-separated Jingyi Hu 2020-09-16 05:16:18 -07:00
  • 3f449a8548 *: 'go test --short ./...' runs all UNIT tests. Piotr Tabor 2020-09-11 19:07:19 +02:00
  • 138a312643 scripts: Removed updatedep.sh. Piotr Tabor 2020-09-16 13:04:58 +02:00
  • 2aaf4f3d7a
    Merge pull request #12278 from ptabor/20200907-fix-cov-integration Jingyi Hu 2020-09-16 01:55:09 -07:00
  • 6d07caee50
    Merge pull request #12304 from jingyih/update_changelog_12288 Sahdev Zala 2020-09-15 22:31:01 -04:00
  • 37fe4b9afa CHANGELOG: update from 12288 and 12299 jingyih 2020-09-15 09:20:08 -07:00
  • 872e5a78a3 clientv3/integration: Fix TestLeasingTxtOwnerGet test getting stuck in 'cluster_proxy' mode: Piotr Tabor 2020-09-11 12:48:07 +02:00
  • 7e2d426ec0
    Merge pull request #12299 from galal-hussein/fix_panic_34 Jingyi Hu 2020-09-15 09:04:18 -07:00
  • 3752333162
    Merge pull request #12288 from galal-hussein/fix_learner_panic_master Jingyi Hu 2020-09-15 08:59:36 -07:00
  • 2048c80760 etcdserver: v3compactor should use proper clock for latency (took) reporting. Piotr Tabor 2020-09-15 12:02:41 +02:00
  • aa10b1ee7f ./test: Add PASSES="mod_tidy" check Piotr Tabor 2020-09-11 23:10:47 +02:00
  • 0f195baca1 ./test: CI (./test) should never edit go.mod nor go.sum files Piotr Tabor 2020-09-11 19:47:24 +02:00
  • d19758b501 go.sum: Regenerate go.sum to keep it fully in sync. Piotr Tabor 2020-09-11 19:38:52 +02:00
  • fb2e96e651 vendor: Get rid of ./vendor cleanup Piotr Tabor 2020-09-09 16:12:31 +02:00
  • 2d76f9d17d vendor: Remove /vendor and add to .gitignore Piotr Tabor 2020-09-09 14:08:12 +02:00
  • 0a106754d3 etcdserver: Speed-up v3compactor unit tests. Piotr Tabor 2020-09-11 18:59:33 +02:00
  • d6327a0aa9 WIP: for testing purpose only jingyih 2020-09-15 15:38:59 +08:00
  • 3019246742 etcdserver: add ConfChangeAddLearnerNode to the list of config changes galal-hussein 2020-09-11 21:17:06 +02:00
  • 7af8241764 etcdserver: add ConfChangeAddLearnerNode to the list of config changes galal-hussein 2020-09-11 21:17:06 +02:00
  • 01bd0d468d
    Merge pull request #12297 from spzala/issue12093 Jingyi Hu 2020-09-14 08:19:45 -07:00
  • c7458015d3 config: grpc gateway Sahdev P. Zala 2020-09-13 23:10:39 -04:00
  • 54785958c9 lease: fix lease expiry bases on wall clock chenwanli 2020-09-13 13:10:38 +08:00
  • ef8d33f1ef go.mod/vendor: update tangcong 2020-09-12 17:41:09 +08:00