21287 Commits

Author SHA1 Message Date
Ivan Valdes
27465ddf78
changelog/3.4: add fix for member list not updated when node goes down
Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-04-30 12:02:24 -07:00
Benjamin Wang
d31caaec4a
Merge pull request #17793 from mneverov/fix-quorum-check
Fix remove member failed.
2024-04-30 19:52:14 +01:00
Benjamin Wang
09f7d7ab92
Merge pull request #17875 from ivanvc/fix-deprecation-comments-added-with-var-naming-lint-rule
Fix deprecation comments from addressing var-naming work
2024-04-30 19:51:37 +01:00
Benjamin Wang
0e37ffca81
Merge pull request #17902 from etcd-io/dependabot/github_actions/github/codeql-action-3.25.3
build(deps): bump github/codeql-action from 3.25.2 to 3.25.3
2024-04-30 09:26:14 +01:00
Marek Siarkowicz
35a34553a9
Merge pull request #17913 from ivanvc/dont-run-robustness-tests-in-forks
github/workflows: skip robustness tests in forks
2024-04-30 08:35:28 +02:00
Benjamin Wang
5078ce9e93
Merge pull request #17903 from etcd-io/dependabot/github_actions/golangci/golangci-lint-action-5.1.0
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0
2024-04-30 07:06:06 +01:00
Benjamin Wang
d31097be03
Merge pull request #17905 from etcd-io/dependabot/github_actions/actions/download-artifact-4.1.7
build(deps): bump actions/download-artifact from 4.1.6 to 4.1.7
2024-04-30 07:01:07 +01:00
dependabot[bot]
e664a53f0d
build(deps): bump github/codeql-action from 3.25.2 to 3.25.3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.2 to 3.25.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](8f596b4ae3...d39d31e687)

---
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>
2024-04-30 06:00:03 +00:00
Benjamin Wang
19b3309edf
Merge pull request #17904 from etcd-io/dependabot/github_actions/actions/checkout-4.1.4
build(deps): bump actions/checkout from 4.1.3 to 4.1.4
2024-04-30 06:59:08 +01:00
Ivan Valdes
f6ab2043a3
github/workflows: skip robustness tests in forks
Robustness tests require a larger instance size, which user forks cannot
access. It also tries to trigger an ARM64 build that runs on actuated
infrastructure. By not running them on user forks, contributors won't be
notified that their builds are failing due to timeouts trying to run the
job, while the tests will still run on etcd-io/etcd pull requests and
commits.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-04-29 22:54:12 -07:00
dependabot[bot]
4d2caf5696
build(deps): bump actions/download-artifact from 4.1.6 to 4.1.7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](9c19ed7fe5...65a9edc588)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 17:39:08 +00:00
dependabot[bot]
5293994e86
build(deps): bump actions/checkout from 4.1.3 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](1d96c772d1...0ad4b8fada)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 17:39:05 +00:00
dependabot[bot]
dcfc447fd3
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 5.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](3cfe3a4abb...9d1e0624a7)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 17:38:58 +00:00
Benjamin Wang
2b1914c262
Merge pull request #17770 from tico88612/feat/update-tools
Test: add tools/rw-heatmaps & tools/testgrid-analysis to module_dirs
2024-04-29 18:35:05 +01:00
Benjamin Wang
6d25331d6e
Merge pull request #17893 from jimmy-bro/flaky
github workflow: drop measure test flakiness
2024-04-29 18:34:03 +01:00
zgzhang4
0bd0c4a21b github workflow: drop measure test flakiness
Signed-off-by: zgzhang4 <zgzhang4@iflytek.com>
2024-04-29 23:20:45 +08:00
Marek Siarkowicz
6a1e28a519
Merge pull request #17890 from serathius/robustness-lease-revoke
Add LeaseRevoke request to WAL parsing
2024-04-29 13:33:32 +02:00
Marek Siarkowicz
2a8f77c99a
Merge pull request #17842 from henrybear327/gofail/show_req_error_msg
gofail: show error messages returned by gofail HTTP endpoints
2024-04-29 08:46:54 +02:00
Chun-Hung Tseng
133576899c
gofail: show error messages returned by gofail HTTP endpoints
Upon HTTP request error from fetchFailpointsBody, PUT and DELETE,
all of them will return an error message, which would be nice for
debugging if displayed.

Simplify `Enabled()` logic (linter suggestion)

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-04-28 05:49:24 +08:00
Marek Siarkowicz
1e7dd97e3b Add LeaseRevoke request to WAL parsing
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2024-04-27 12:04:27 +02:00
Marek Siarkowicz
0bd7008eea
Merge pull request #17878 from callthingsoff/omit_conversion_using_verb_s
all: don't convert byte slice to string when using verb %s
2024-04-26 16:43:54 +02:00
tico88612
a988f7edc5
script/test_lib: add description about modules
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
2024-04-26 20:08:05 +08:00
tico88612
e3c1812302
testgrid-analysis: tab is unused & remove
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
2024-04-26 20:08:05 +08:00
tico88612
6138a4cbba
testgrid-analysis: increment-decrement fixed
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
2024-04-26 20:08:05 +08:00
tico88612
aa53afdce2
test: add tools/{rw-heatmaps,testgrid-analysis} to module_dirs
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
2024-04-26 20:07:59 +08:00
Marek Siarkowicz
b36d9b2156
Merge pull request #17731 from serathius/robustness-wal-validate-watch
Robustness wal validate watch
2024-04-26 08:37:33 +02:00
Sahdev Zala
c7893405cf
Merge pull request #17885 from spzala/changelogupdate
Update Changelog for v3.4.32
2024-04-25 16:59:13 -04:00
Sahdev Zala
30d759891f Update Changelog for v3.4.32
Released on April 25, 2024

