Benjamin Wang
cd6cab5e03
Merge pull request #16190 from kensou97/changelog-16188
...
update changelog for #16188
2023-07-06 18:59:31 +01:00
zhangwenkang
6f94f118e6
update changelog for #16188
...
Signed-off-by: zhangwenkang <zwenkang@vmware.com>
2023-07-06 17:22:10 +08:00
Benjamin Wang
e887e5291a
Merge pull request #16067 from geetasg/pr1
...
Adding test for updateClusterVersionV3
2023-07-06 08:36:19 +01:00
Benjamin Wang
93bfdba265
Merge pull request #16156 from kensou97/fix-barrier
...
clientv3: remove v3.WithFirstKey() in Barrier.Wait()
2023-07-06 08:29:21 +01:00
Benjamin Wang
226e2cf1c8
Merge pull request #15924 from CaojiamingAlan/add-cluster-id-check-for-hashKVHandler
...
Add cluster id check for hash kv handler
2023-07-05 20:41:41 +01:00
caojiamingalan
eff9517a90
etcdserver: add cluster id check for hashKVHandler
...
Signed-off-by: caojiamingalan <alan.c.19971111@gmail.com>
2023-07-05 14:09:40 -05:00
Benjamin Wang
89bbba8fb3
Merge pull request #16174 from twz123/jwt-ed25519-support
...
auth: Support for EdDSA JWT algorithm
2023-07-05 12:29:04 +01:00
Tom Wieczorek
a8a9ebd281
auth: Support for EdDSA JWT algorithm
...
The golang-jwt library supports this already, so supporting it is just a
matter of wiring things up.
Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
2023-07-05 11:33:08 +02:00
Benjamin Wang
76285f7f0f
Merge pull request #15962 from HubertZhang/changelog-15939
...
update changelog for #15939
2023-07-05 10:20:56 +01:00
zhangwenkang
3d3e91c6e3
clientv3: remove v3.WithFirstKey() in Barrier.Wait()
...
fix the unexpected blocking when using Barrier.Wait(), e.g.
NewBarrier(client, "a").Wait() will block if key "a" is not existed but "a0" is existed, but it should return immediately.
Signed-off-by: zhangwenkang <zwenkang@vmware.com>
2023-07-04 22:01:54 +08:00
Benjamin Wang
ac58abcf7e
Merge pull request #16155 from chaochn47/update-README
...
update README about profile learner
2023-07-04 14:08:51 +01:00
Marek Siarkowicz
534b1e5233
Merge pull request #16161 from serathius/robustness-limit-non-unique-writes
...
tests/robustness: Prevent to many concurrent non-unique writes which are causing linearization to timeout
2023-07-04 08:56:51 +02:00
Benjamin Wang
e04ab3fdc4
Merge pull request #16168 from etcd-io/dependabot/go_modules/tools/mod/gotest.tools/v3-3.5.0
...
build(deps): bump gotest.tools/v3 from 3.4.0 to 3.5.0 in /tools/mod
2023-07-03 19:41:39 +01:00
Benjamin Wang
fdae5a79f1
Merge pull request #16169 from etcd-io/dependabot/github_actions/github/codeql-action-2.20.2
...
build(deps): bump github/codeql-action from 2.20.1 to 2.20.2
2023-07-03 19:33:31 +01:00
dependabot[bot]
c03965aebe
build(deps): bump github/codeql-action from 2.20.1 to 2.20.2
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.20.1 to 2.20.2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](f6e388ebf0...004c5de30b
)
---
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-03 17:49:04 +00:00
dependabot[bot]
11e90c0bdb
build(deps): bump gotest.tools/v3 from 3.4.0 to 3.5.0 in /tools/mod
...
Bumps [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/gotestyourself/gotest.tools/releases )
- [Commits](https://github.com/gotestyourself/gotest.tools/compare/v3.4.0...v3.5.0 )
---
updated-dependencies:
- dependency-name: gotest.tools/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-03 17:23:21 +00:00
Benjamin Wang
e626c4dddb
Merge pull request #16166 from ahrtr/mark_compaction_comment_20230703
...
etcdutl: update description for `--mark-compacted and` and `--bump-revision` flags in snapshot restore command
2023-07-03 14:30:44 +01:00
Benjamin Wang
49d6d7e259
etcdutl: update description for --mark-compacted and --bump-revision flags in snapshot restore command
...
Signed-off-by: Benjamin Wang <wachao@vmware.com>
2023-07-03 13:50:26 +01:00
Marek Siarkowicz
8fca6ebdb2
tests/robustness: Prevent to many concurrent non-unique writes which are causing linearization to timeout
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2023-07-03 14:39:23 +02:00
Benjamin Wang
c6fd719ccf
Merge pull request #16029 from dusk125/revision-bump
...
Adding optional revision bump to snapshot restore
2023-07-03 07:01:53 +01:00
Marek Siarkowicz
57a583d140
Merge pull request #16153 from serathius/robustness-report-load
...
tests/robustness: Implement loading client reports
2023-07-02 11:20:30 +02:00
Chao Chen
249e6c27d6
update README about profile learner
...
Signed-off-by: Chao Chen <chaochn@amazon.com>
2023-06-28 23:54:20 -07:00
Marek Siarkowicz
11da84a1d1
tests/robustness: Implement loading client reports
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2023-06-28 15:35:17 +02:00
Benjamin Wang
833aabe4cd
Merge pull request #16149 from ArkaSaha30/main
...
Manual Dependency Bump
2023-06-28 10:04:50 +01:00
Benjamin Wang
22f9dac7b1
Merge pull request #15708 from chaochn47/confchange_raft_node_notifies_apply
...
raft node notifies configure when confChanged
2023-06-28 10:03:50 +01:00
ArkaSaha30
37bd1e3382
Bump dependency manually
...
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2023-06-28 12:39:27 +05:30
Benjamin Wang
bda68d8d06
Merge pull request #16074 from geetasg/pr2
...
Enable test to verify membership recovery from backend
2023-06-27 20:24:51 +01:00
Allen Ray
be3e851264
Adding optional revision bump and mark compacted to snapshot restore
...
Signed-off-by: Allen Ray <alray@redhat.com>
2023-06-27 09:26:25 -04:00
Benjamin Wang
46d3d3671c
Merge pull request #16145 from etcd-io/dependabot/github_actions/ossf/scorecard-action-2.2.0
...
build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0
2023-06-27 10:34:39 +01:00
Benjamin Wang
ea9112b940
Merge pull request #16146 from etcd-io/dependabot/github_actions/github/codeql-action-2.20.1
...
build(deps): bump github/codeql-action from 2.20.0 to 2.20.1
2023-06-27 10:03:16 +01:00
Benjamin Wang
9f351b3ec6
Merge pull request #16127 from chaochn47/runtime-reconfig-tests
...
add runtime reconfiguration tests
2023-06-27 09:56:56 +01:00
dependabot[bot]
24ecae0c35
build(deps): bump github/codeql-action from 2.20.0 to 2.20.1
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.20.0 to 2.20.1.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](6c089f53dd...f6e388ebf0
)
---
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-06-27 08:26:18 +00:00
dependabot[bot]
7b7f9740be
build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.1.3 to 2.2.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](80e868c13c...08b4669551
)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-27 08:26:16 +00:00
Marek Siarkowicz
56fc5e6c80
Merge pull request #16148 from CaojiamingAlan/fix_tag_in_comment
...
fix action tag comment pattern to be consistent
2023-06-27 10:25:36 +02:00
Chao Chen
6cdc9ae4fe
server/etcdserver/raft.go:
...
1. rename confChangeCh to raftAdvancedC
2. rename waitApply to confChanged
3. add comments and test assertion
Signed-off-by: Chao Chen <chaochn@amazon.com>
2023-06-26 22:42:44 -07:00
caojiamingalan
9f68fcc602
fix action tag comment pattern to be consistent
...
Signed-off-by: caojiamingalan <alan.c.19971111@gmail.com>
2023-06-26 18:03:19 -05:00
Benjamin Wang
ad3b6ee4c6
etcdserver: wait for raft is notified on confChange before responding to client
...
Signed-off-by: Benjamin Wang <wachao@vmware.com>
2023-06-26 13:40:51 -07:00
Chao Chen
8e161b68f3
add runtime reconfiguration tests
...
Signed-off-by: Chao Chen <chaochn@amazon.com>
2023-06-26 09:09:39 -07:00
Marek Siarkowicz
d3233fec0a
Merge pull request #16136 from serathius/robustness-watch-validation
...
Robustness watch validation
2023-06-26 14:43:02 +02:00
Marek Siarkowicz
1967b8e5e6
Merge pull request #16086 from CaojiamingAlan/applier_test
...
etcdserver: add tests for apply_auth.go
2023-06-26 12:20:05 +02:00
Marek Siarkowicz
09c462e2ea
tests/robustness: Add resumable validation and improve reliable validation
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2023-06-26 12:12:39 +02:00
Marek Siarkowicz
3ea0cb8d9c
Merge pull request #16137 from fuweid/deflake-failpoint-cases
...
*: should return exitCode even if cmd isn't nil
2023-06-26 11:39:02 +02:00
Marek Siarkowicz
467afe2c4b
Merge pull request #16135 from serathius/robustness-watch-operations
...
tests/robustness: Store whole watch operations
2023-06-26 11:13:26 +02:00
Benjamin Wang
739239f131
Merge pull request #16117 from daljitdokal/main
...
Update 3.4 and 3.5 changelogs for compile with 1.19.10
2023-06-25 17:03:08 +01:00
Wei Fu
b3316c0e09
*: should return exitCode even if cmd isn't nil
...
For the pkg/expect package, if the process has been stopped but there is
no `Close()` call, the `ExitCode()` won't return exit code correctly.
The `ExitCode()` should check `exitErr` and return exit code if cmd isn't nil.
And introduces `exitCode` to return correct exit code based on the
process is signaled or exited.
Signed-off-by: Wei Fu <fuweid89@gmail.com>
2023-06-25 10:39:34 +08:00
Daljit Singh
e73f26339e
Update 3.4 and 3.5 changelogs for compile with 1.19.10
...
Signed-off-by: Daljit Singh <daljit.dokal@yahoo.co.nz>
2023-06-25 08:34:34 +12:00
Marek Siarkowicz
26cd2bc017
tests/robustness: Store whole watch operations
...
Want to keep watch requests to properly validate reliability of watch
stream.
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2023-06-24 18:15:50 +02:00
Marek Siarkowicz
31b20ef40f
Merge pull request #16129 from serathius/robustness-fix-patch-txn-onfailure
...
Robustness fix patch txn onfailure
2023-06-24 17:32:31 +02:00
Marek Siarkowicz
9ff3e66354
Merge pull request #16131 from serathius/robustness-combine-watch-history
...
tests/robustness: Combine watch histories
2023-06-24 11:22:18 +02:00
Marek Siarkowicz
1f6e1102a2
tests/robustness: Fix operation patching for txn with onFailure operations
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2023-06-24 11:20:12 +02:00