Commit Graph

  • 0daf06fa83 CHANGELOG: add item into 3.4/3.5 Wei Fu 2023-03-22 13:53:09 +08:00
  • 284c312fd4
    Merge pull request #15518 from fuweid/cp-15509-to-3.4 Benjamin Wang 2023-03-22 12:10:01 +08:00
  • 336ac78ebe
    Merge pull request #15542 from mitake/revert-14548-v2 Benjamin Wang 2023-03-22 06:19:30 +08:00
  • 3573d791e4
    Remove e2e from coverage calculation. James Blair 2023-03-22 09:52:25 +13:00
  • be808bde23 Revert "tests: a test case for watch with auth token expiration" Hitoshi Mitake 2023-03-21 22:12:13 +09:00
  • c8f890cde1 Revert "*: handle auth invalid token and old revision errors in watch" Hitoshi Mitake 2023-03-21 22:11:26 +09:00
  • 614dccaa2a Revert "*: handle auth invalid token and old revision errors in watch" Hitoshi Mitake 2023-03-21 21:57:12 +09:00
  • c62cf2cb9f
    Merge pull request #15538 from ahrtr/dependency_20230321 Benjamin Wang 2023-03-21 16:30:36 +08:00
  • f43dccb2f3
    Merge pull request #15536 from etcd-io/dependabot/github_actions/actions/setup-go-4.0.0 Benjamin Wang 2023-03-21 09:35:07 +08:00
  • 8c4bbcc8c7 dependency: bump golang.org/x/ to 0.7.0 Benjamin Wang 2023-03-21 08:33:05 +08:00
  • 1b2b89e378 dependency: bump github.com/mgechev/revive to 1.3.1 and honnef.co/go/tools to 0.4.3 Benjamin Wang 2023-03-21 08:29:04 +08:00
  • 64319cf9b7
    build(deps): bump actions/setup-go from 3.5.0 to 4.0.0 dependabot[bot] 2023-03-21 00:33:10 +00:00
  • 9d8292256b
    Merge pull request #15534 from etcd-io/dependabot/github_actions/actions/checkout-3.4.0 Benjamin Wang 2023-03-21 08:32:24 +08:00
  • 10196c55a7
    Merge pull request #15535 from etcd-io/dependabot/github_actions/github/codeql-action-2.2.7 Benjamin Wang 2023-03-21 08:29:55 +08:00
  • b7f8fb1cc5
    Merge pull request #15521 from serathius/cov-main Benjamin Wang 2023-03-21 06:42:31 +08:00
  • 46ae7ebd96
    Merge pull request #15520 from serathius/fix-issue15271-3.4 Benjamin Wang 2023-03-21 06:39:25 +08:00
  • 586d053d84
    build(deps): bump github/codeql-action from 2.2.6 to 2.2.7 dependabot[bot] 2023-03-20 18:06:24 +00:00
  • dd6fa9fd10
    build(deps): bump actions/checkout from 3.3.0 to 3.4.0 dependabot[bot] 2023-03-20 18:06:19 +00:00
  • 9685d771f4
    build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace dependabot[bot] 2023-03-20 18:03:19 +00:00
  • 3aed60919c
    build(deps): bump github.com/prometheus/common from 0.37.0 to 0.42.0 dependabot[bot] 2023-03-20 18:03:00 +00:00
  • 3fd81406f2
    build(deps): bump golang.org/x/crypto from 0.6.0 to 0.7.0 dependabot[bot] 2023-03-20 18:02:50 +00:00
  • bd1c68a247
    build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc dependabot[bot] 2023-03-20 18:02:41 +00:00
  • 9ee28008ad
    build(deps): bump go.uber.org/atomic from 1.7.0 to 1.10.0 dependabot/go_modules/go.uber.org/atomic-1.10.0 dependabot[bot] 2023-03-20 18:02:12 +00:00
  • 1358a3cbae
    build(deps): bump github.com/go-openapi/loads in /tools/mod dependabot[bot] 2023-03-20 17:59:25 +00:00
  • 7d40d8f5ff
    build(deps): bump github.com/mattn/go-runewidth in /tools/mod dependabot[bot] 2023-03-20 17:59:18 +00:00
  • c5b8f1a362
    build(deps): bump github.com/fsnotify/fsnotify in /tools/mod dependabot[bot] 2023-03-20 17:59:14 +00:00
  • 47f75209a3
    build(deps): bump honnef.co/go/tools from 0.4.2 to 0.4.3 in /tools/mod dependabot[bot] 2023-03-20 17:59:10 +00:00
  • a9a2c413d3
    build(deps): bump github.com/go-openapi/strfmt in /tools/mod dependabot[bot] 2023-03-20 17:59:03 +00:00
  • 561c94019f Point coverage to correct branch Marek Siarkowicz 2023-03-20 16:19:34 +01:00
  • 29ecfc0185 server: Test watch restore Marek Siarkowicz 2023-03-16 21:23:52 +01:00
  • 8160d9aea5 mvcc: update minRev when watcher stays synced Bogdan Kanivets 2023-03-09 14:11:37 -08:00
  • fe37277c7e
    Merge pull request #15517 from fuweid/cp-15509-to-3.5 Benjamin Wang 2023-03-20 21:45:59 +08:00
  • 303519c7b8 server/embed: fix data race when start insecure grpc Wei Fu 2023-03-18 21:28:34 +08:00
  • 9e974792f9 server/embed: fix data race when start insecure grpc Wei Fu 2023-03-18 21:28:34 +08:00
  • 15b3756abd
    Merge pull request #15515 from serathius/fix-issue15271-3.5 Marek Siarkowicz 2023-03-20 13:08:31 +01:00
  • 92e56ab61e server: Test watch restore Marek Siarkowicz 2023-03-16 21:23:52 +01:00
  • dafdaaedf2 mvcc: update minRev when watcher stays synced Bogdan Kanivets 2023-03-09 14:11:37 -08:00
  • 6d01ab641f
    Merge pull request #15492 from serathius/fix-issue15271 Marek Siarkowicz 2023-03-20 12:01:45 +01:00
  • 3e5fc2e4fc tests: Enable BlackholeUntilSnapshot robustness scenario Marek Siarkowicz 2023-03-16 22:23:17 +01:00
  • 7052d8998a server: Test watch restore Marek Siarkowicz 2023-03-16 21:23:52 +01:00
  • a690707c57 mvcc: update minRev when watcher stays synced Bogdan Kanivets 2023-03-09 14:11:37 -08:00
  • 8cb8f4bf1c
    Merge pull request #15489 from fuweid/fix-data-race-in-ut Marek Siarkowicz 2023-03-20 10:23:02 +01:00
  • 30abf17f92
    Merge pull request #15509 from fuweid/fix-15495 Marek Siarkowicz 2023-03-19 19:37:12 +01:00
  • eb09e00541 chore: refactor cleanup fn in mvcc test Wei Fu 2023-03-19 21:41:43 +08:00
  • 946918e4a1
    Merge pull request #15494 from jmhbnz/txn_help_docs Benjamin Wang 2023-03-19 06:42:12 +08:00
  • 201fad6c1e Rename to DefragBatchLimit sjdot 2023-03-18 17:40:10 -04:00
  • e9b810bfae Fix comment sjdot 2023-03-18 12:46:05 -04:00
  • 461ebc3f67 backend: add experimental defrag txn limit flag sjdot 2023-03-18 12:38:51 -04:00
  • a9988e2625 server/embed: fix data race when start insecure grpc Wei Fu 2023-03-18 21:28:34 +08:00
  • 930a450a55
    Merge pull request #15491 from serathius/test-cmux-3.5 Marek Siarkowicz 2023-03-18 13:23:36 +01:00
  • 736c89398b
    Merge pull request #15500 from chaochn47/document_measure_test_flakiness Marek Siarkowicz 2023-03-18 10:45:44 +01:00
  • 22181aa6e4
    Testing 3.4 ci fix. James Blair 2023-03-18 21:35:27 +13:00
  • c63442fa2e scripts: Add testing of etcd in local image for release workflow Prasad Chandrasekaran 2023-03-16 16:46:39 +05:30
  • 88e2ec3b9c server/auth: fix auth panic bug when user changes password tangcong 2023-03-09 12:21:50 +08:00
  • 8a48fd9cf6 Refactor: Use proper variable names for urls. James Blair 2023-03-14 18:37:52 +13:00
  • 6e09685520 build(deps): bump github.com/mikefarah/yq/v4 in /tools/mod dependabot[bot] 2023-03-14 00:40:03 +00:00
  • eb47dd49ae Update CONTRIBUTING.md reference for Codespaces Samruddhi Khandale 2023-03-13 17:13:08 +00:00
  • 54f618eb59 build(deps): bump github/codeql-action from 2.2.5 to 2.2.6 dependabot[bot] 2023-03-13 18:05:12 +00:00
  • 75a9260dc4 refactor: Use proper variable names for urls Marek Siarkowicz 2023-03-10 13:35:18 +01:00
  • 761c4ccc3f test: fix format error Benjamin Wang 2023-03-14 05:53:53 +08:00
  • 1eef621018 server/etcdserver: add log for terminating monitors Wei Fu 2023-03-11 14:31:15 +08:00
  • 8b275c8dd5 tests/integration: deflake #15409 Wei Fu 2023-03-11 14:04:15 +08:00
  • 7781b1a1ec FIX #13389 anon 2023-03-10 17:49:04 +02:00
  • 0041fc7646 server: Switch back to random scheduler to improve resilience to watch starvation Marek Siarkowicz 2023-03-08 15:07:25 +01:00
  • 6e931cf9b2 test: Test etcd watch stream starvation under high read response load when sharing the same connection Marek Siarkowicz 2023-03-02 12:31:13 +01:00
  • fd6df7e71d dependency: bump golang.org/x/net to v0.8.0 Benjamin Wang 2023-03-07 06:52:07 +08:00
  • 95c7c59260 dependency: bump github.com/cheggaaa/pb/v3 to v3.1.2 Benjamin Wang 2023-03-07 06:17:01 +08:00
  • 8800bcaa57 Update contributing docs with new codespaces developement option. James Blair 2023-03-09 22:28:25 +13:00
  • 5518bf5fa6 Updated go to 1.19.7. James Blair 2023-03-08 21:39:28 +13:00
  • 0a55562cc2 pkg/schedule:correct comparison for FIFO schedule test dbadoy4874 2023-03-08 13:18:05 +09:00
  • 6d5f0f7c00 tests/integration: Update TestLeasingDeleteRangeContendTxn Wei Fu 2023-03-07 22:35:37 +08:00
  • 1ef60a2d88 Return default snapshot count to 10,000. James Blair 2023-03-06 20:21:03 +13:00
  • 2e79d2a2b7 migration auth tests to common #5 Chao Chen 2023-02-23 14:29:54 -08:00
  • 05cc25cef8 Add CHANGELOG entries for 3.4 and 3.5 go version 1.19. James Blair 2023-03-04 08:47:56 +13:00
  • 152d721971 Add initial .devcontainer for go.19. James Blair 2023-03-03 07:03:25 +13:00
  • 59418bcf5b Fixing flaky TestLeasingDeleteRangeContendTxn Thomas Jungblut 2023-03-03 11:38:22 +01:00
  • 9246fd8bd6 migrate auth tests to common #6 Chao Chen 2023-02-23 16:09:14 -08:00
  • 63b386b1c7 rpctypes: use status.Error() instead of status.New().Err() xakdwch 2023-03-02 10:47:09 +08:00
  • 8ba27123ea rafthttp: replace inline code with existing function The isMsgApp function implements the judgment of the MsgApp message, use the isMsgApp function instead. xakdwch 2023-03-03 09:50:14 +08:00
  • c062dced01 dependency: bump go.opentelemetry.io/otel to v1.14.0 Benjamin Wang 2023-03-03 15:44:47 +08:00
  • ea64f90ea8 workflows: Remove non-root gomod dependabot rules and enable dependency-type all to ensure upgrade of indirect dependencies Marek Siarkowicz 2023-02-14 11:19:00 +01:00
  • c799d76e0c dependency: bump golang.org/x/sync to v0.1.0 Benjamin Wang 2023-02-28 06:56:16 +08:00
  • 7fae65922e dependency: bump golang.org/x/sys to v0.5.0 Benjamin Wang 2023-02-28 06:54:08 +08:00
  • 7c40e9c1c5 dependency: bump golang.org/x/crypto to v0.6.0 Benjamin Wang 2023-02-28 06:51:55 +08:00
  • e0e041661f dependency: bump golang.org/x/time to v0.3.0 Benjamin Wang 2023-02-28 06:49:39 +08:00
  • 31180deb4d dependency: bump github.com/stretchr/testify from 1.8.1 to 1.8.2 Benjamin Wang 2023-02-28 06:44:33 +08:00
  • d65adcd619 Incorporate review comment - reuse build and modularize Prasad Chandrasekaran 2023-03-16 11:07:27 +05:30
  • 91a101a30b fix: enable pipefail mode for grpcproxy test Wei Fu 2023-03-18 11:24:04 +08:00
  • 830d9e9eaa test: fix TestRestoreContinueUnfinishedCompaction Wei Fu 2023-03-16 22:19:21 +08:00
  • d200f72d2d test: should not leak goroutines after test finished Wei Fu 2023-03-16 21:35:52 +08:00
  • f9bdd8c96c
    Merge pull request #15502 from chaochn47/deflake_TestMemberList Benjamin Wang 2023-03-18 07:55:02 +08:00
  • 6cfe4bcf1f
    Merge pull request #15501 from chaochn47/defake_TestTracing Benjamin Wang 2023-03-18 07:24:02 +08:00
  • d7f992c351 enable pre-vote by default and add retry on member_test Chao Chen 2023-03-17 15:15:13 -07:00
  • f163af2bc8 deflake TestTracing Chao Chen 2023-03-17 14:39:18 -07:00
  • fcdf0ebd81 document measure-test-flakiness.sh Chao Chen 2023-03-17 14:15:54 -07:00
  • b39abab980 tests: Ensure that spawning all commands is properly logged Marek Siarkowicz 2023-03-17 14:01:01 +01:00
  • b6c830a509
    feat: add riscv64 support Aleksandr Razumov 2023-03-16 19:00:25 +03:00
  • 86101d333b tests: Add v2 API to connection multiplexing test Marek Siarkowicz 2023-03-16 17:24:15 +01:00
  • eb614c35f7 tests: Add connection muiltiplexer testing Marek Siarkowicz 2023-03-14 15:44:16 +01:00
  • 2eeb26083f tests: Backport RunUtilCompletion Marek Siarkowicz 2023-03-16 13:53:17 +01:00