35bc65d3ec
Merge pull request #14484 from ahrtr/remove_go_version_from_glangci
...
CI: remove hardcode go version in .golangci.yaml
2022-09-18 06:42:14 +08:00
5e61b1c59b
Merge pull request #14486 from ahrtr/fix_flaky_TestKVDelete
...
Test: increase the TestKVDelete's timeout to 15s
2022-09-17 18:28:36 -04:00
d657f2f66b
Test: increase the TestKVDelete's timeout to 15s
...
Sometimes it just needs more time to execute the test case,
so increase the timeout from 10s to 15s.
Signed-off-by: Benjamin Wang <wachao@vmware.com >
2022-09-18 04:26:30 +08:00
4f907e950e
CI: remove hardcode go version in .golangci.yaml
...
The default Go version used by golinter is coming from the go.mod
file, fallback on the env var `GOVERSION`. So no need to configure
the go version in .golangci.yaml.
Signed-off-by: Benjamin Wang <wachao@vmware.com >
2022-09-18 04:04:35 +08:00
cdf4228673
Merge pull request #14308 from dusk125/main
...
server/etcdmain: add configurable cipher list to gRPC proxy listener
2022-09-16 12:15:08 -04:00
72912fbc20
Merge pull request #14470 from serathius/verify-update
...
makefile: Make static analysis commands easier to use
2022-09-16 12:02:37 -04:00
c8fef9b7bd
Merge pull request #14480 from ahrtr/clelanup_changelog_3.6
...
Changelog: cleanup 3.6 changelog to remove all bug fixes
2022-09-16 19:48:05 +08:00
fe24de857a
Changelog: cleanup 3.6 changelog to remove all bug fixes
...
The rules should be:
1. Each patch release should only include change against previous
patch, such as 3.5.4 vs 3.5.5.
2. For the first release (e.g. 3.6.0) for each minor version, we
should only describe new features or changes which are not
included in any releases in previous minor version.
Signed-off-by: Benjamin Wang <wachao@vmware.com >
2022-09-16 19:18:42 +08:00
fd0283d045
Merge pull request #14472 from serathius/changelog-3.5.5
...
Update changelog for v3.5.5 release
2022-09-16 12:38:05 +02:00
f655f667f2
Update changelog for v3.5.5 release
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2022-09-16 12:04:54 +02:00
d6f76e1aa3
Merge pull request #14471 from demoManito/cleanup/remove-assert
...
pkg: replace the deprecated Expect with ExpectWithContext in pkg/expect/expect_test.go
2022-09-16 15:28:57 +08:00
a281bb0494
pkg: replace the deprecated Expect with ExpectWithContext in pkg/expect/expect_test.go
...
Signed-off-by: demoManito <1430482733@qq.com >
2022-09-16 14:39:14 +08:00
b7ba0542f6
Merge pull request #14422 from kkkkun/remove-redundant-code
...
remove redundant log messsages
2022-09-16 12:18:43 +08:00
c4582aaaee
remove redundant log messages
...
Signed-off-by: kkkkun <scuzk373x@gmail.com >
2022-09-16 11:45:43 +08:00
2fa73023a0
Merge pull request #14428 from spzala/featuresguide
...
Add features dev and support guidelines doc
2022-09-15 10:22:08 -04:00
9678697027
Merge pull request #14475 from serathius/fix-flake2
...
really fix measure-test-flakiness
2022-09-15 16:15:55 +02:00
54bd105805
really fix measure-test-flakiness
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2022-09-15 16:15:25 +02:00
f6ee4c3b60
Merge pull request #14473 from serathius/flake
...
Fix measuring test flakiness
2022-09-15 16:01:25 +02:00
e270967ab9
Fix measuring test flakiness
2022-09-15 16:00:53 +02:00
a7136933dd
Merge pull request #14469 from ahrtr/update_changelog_3.4
...
Changelog: correct the 3.4 changelog item
2022-09-15 18:37:05 +08:00
7bb114d171
makefile: Make static analysis commands easier to use
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2022-09-15 11:54:14 +02:00
102ec3ccd3
Changelog: correct the 3.4 changelog item
...
There are duplicated items for https://github.com/etcd-io/etcd/pull/14441 .
Since it's a etcdctl side change, so we should keep the item under etcdctl,
and remove the duplicated item under "etcd server"
Signed-off-by: Benjamin Wang <wachao@vmware.com >
2022-09-15 15:51:19 +08:00
f7bae0da4e
Merge pull request #14468 from ahrtr/update_changelog_3.4.21
...
Update changelog for 3.4.21
2022-09-15 09:44:10 +02:00
ceefbce140
Merge pull request #14464 from lovehhf/remove_unused_revisions
...
mvcc: Remove unused revisions and change comment rev to modified
2022-09-15 08:58:27 +02:00
3e4715e3a3
Changelog: Update changelog for 3.4.21
...
Signed-off-by: Benjamin Wang <wachao@vmware.com >
2022-09-15 09:31:25 +08:00
1222269eba
Merge pull request #14458 from serathius/contributing
...
Improve contributor guidelines and simplify development commands
2022-09-15 06:02:43 +08:00
35801ddf02
Add an initial features doc
...
Add an overview and initial development guidelines. Restructured
the doc for a better readabiltiy and easier review, and per the
previous review feedback. The TODOs will be addressed iteratively.
Related #13775
Signed-off-by: Sahdev Zala <spzala@us.ibm.com >
2022-09-14 17:53:55 -04:00
3b585e94fc
mvcc: Remove unused revisions and change comment rev to modified
...
Signed-off-by: Hongfei Huang <853885165@qq.com >
2022-09-14 23:36:54 +08:00
2b17db8e17
Merge pull request #14461 from ahrtr/recommended_version
...
changelog: update the recommended version to 3.5.4+
2022-09-14 12:02:59 +02:00
4a6afdd2e0
changelog: update the recommended version to 3.5.4+
...
Signed-off-by: Benjamin Wang <wachao@vmware.com >
2022-09-14 15:53:14 +08:00
b5bbf04503
Merge pull request #14460 from ahrtr/fix_TestV3AuthRestartMember_20220913
...
Integration_test: fix the flaky test TestV3AuthRestartMember
2022-09-14 09:44:15 +02:00
a36bcfff1f
Improve contributor guidelines and simplify development commands
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2022-09-14 09:39:32 +02:00
df891e3c2f
Merge pull request #14451 from serathius/clean
...
Just some cleanup of expect
2022-09-14 09:20:20 +02:00
e8ad008067
integration_test: fix the flaky test TestV3AuthRestartMembe
...
Signed-off-by: Benjamin Wang <wachao@vmware.com >
2022-09-14 14:30:37 +08:00
bbcbcd9db4
Merge pull request #14459 from serathius/template
...
github: Improve issue templates to speed up issue triage
2022-09-13 21:09:31 +02:00
481f73c066
github: Improve issue templates to speed up issue triage
...
Add feature request and test flake template to stop users from using wrong or empty
template
Redirect questions to discuss page to remove load from maintainers.
Remove distributors appliations as they are not used at all.
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2022-09-13 17:19:13 +02:00
157ee32da4
test: Clean incorrectly used StopSignal field from expect
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2022-09-13 15:22:45 +02:00
37220a97dc
Merge pull request #14452 from ahrtr/pagewriter_update
...
add a verification on the pagebytes which must be > 0
2022-09-13 19:38:48 +08:00
5f62375d62
Merge pull request #14455 from ahrtr/nil_log_assert
...
add verification on nil log
2022-09-13 20:14:56 +09:00
47d460b8dc
add verification on nil log
...
Signed-off-by: Benjamin Wang <wachao@vmware.com >
2022-09-13 17:11:36 +08:00
5a315ef88f
add a verification on the pagebytes which must be > 0
...
Signed-off-by: Benjamin Wang <wachao@vmware.com >
2022-09-13 16:35:31 +08:00
1038c2f45c
tests: Extract expect configuration into struct
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2022-09-13 09:20:35 +02:00
959ef2062c
Update CHANGELOG/CHANGELOG-3.6.md
...
Co-authored-by: Benjamin Wang <wachao@vmware.com >
Signed-off-by: Allen Ray <alray@redhat.com >
2022-09-12 14:12:55 -04:00
d38132e367
Add features dev and support policy doc
...
Addressed feedback with some added thoughts. Also, added
Unsafe features.
Related #13775
Signed-off-by: Sahdev Zala <spzala@us.ibm.com >
2022-09-10 16:46:00 -04:00
b886bbc89f
Merge pull request #14443 from ahrtr/changelog_auth_restart_20220909
...
Updated changelog to cover the two issues
2022-09-09 18:30:23 +08:00
92d8d7f41e
Merge pull request #14445 from tjungblu/movelead_main
...
etcdctl: fix move-leader for multiple endpoints
2022-09-09 11:20:33 +02:00
01f2de662a
updated changelog to cover the two issues:
...
1. authentication data not loaded on member startup
2. etcdctl move-leader may fail for multiple endpoints
Signed-off-by: Benjamin Wang <wachao@vmware.com >
2022-09-09 16:43:48 +08:00
3fc16608f7
etcdctl: fix move-leader for multiple endpoints
...
Due to a duplicate call of clientConfigFromCmd, the move-leader command
would fail with "conflicting environment variable is shadowed by corresponding command-line flag".
Also in scenarios where no command-line flag was supplied.
Signed-off-by: Thomas Jungblut <tjungblu@redhat.com >
2022-09-09 10:38:13 +02:00
1ee1eff0c5
Merge pull request #14437 from clarkfw/migrate-member-remove-tests
...
tests: Migrate member remove tests to common framework
2022-09-09 16:37:56 +08:00
6a5dd09fe6
tests: Migrate member remove tests to common framework
...
Signed-off-by: Clark <fwyongxing@gmail.com >
2022-09-09 15:09:10 +08:00