Commit Graph

  • 1983c89e27 pkg/logutil, etcdserver: Move zap-raft logger to etcdserver. Piotr Tabor 2020-09-30 09:16:07 +0200
  • 5ba46f625f pkg/mock: Update imports to point on new files locations. Piotr Tabor 2020-09-29 23:21:47 +0200
  • 28036db6f0 Mechanical: Move mock packages out of ./pkg Piotr Tabor 2020-09-29 23:14:08 +0200
  • eb0fb0e799
    Merge pull request #12356 from cfc4n/automated-cherry-pick-of-#12264-upstream-release-3.4 Gyuho Lee 2020-10-12 14:26:50 -0700
  • 0b95e8cef1
    Merge pull request #12374 from ptabor/20201009-new-genproto Gyuho Lee 2020-10-12 14:25:43 -0700
  • fa83da446b
    Merge pull request #12369 from ptabor/20201007-snapshot-out Gyuho Lee 2020-10-12 14:24:45 -0700
  • 891c69a5cf
    Merge pull request #12386 from 2hamed/patch-1 Sahdev Zala 2020-10-12 14:55:48 -0400
  • f67b25102c e2e: increase the dialTimeout to fix the flaky test TestIssue6361 yoyinzyc 2020-10-12 11:13:46 -0700
  • 3e8ffc7cda etcdserver: add getDowngradeEnabled http handler; attach downgrade monitor to server to monitor downgrade status. yoyinzyc 2020-10-12 10:50:35 -0700
  • 386bf316a4 README: Fixed the link to test dir Hamed Momeni 2020-10-10 22:08:31 +0200
  • 30811a06aa etcdctl, clientv3/snapshot: snapshot (Restore,Status) code out of client Piotr Tabor 2020-10-08 22:29:02 +0200
  • 00e49d0c10
    build: Fix updating 'go.etcd.io/etcd/api/v3/version.GitSHA' + test (#12382) Piotr Tabor 2020-10-10 02:32:15 +0200
  • e1bf097928
    Merge pull request #12266 from chaitanyaenr/etcd_fsync_alert Sam Batschelet 2020-10-09 14:42:12 -0400
  • bc0d8dad1e
    Merge pull request #12380 from ptabor/20201009-move-single-integration Joe Betz 2020-10-09 13:14:15 -0400
  • 485030052a tests/integration: Move misplaces integration tests. Piotr Tabor 2020-10-09 09:39:55 +0200
  • 24724af7f1
    etcdserver: prevent crash using expvars when server is not running (#12376) Josh Bleecher Snyder 2020-10-08 17:37:25 -0700
  • 11ba1a6109
    namespace: check IsWithFromKey if keyLen equal 0. (#12307) CFC4N 2020-10-09 08:34:09 +0800
  • dfdda47bd8 script/genproto.sh: Refactor to be explicit about versions. Piotr Tabor 2020-10-08 19:48:35 +0200
  • 2c66612e0e
    Merge pull request #12339 from ptabor/202009027-module-tests Jingyi Hu 2020-10-08 09:25:57 -0700
  • f67956cb7a clientv3: Expose clientv3/examples close to the code. Piotr Tabor 2020-10-06 22:36:16 +0200
  • dd45d04b2d clientv3/concurrency: Expose examples close to the source-code. Piotr Tabor 2020-10-06 14:19:02 +0200
  • c5ccebf792 tests/integration: Simplify the testMain for examples. Piotr Tabor 2020-10-06 13:40:32 +0200
  • 73b92fe688 tests: Make examples (for not client) to be both: documentation and integration-runnable Piotr Tabor 2020-10-05 11:31:09 +0200
  • 313087f8c5 ./test,./scripts: Update go.sum and bill-of-materials generation logic (and refresh bom). Piotr Tabor 2020-10-07 15:29:50 +0200
  • 9866c7e8ff .words: Expanded and resorted .words dictionary file. Piotr Tabor 2020-09-29 10:38:50 +0200
  • 7886ec8574 test: Modules: PASSES="integration" ./test understand new file locations Piotr Tabor 2020-09-28 17:56:07 +0200
  • be4e8b7013 integration/fixtures: Move the 'tests/integration/fixtures' directory up and update references. Piotr Tabor 2020-10-07 15:38:28 +0200
  • bb9703820c tests/integration: Move of naming/snapshot clientv3 tests (and yaml reference) Piotr Tabor 2020-09-28 11:03:29 +0200
  • ffd4d5173c tests/mod.go: Update of go.mod after move of integration tests. Piotr Tabor 2020-09-30 10:26:32 +0200
  • b27b17b44c tests/functional: Mechanical rename of imports etcd/v3/integration/ -> etcd/tests/v3/integration/... Piotr Tabor 2020-10-07 15:15:22 +0200
  • 3153038ffb tests/integration: Moving integration tests to tests/integration directory Piotr Tabor 2020-09-27 13:52:42 +0200
  • b382429d01 tests: Move functional tests to 'tests' module. Piotr Tabor 2020-09-27 09:51:09 +0200
  • 8907b146d4 tests/functional: Mechanical rename of imports etcd/v3/functional/ -> etcd/tests/v3/functional/... Piotr Tabor 2020-10-07 15:09:12 +0200
  • 69254d8cf8 functional,tests: git mv functional tests/ Piotr Tabor 2020-09-27 00:40:55 +0200
  • 4fb48b7c14 tests: Estabilishing module for tests Piotr Tabor 2020-09-27 00:09:38 +0200
  • 0aab02e7b5
    Merge pull request #12367 from ptabor/20201005-api2client Jingyi Hu 2020-10-07 05:56:11 -0700
  • 997961ebfd bom: Update bill of materials to reflect the new module. Piotr Tabor 2020-10-06 12:28:40 +0200
  • ec3026fdc9 *: Run ./scripts/genproto.sh (protoc 3.12.3) after proto file moves. Piotr Tabor 2020-10-05 17:32:19 +0200
  • 28f2b07623 *: Update references to code moved to the api/ dir. Piotr Tabor 2020-10-05 17:21:03 +0200
  • 2edb08642c api: Make api/ a module that will contain proto-definitions. Piotr Tabor 2020-10-06 09:59:04 +0200
  • 389642dd16 client: Move client specific code (protos, version) to api/ Piotr Tabor 2020-10-05 14:20:14 +0200
  • 7bd956fa2b
    Merge pull request #12366 from guusvw/fix-yaml-indention-doc Sahdev Zala 2020-10-05 14:08:12 -0400
  • 985d4cffc4
    Documentation: the example alert file had a wrong indentation Guus van Weelden 2020-10-05 17:12:48 +0200
  • 0693e2b4df
    Merge pull request #12355 from cfc4n/changelog_gettoken Sahdev Zala 2020-10-05 11:14:09 -0400
  • fdb3f89730
    Merge pull request #12362 from ptabor/20201001-deflake-unit-race Gyuho Lee 2020-10-04 20:47:52 -0700
  • 97820f1c6e integration: Fix flakes of TestV3WatchRestoreSnapshotUnsync Piotr Tabor 2020-10-02 20:35:51 +0200
  • 98b123f034 mvcc: Fix races between metrics gathering and mvcc.Restore Piotr Tabor 2020-10-02 19:36:18 +0200
  • 220f711a2a clientv3/integration: Fix leaked goroutine in case of skipped test. Piotr Tabor 2020-10-01 17:56:28 +0200
  • 528f5315d6 auth: Fix "race" - auth unit tests leaking goroutines Piotr Tabor 2020-10-01 16:03:05 +0200
  • 0e5d81704f .travis.yml, scripts: Fix minor bugs in the test script. Piotr Tabor 2020-10-01 14:34:58 +0200
  • c54c59d339
    clientv3: get AuthToken automatically when clientConn is ready. CFC4N 2020-09-16 23:15:29 +0800
  • 40b71074e8
    clientv3: get AuthToken automatically when clientConn is ready. CFC4N 2020-09-16 23:15:29 +0800
  • b0e8ec951c
    CHANGELOG: update for #12165 , #12264 . CFC4N 2020-09-30 16:57:15 +0800
  • ab4cc3caef
    raft/log: remove redundant code logic (#12346) vivian 2020-09-30 10:48:32 +0800
  • a6b0375b7b
    Travis: Reduce footprint of unit tests - so hopefully flakiness (#12350) Piotr Tabor 2020-09-30 04:47:05 +0200
  • b47cd2f470
    Merge pull request #12322 from ptabor/20200920-test-script Joe Betz 2020-09-29 11:09:24 -0400
  • 3022bd73ce Documentation/etcd-mixin/mixin.libsonnet: Add alerts for etcd fsync duration Naga Ravi Chaitanya Elluri 2020-09-02 11:49:49 -0400
  • b3bbe10465 go.sum: Update & make sure PASSES="mod_tidy" ./test detects such problems. Piotr Tabor 2020-09-26 15:25:15 +0200
  • f1d4593241 ./test: Refactoring of test script for modularization Piotr Tabor 2020-09-20 12:25:49 +0200
  • cc2b4cd05e
    etcdserver: add more detailed traces on linearized reading (#12335) Pierre Zemb 2020-09-27 04:08:36 +0200
  • 31426b0041 clientv3/ordering: Split mocked part of the test from integration-level test. Piotr Tabor 2020-09-25 17:12:00 +0200
  • d65b5d6791 Makefile: Improve the 'make clean' to remove all the tmp artifacts Piotr Tabor 2020-09-20 14:06:13 +0200
  • 16eeedffaa pkg/testutil: Fixing flakes due to >>leak" text/template/parse goroutines. Piotr Tabor 2020-09-22 09:27:58 +0200
  • 73e5714bc5
    integration: 'go test -tags cluster_proxy -v ./integration/... ./clientv3/...' passes now. (#12319) Piotr Tabor 2020-09-25 21:18:58 +0200
  • 3f36143790
    pkg/traceutil: skip subTraceStart/subTraceEnd steps when logging steps (#12262) mlmhl 2020-09-26 02:46:06 +0800
  • 7bf75824bf
    CHANGELOG: Update changelog about modules instead of ./vendor (#12313) Piotr Tabor 2020-09-25 20:29:51 +0200
  • ed82418799
    Documentation: Add etcd database quota alerts (#12249) Naga Ravi Chaitanya Elluri 2020-09-25 14:03:04 -0400
  • 8050881aaf
    clientv3:get AuthToken gracefully without extra connection. (#12165) CFC4N 2020-09-26 02:01:54 +0800
  • 74fea11ddc
    Documentation/etcd-mixin: Adhere to monitoring mixins annotation guidelines (#12224) Paweł Krupa 2020-09-25 19:56:52 +0200
  • add86bbd1a
    pkg/fileutil: use fcntl syscall wrappers from golang.org/x/sys/unix (#12316) Tobias Klauser 2020-09-25 08:02:32 +0200
  • 4136df7933
    lease: fix lease expiry bases on wall clock (#12292) yofan 2020-09-25 13:59:25 +0800
  • 8c192d99df
    clientv3: get AuthToken automatically when clientConn is ready. (#12264) CFC4N 2020-09-25 13:43:21 +0800
  • 205a656cc5
    Merge pull request #11853 from viviyww/dev1 Jingyi Hu 2020-09-21 09:13:31 -0700
  • 353fcf0924
    Merge pull request #12314 from viviyww/incorrect-log Jingyi Hu 2020-09-21 03:17:59 -0700
  • de1550d7c8
    Merge pull request #12318 from ptabor/20200920-leak-detection-flake-fix Jingyi Hu 2020-09-21 01:22:06 -0700
  • ff516e3a36 etcdserver: fix log info error yangweiwei 2020-09-18 10:28:42 +0800
  • c88d1497ee tools: fix test case errors in etcd-dump-logs yangweiwei 2020-05-07 17:22:22 +0800
  • 14566556f3
    Merge pull request #12283 from teddylear/feature/FixPortOnTest Jingyi Hu 2020-09-20 08:30:48 -0700
  • 132098b028
    Merge pull request #12311 from ptabor/20200917-proxy-watcher-progress-panic Jingyi Hu 2020-09-20 08:07:20 -0700
  • 3b92b9f884 embed: TestStartEtcdWrongToken now uses dynamic ports instead of default teddylear 2020-09-09 22:44:16 -0400
  • 5f9a1394db integration,proxy: Skip WatchRequestProgress test in grpc-proxy mode. Piotr Tabor 2020-09-17 08:58:22 +0200
  • 04b91945f4 pkg/testutil: Ignore flakes due to "leaked" testing.runTests goroutine. Piotr Tabor 2020-09-19 17:12:19 +0200
  • 6d5b77b91b
    Merge pull request #12315 from BinacsLee/binacs-mvcc-fix-typo Jingyi Hu 2020-09-18 09:17:59 -0700
  • 6968c45f58 mvcc: fix typo Binacs Lee 2020-09-18 06:50:56 +0000
  • 588c021ddb
    Merge pull request #12308 from zcchew1202/readme-fix Sahdev Zala 2020-09-17 16:29:18 -0400
  • be348f0ea6 Doc: Add that grpc-proxy is optional in readme Zi Chien Chew 2020-09-16 16:48:51 -0400
  • 528b01c327
    Merge pull request #12303 from ptabor/20200915-v3compactor-metric-reporting Jingyi Hu 2020-09-17 02:26:56 -0700
  • 2fee6bd5f3
    Merge pull request #12279 from ptabor/20200908-no-vendor Jingyi Hu 2020-09-17 02:21:56 -0700
  • 17ceed9b47
    `etcd.service`: Support Graceful Reboot for AIO Node Wong Hoi Sing Edison 2020-08-26 11:38:04 +0800
  • 3e1a64913a
    Merge pull request #12286 from ptabor/20200911-short-test-separated Jingyi Hu 2020-09-16 05:16:18 -0700
  • 3f449a8548 *: 'go test --short ./...' runs all UNIT tests. Piotr Tabor 2020-09-11 19:07:19 +0200
  • 138a312643 scripts: Removed updatedep.sh. Piotr Tabor 2020-09-16 13:04:58 +0200
  • 2aaf4f3d7a
    Merge pull request #12278 from ptabor/20200907-fix-cov-integration Jingyi Hu 2020-09-16 01:55:09 -0700
  • 6d07caee50
    Merge pull request #12304 from jingyih/update_changelog_12288 Sahdev Zala 2020-09-15 22:31:01 -0400
  • 37fe4b9afa CHANGELOG: update from 12288 and 12299 jingyih 2020-09-15 09:20:08 -0700
  • 872e5a78a3 clientv3/integration: Fix TestLeasingTxtOwnerGet test getting stuck in 'cluster_proxy' mode: Piotr Tabor 2020-09-11 12:48:07 +0200
  • 7e2d426ec0
    Merge pull request #12299 from galal-hussein/fix_panic_34 Jingyi Hu 2020-09-15 09:04:18 -0700
  • 3752333162
    Merge pull request #12288 from galal-hussein/fix_learner_panic_master Jingyi Hu 2020-09-15 08:59:36 -0700
  • 2048c80760 etcdserver: v3compactor should use proper clock for latency (took) reporting. Piotr Tabor 2020-09-15 12:02:41 +0200
  • aa10b1ee7f ./test: Add PASSES="mod_tidy" check Piotr Tabor 2020-09-11 23:10:47 +0200