Signed-off-by: Sahdev Zala <spzala@us.ibm.com>
2024-04-25 15:31:53 -04:00
Marek Siarkowicz
2de719dea4 Use WAL persisted request to validate watch
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2024-04-25 21:11:37 +02:00
Marek Siarkowicz
c5e54a0572
Merge pull request #17880 from siyuanfoundation/flaky
github workflow: remove failfast in robustness nightly.
2024-04-25 19:25:34 +02:00
Siyuan Zhang
7253a317c2 github workflow: remove failfast in robustness nightly.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2024-04-25 09:36:31 -07:00
Jes Cok
dafadd13c1 all: don't convert byte slice to string when using verb %s
This is unnecessary, as the documentation for 'go doc fmt' says:
%s the uninterpreted bytes of the string or slice

Signed-off-by: Jes Cok <xigua67damn@gmail.com>
2024-04-25 23:34:52 +08:00
Benjamin Wang
3ecb70de50
Merge pull request #17868 from fuweid/update-changelog-20240424
CHANGELOG: update 3.4 and 3.5 with fix
2024-04-25 14:26:25 +01:00
Benjamin Wang
d876d1c33e
Merge pull request #17834 from callthingsoff/tcpproxy_remove_formatAddr
server/proxy/tcpproxy: use net.JoinHostPort rather than formatAddr
2024-04-25 07:29:01 +01:00
Ivan Valdes
242f5d60a8
Fix deprecation comments from addressing var-naming work
The deprecation tag/comment must to be followed by an empty line.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-04-24 14:40:59 -07:00
Marek Siarkowicz
9027014adb
Merge pull request #17827 from siyuanfoundation/flaky
robustness: Add option to not overwrite results dir.
2024-04-24 22:48:02 +02:00
Siyuan Zhang
3c3b76cea1 robustness: not overwrite results dir by giving each dir a unique name.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2024-04-24 12:36:55 -07:00
Marek Siarkowicz
d48a9d7cdc
Merge pull request #17850 from etcd-io/dependabot/github_actions/actions/download-artifact-4.1.6
build(deps): bump actions/download-artifact from 4.1.4 to 4.1.6
2024-04-24 13:35:30 +02:00
Marek Siarkowicz
876f6d16aa
Merge pull request #17866 from etcd-io/dependabot/github_actions/github/codeql-action-3.25.2
build(deps): bump github/codeql-action from 3.25.0 to 3.25.2
2024-04-24 13:28:32 +02:00
Marek Siarkowicz
7af778b913
Merge pull request #17860 from siyuanfoundation/refactor
fix version order when calling IsValidClusterVersionChange in UpdateCapability
2024-04-24 13:26:40 +02:00
Marek Siarkowicz
dc9cfd6889
Merge pull request #17862 from fuweid/update-rev-in-revMu
server/storage/mvcc: should update currentRev in revMu
2024-04-24 13:21:20 +02:00
Wei Fu
897f9e9ce4 CHANGELOG: update 3.4 and 3.5 with fix
Fix: Revision decreasing after panic during compaction - #17780

Signed-off-by: Wei Fu <fuweid89@gmail.com>
2024-04-24 18:48:30 +08:00
Benjamin Wang
a2911b4844
Merge pull request #17849 from etcd-io/dependabot/github_actions/actions/upload-artifact-4.3.3
build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3
2024-04-24 10:48:47 +01:00
Benjamin Wang
a601652b5d
Merge pull request #17863 from ivanvc/address-remaining-var-naming-linter-warnings
Address remaining var naming linter warnings
2024-04-24 10:09:39 +01:00
Benjamin Wang
0fd7cc8f4b
Merge pull request #17826 from vivekpatani/main
Update CHANGELOG - 3.4, 3.5 - fix PRISMA-2023-0056
2024-04-24 09:45:46 +01:00
dependabot[bot]
d3277571c3
build(deps): bump github/codeql-action from 3.25.0 to 3.25.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.0 to 3.25.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](df5a14dc28...8f596b4ae3)

---
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>
2024-04-24 07:27:28 +00:00
Marek Siarkowicz
07c3a40f12
Merge pull request #17852 from etcd-io/dependabot/github_actions/actions/checkout-4.1.3
build(deps): bump actions/checkout from 4.1.1 to 4.1.3
2024-04-24 09:26:10 +02:00
Marek Siarkowicz
96d619459b
Merge pull request #17734 from MadhavJivrajani/toolchain-directive
tests: set GOTOOLCHAIN var for report validation
2024-04-24 09:25:07 +02:00
Marek Siarkowicz
5cbc8c950e
Merge pull request #17841 from henrybear327/dependencies/04_22_2024
[2024-04-22] Bump dependency updates identified by dependabot
2024-04-24 09:24:00 +02:00
Marek Siarkowicz
68c2d5cd0b
Merge pull request #17859 from siyuanfoundation/changelog
Update 3.4 changelog for 2 new downgrade cases.
2024-04-24 09:18:04 +02:00