d7cf03874c
Merge pull request #17776 from siyuanfoundation/verify-test
...
test: refactor mix_version_test.
2024-04-12 08:40:27 +01:00
d602b9f4a2
test: refactor mix_version_test.
...
Signed-off-by: Siyuan Zhang <sizhang@google.com >
2024-04-11 17:53:48 +00:00
8d3abed266
Merge pull request #17756 from serathius/robustness-reports-disable-cache
...
Don't cache test-robustness-reports
2024-04-11 19:49:55 +02:00
718d5ba2b4
Calculate request success rate to provide signal to performance debugging
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2024-04-11 09:36:17 +02:00
ae7f79fd63
Refactor append from appendFailed and appendSuccesfull
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2024-04-11 09:36:17 +02:00
ecfc139f06
dependency: bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.24.0 to 1.25.0
...
Reference:
- https://github.com/etcd-io/etcd/pull/17748
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com >
2024-04-11 07:49:18 +02:00
65130c6d21
Refactor merge succesfull and failed operation in history
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2024-04-10 21:11:46 +02:00
229275d46e
Refactor appendSuccesful and appendFailed methods to match
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2024-04-10 10:33:19 +02:00
c8628919bb
dependency: bump google.golang.org/grpc from 1.63.0 to 1.63.2
...
Reference:
- https://github.com/etcd-io/etcd/pull/17766
- https://github.com/etcd-io/etcd/pull/17765
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com >
2024-04-10 09:55:21 +02:00
c6395465bc
Merge pull request #17751 from henrybear327/dependencies/04_08_2024
...
[2024-04-08] Bump dependency updates identified by dependabot
2024-04-10 08:21:36 +01:00
41ac7e33a1
Don't cache test-robustness-reports
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2024-04-09 15:59:58 +02:00
ebeb5bb80e
dependency: bump go.opentelemetry.io/proto/otlp from v1.1.0 to v1.2.0
...
References:
- https://github.com/etcd-io/etcd/pull/17750
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com >
2024-04-09 12:24:57 +02:00
caf21a94c6
dependency: bump golang.org/x/crypto from 0.21.0 to 0.22.0
...
References:
- https://github.com/etcd-io/etcd/pull/17746
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com >
2024-04-09 12:24:57 +02:00
519b2c06e1
dependency: bump google.golang.org/grpc from 1.62.1 to 1.63.0
...
References:
- https://github.com/etcd-io/etcd/pull/17748
- https://github.com/etcd-io/etcd/pull/17749
- https://github.com/etcd-io/etcd/pull/17750
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com >
2024-04-09 12:24:57 +02:00
6cb4c3f90d
Document re-evaluating existing robustness test reports
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2024-04-08 16:58:12 +02:00
0be1976986
Merge pull request #17730 from serathius/robustness-no-failpoint
...
Make no failpoint error more readable
2024-04-08 09:08:53 +02:00
3a23994fbf
Make no failpoint error more readable
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2024-04-07 15:13:59 +02:00
84e67ffaf6
Merge pull request #17724 from ivanvc/20240405-dependency-updates
...
[2024-04-05] Bump dependency updates identified by dependabot
2024-04-06 13:53:48 +01:00
e2bb8c698f
Limit a timeout in testing robustness validation
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2024-04-06 12:28:57 +02:00
41baca8a95
dependency: bump golang.org/x/net from 0.22.0 to 0.23.0
...
Signed-off-by: Ivan Valdes <ivan@vald.es >
2024-04-05 12:00:51 -07:00
0a8a95f803
Increase timeout for deactivating failpoint
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2024-04-05 10:29:21 +02:00
09769c4be7
Merge pull request #17642 from fuweid/fix-17506
...
*: LeaseTimeToLive returns error if leader changed
2024-04-02 14:55:41 +02:00
a23507080a
tests/e2e: ignore discovery tests when cluster_proxy tag is set
...
Signed-off-by: Ivan Valdes <ivan@vald.es >
2024-04-01 21:57:11 -07:00
647b7eb8f6
Merge pull request #17650 from ivanvc/20240325-dependency-updates
...
[2024-03-25] Bump dependencies identified by dependabot
2024-03-27 16:46:23 +00:00
0c46698420
Merge pull request #17655 from ivanvc/address-tests-framework-remove-member-grpcurl-function-var-naming-lint-rule
...
tests/framework: address golangci var-naming issues [remove (*Member) GRPCURL()]
2024-03-27 09:18:34 +01:00
14f24081b6
Merge pull request #17654 from ivanvc/address-tests-robustness-var-naming-lint-rule
...
tests/robustness: address golangci var-naming issues
2024-03-27 09:17:31 +01:00
8fb26a2c4e
tests/framework: remove (*Member) GRPCURL()
...
Currenly Member exports GrpcURL already as a struct variable. However,
when addressing the var-naming linting issues, renaming it from GrpcURL
to GRPCURL, clashes with the GRPCURL() function.
Given that it's already an exported variable, there's no need to define
a getter function. The use of this variable is also mixed, with calls to
both the exported variable (GrpcURL) and the function [GRPCURL()].
Signed-off-by: Ivan Valdes <ivan@vald.es >
2024-03-26 16:04:12 -07:00
d3bb6f688b
*: LeaseTimeToLive returns error if leader changed
...
The old leader demotes lessor and all the leases' expire time will be
updated. Instead of returning incorrect remaining TTL, we should return
errors to force client retry.
Signed-off-by: Wei Fu <fuweid89@gmail.com >
2024-03-26 18:55:01 +08:00
0976398964
tests/robustness: address golangci var-naming issues
...
Signed-off-by: Ivan Valdes <ivan@vald.es >
2024-03-25 16:27:05 -07:00
b7488d4355
tests/framework: address golangci var-naming issues
...
Signed-off-by: Ivan Valdes <ivan@vald.es >
2024-03-25 16:20:18 -07:00
139d9c28bd
dependency: bump github.com/prometheus/common from 0.50.0 to 0.51.1
...
Signed-off-by: Ivan Valdes <ivan@vald.es >
2024-03-25 14:42:13 -07:00
fbda591866
fix some typos
...
Signed-off-by: thirdkeyword <fliterdashen@gmail.com >
2024-03-25 10:34:44 +08:00
49fbcd0d9b
Merge pull request #17584 from ivanvc/address-pkg-var-naming-lint-rule
...
pkg: address golangci var-naming issues
2024-03-24 18:49:22 +01:00
5a53a708d8
Merge pull request #17588 from ah8ad3/fix-flaky-jwt
...
flaky: fix jwt test with increasing ttl
2024-03-24 16:48:49 +00:00
1348062c23
Merge pull request #17635 from ivanvc/address-tests-var-naming-lint-rule
...
tests/common, tests/integration: Address tests var-naming lint rule
2024-03-24 15:57:52 +00:00
9ac4f33be4
tests/e2e: address golangci var-naming issues
...
Signed-off-by: Ivan Valdes <ivan@vald.es >
2024-03-21 16:03:48 -07:00
9359aef3e3
Merge pull request #17620 from jmhbnz/weekly-dependency-update
...
[2023-03-18] Weekly dependency update
2024-03-21 14:24:45 +01:00
7b7e2e29da
dependency: bump go.uber.org/zap from 1.26.0 to 1.27.0.
...
Signed-off-by: James Blair <mail@jamesblair.net >
2024-03-22 01:41:57 +13:00
0cf5da62c9
dependency: bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.48.0 to 0.49.0.
...
Signed-off-by: James Blair <mail@jamesblair.net >
2024-03-22 01:22:58 +13:00
4898908268
tests/integration: address golangci var-naming issues
...
Signed-off-by: Ivan Valdes <ivan@vald.es >
2024-03-20 22:31:31 -07:00
aeecfa00b4
tests/common: address golangci var-naming issues
...
Signed-off-by: Ivan Valdes <ivan@vald.es >
2024-03-20 22:24:52 -07:00
97029d768a
Merge pull request #17614 from ivanvc/address-etcdserver-var-naming-lint-rule
...
etcdserver: address var naming lint rule
2024-03-19 22:40:03 +01:00
14523bdc21
etcdserver: rename MemberId() to MemberID() to address var-naming
...
Signed-off-by: Ivan Valdes <ivan@vald.es >
2024-03-18 17:18:29 -07:00
fca3e8a9b5
Merge pull request #17555 from chaochn47/fix-watch-event-loss
...
Fix watch event loss
2024-03-16 11:23:01 +00:00
71f7db50e7
flaky: fix jwt test with increasing ttl
...
Signed-off-by: ah8ad3 <ah8ad3@gmail.com >
2024-03-16 11:34:02 +03:30
405862e807
Fix event loss after compaction
...
Signed-off-by: Chao Chen <chaochn@amazon.com >
2024-03-15 14:22:37 -07:00
d639abe1aa
Merge pull request #17582 from ivanvc/address-client-var-naming-lint-rule
...
client: address golangci var-naming issues
2024-03-15 09:03:15 +00:00
d98ff0d4ff
pkg: address golangci var-naming issues
...
Signed-off-by: Ivan Valdes <ivan@vald.es >
2024-03-14 21:17:37 -07:00
578b784dcd
client: address golangci var-naming issues
...
Signed-off-by: Ivan Valdes <ivan@vald.es >
2024-03-14 20:47:32 -07:00
ef38180ae7
dependency: bump github.com/rivo/uniseg from 0.2.0 to 0.4.7
...
Signed-off-by: Ivan Valdes <ivan@vald.es >
2024-03-12 11:12:07 -07:00