b6f095e367
Changelog: modify dependencies bumping go to 1.19.12
...
Signed-off-by: Luke Zhang <z764969689@163.com >
2023-08-02 16:17:42 +08:00
eb04f3ad8d
Merge pull request #16338 from chaochn47/bump-up-grpc
...
Fix 15877 and bump up gRPC from v1.52.0 to v1.57.0
2023-08-02 08:36:02 +01:00
fbe5ca6747
Merge pull request #16346 from z764969689/main
...
bump go version to 1.19.12
2023-08-02 07:54:19 +01:00
569ec51965
bump go version to 1.19.12
...
Signed-off-by: Luke Zhang <z764969689@163.com >
2023-08-02 12:56:23 +08:00
f3a03247df
Merge pull request #16265 from kensou97/expose-session-context
...
clientv3: add Ctx() to return context of session
2023-08-01 17:09:01 +01:00
8524903935
Merge pull request #16223 from kensou97/fix-barrier
...
clientv3: fix barrier.Wait() still block after barrier.Release()
2023-08-01 17:08:17 +01:00
9ad5189d3d
Merge pull request #16313 from CaojiamingAlan/check_version
...
checks the client supported versions based on the current version
2023-08-01 09:23:38 +01:00
24c6fb4b4d
Fix 15877 and bump up gRPC from v1.52.0 to v1.57.0
...
Signed-off-by: Chao Chen <chaochn@amazon.com >
2023-07-31 13:57:24 -07:00
4d4ba98c28
Merge pull request #16335 from etcd-io/dependabot/github_actions/github/codeql-action-2.21.2
...
build(deps): bump github/codeql-action from 2.21.0 to 2.21.2
2023-07-31 19:56:15 +01:00
b8f08c972f
build(deps): bump github/codeql-action from 2.21.0 to 2.21.2
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.21.0 to 2.21.2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](1813ca74c3...0ba4244466
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-31 17:04:27 +00:00
9637b07f7b
Merge pull request #16325 from serathius/reader-writer
...
Separate Writer interface from BatchTx interfaces
2023-07-31 11:48:52 +02:00
53cbd81009
Separate Writer interface from BatchTx interfaces
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2023-07-31 10:18:01 +02:00
41ab23c67b
Merge pull request #16318 from jmhbnz/align-race-detection
...
Simplify go data race detection controls
2023-07-31 09:12:27 +01:00
9126a0fe11
Merge pull request #16324 from chaochn47/bump-up-gRPC
...
Fix http2 authority header in multiple endpoints scenario and bump up grpc from `v1.51.0` to `v1.52.0`
2023-07-31 08:58:58 +02:00
8aeed09f2c
endpoints.Interpret returns Host:port as ServerName
...
Signed-off-by: Chao Chen <chaochn@amazon.com >
2023-07-28 16:19:54 -07:00
e5b7dde17e
Add a method to export membership info to v2 store from RaftCluster
...
Signed-off-by: Geeta Gharpure <geetagh@amazon.com >
2023-07-28 16:55:41 +00:00
3b708df1e0
Merge pull request #16320 from serathius/rlock2
...
Remove RLock/RUnlock from BatchTx
2023-07-28 12:11:53 +02:00
29769984e6
Remove RLock/RUnlock from BatchTx
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2023-07-28 11:39:50 +02:00
44f6f4a4a2
Merge pull request #16323 from jmhbnz/improve-default-labels
...
Automate adding area/testing label to flake issues
2023-07-28 05:33:11 +01:00
c023c06903
checks the client supported versions based on the current version
...
Signed-off-by: caojiamingalan <alan.c.19971111@gmail.com >
2023-07-27 19:42:02 -05:00
9bd0e83cdf
Automate adding area/testing label to flake issues.
...
Signed-off-by: James Blair <mail@jamesblair.net >
2023-07-28 10:07:08 +12:00
e59e3d709c
dependency: bump google.golang.org/grpc from 1.51.0 to 1.52.0
...
Signed-off-by: Chao Chen <chaochn@amazon.com >
2023-07-27 13:25:12 -07:00
9f72c648d3
Merge pull request #14691 from serathius/lazyfs
...
tests: Add support for lazyfs
2023-07-27 15:27:10 +02:00
145cae36ef
Merge pull request #16312 from serathius/rlock
...
server: Remove Lock/Unlock from ReadTx
2023-07-27 15:18:53 +02:00
5b9b303fa7
Simplify go data race detection control.
...
Use data race detection by default for all amd64 and arm64 tests.
Remove redundant parameters in github workflows.
Signed-off-by: James Blair <mail@jamesblair.net >
2023-07-27 23:49:09 +12:00
eb32d9cccc
tests: Add support for lazyfs
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2023-07-27 13:42:38 +02:00
6981e4820f
Merge pull request #16317 from serathius/substruct
...
tests: Make EtcdServerProcess substruct of proxyEtcdProcess to dummy methods when extending EtcdProcess interface
2023-07-27 13:41:14 +02:00
b4f8a7be51
server: Remove Lock/Unlock from ReadTx
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2023-07-27 13:34:43 +02:00
424ced9ff3
Merge pull request #16248 from CaojiamingAlan/replace_lock_with_rlock
...
Replace unnecessary Lock()/Unlock()s with RLock()/RUnlock()s
2023-07-27 12:15:46 +02:00
828e789c18
tests: Make EtcdServerProcess substruct of proxyEtcdProcess to dummy methods when extending EtcdProcess interface
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2023-07-27 10:04:02 +02:00
d327cacb2f
Hold to v10.0.0 version
...
Signed-off-by: Vitaly Zhuravlev <v-zhuravlev@users.noreply.github.com >
2023-07-26 20:47:48 +00:00
af07f18dce
Merge pull request #16272 from gocurr/fix_unique_urls
...
pkg/flags: fix UniqueURLs'Set to remove duplicates in UniqueURLs'uss
2023-07-26 16:26:42 +01:00
4f78cc0810
pkg/flags: fix UniqueURLs'Set to remove duplicates in UniqueURLs'uss
...
From the name of func 'UniqueURLsFromFlag', we can tell that UniqueURLs'uss
should not have duplicates. The current implemention of UniqueURLs'Set
has a bug to make it unique.
Fixes : #16307 .
Signed-off-by: Jes Cok <xigua67damn@gmail.com >
2023-07-26 22:28:44 +08:00
6aad5084b0
Merge pull request #16310 from fuweid/test-lazyfs
...
tests/robustness: enhance compact failpoint
2023-07-26 16:01:07 +02:00
516e096a97
tests/robustness: enhance compact failpoint
...
If the cluster serves requests slowly, the database has few revision
number and then Compact won't trigger BatchCommit. Add a loop to check
the last revision is big enough to trigger panic.
Signed-off-by: Wei Fu <fuweid89@gmail.com >
2023-07-26 21:32:16 +08:00
21c4061d5c
Merge pull request #16288 from skitt/server-semconv-v1.17.0
...
server: switch to semconv v1.17.0
2023-07-26 13:30:55 +01:00
a6bffb8565
Merge pull request #16306 from ArkaSaha30/main
...
Manual Dependency Bump
2023-07-26 13:00:59 +01:00
da58ac9847
Bump github.com/mattn/go-runewidth to v0.0.15
...
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com >
2023-07-26 13:02:43 +05:30
326dab9bd7
Merge pull request #16279 from ahrtr/roadmap_20230721
...
Documentation: add roadmap
2023-07-26 08:14:17 +01:00
cb4d3a5697
Documentation: add a roadmap
...
Signed-off-by: Benjamin Wang <wachao@vmware.com >
2023-07-25 15:54:22 +01:00
0ba8b0fb16
Merge pull request #16294 from etcd-io/dependabot/github_actions/github/codeql-action-2.21.0
...
build(deps): bump github/codeql-action from 2.20.4 to 2.21.0
2023-07-25 07:29:03 +01:00
0e8c52504e
build(deps): bump github/codeql-action from 2.20.4 to 2.21.0
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.20.4 to 2.21.0.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](489225d82a...1813ca74c3
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-24 17:56:26 +00:00
1010115b8f
server: switch to semconv v1.17.0
...
This is the latest semconv package used in etcd's dependencies.
Switching to that version reduces the overall package dependencies of
the project (and helps downstream projects which track this,
e.g. Kubernetes).
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2023-07-24 15:53:04 +02:00
d204487b6a
Merge pull request #16283 from lance5890/fix_typo_in_raft.go
...
update typo in raft.go
2023-07-24 12:42:37 +01:00
0f975acf2f
update typo in raft.go
...
Signed-off-by: lan.tian <lance5890@163.com >
2023-07-24 15:48:55 +08:00
26b3ecf5aa
Merge pull request #16281 from eltociear/fix-typo
...
Fix typo in triage_issues.md
2023-07-23 14:51:46 +01:00
0a314c9da3
Fix typo in triage_issues.md
...
Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com >
2023-07-23 22:47:17 +09:00
6979a06e6c
Merge pull request #16257 from etcd-io/dependabot/go_modules/github.com/cheggaaa/pb/v3-3.1.4
...
build(deps): bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.4
2023-07-22 06:14:57 +01:00
8d85baec80
dependency: bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.4 for etcdctl and tests
...
Signed-off-by: Benjamin Wang <wachao@vmware.com >
2023-07-21 16:14:59 +01:00
824337a272
build(deps): bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.4
...
Bumps [github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb ) from 3.1.2 to 3.1.4.
- [Commits](https://github.com/cheggaaa/pb/compare/v3.1.2...v3.1.4 )
---
updated-dependencies:
- dependency-name: github.com/cheggaaa/pb/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-21 16:12:27 +01:00