Clement
efd3ec6fa4
tests: fix TestV2DeprecationSnapshotMatches, maybe ignore the first snapshot file of etcd v3.6
...
Signed-off-by: Clement <gh.2lgqz@aleeas.com>
2024-09-13 17:11:27 +08:00
Clement
7efb9b9fe4
tests: fix TestV2DeprecationSnapshotMatches, maybe ignore the first snapshot file of etcd v3.6
...
Signed-off-by: Clement <gh.2lgqz@aleeas.com>
2024-09-13 17:05:38 +08:00
Clement
6b2b77736d
fix: TestV2DeprecationSnapshotMatches
...
Signed-off-by: Clement <gh.2lgqz@aleeas.com>
2024-09-13 08:13:48 +08:00
Chun-Hung Tseng
29f3bc2222
Bump go toolchain to 1.22.7
...
Reference:
- https://github.com/etcd-io/etcd/issues/18443
- https://github.com/etcd-io/etcd/issues/18548#issuecomment-2343061825
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-09-11 15:32:52 +02:00
Chun-Hung Tseng
b3a0047c80
dependency: bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.53.0 to 0.54.0
...
Reference:
- https://github.com/etcd-io/etcd/pull/18525
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-09-03 16:33:50 +02:00
Chun-Hung Tseng
bd246ea174
dependency: bump github.com/prometheus/common from 0.55.0 to 0.57.0
...
Reference:
- https://github.com/etcd-io/etcd/pull/18529
- https://github.com/etcd-io/etcd/pull/18523
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-09-03 16:30:25 +02:00
Chun-Hung Tseng
2cd46694b9
dependency: bump google.golang.org/grpc from 1.65.0 to 1.66.0
...
Reference:
- https://github.com/etcd-io/etcd/pull/18530
- https://github.com/etcd-io/etcd/pull/18524
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-09-03 16:27:55 +02:00
Chun-Hung Tseng
c2d4f2b694
dependency: bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.27.0 to 1.29.0
...
Reference:
- https://github.com/etcd-io/etcd/pull/18515
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-30 22:58:26 +02:00
Chun-Hung Tseng
a69829bae3
Address linter issues
...
Log:
integration/metrics_test.go:139:4: SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
t.Fatalf(err.Error())
^
integration/clientv3/lease/lease_test.go:410:4: SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
t.Fatalf(errMsg)
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-29 22:16:48 +02:00
Chun-Hung Tseng
077817058f
dependency: bump github.com/prometheus/client_golang from 1.20.0 to 1.20.2
...
Reference:
- https://github.com/etcd-io/etcd/pull/18492
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-29 22:12:13 +02:00
Chun-Hung Tseng
40fc67e88a
dependency: bump go.opentelemetry.io/otel/sdk from 1.28.0 to 1.29.0
...
Reference:
- https://github.com/etcd-io/etcd/pull/18497
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-29 22:12:13 +02:00
Chun-Hung Tseng
7ef38ee7ec
dependency: bump go.opentelemetry.io/otel from 1.28.0 to 1.29.0 and bump go.opentelemetry.io/otel/trace from 1.28.0 to 1.29.
...
Reference:
- https://github.com/etcd-io/etcd/pull/18499
- https://github.com/etcd-io/etcd/pull/18498
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-29 22:12:13 +02:00
Chun-Hung Tseng
f56a0a4e82
dependency: bump github.com/google/btree from 1.1.2 to 1.1.3
...
Reference:
- https://github.com/etcd-io/etcd/pull/18500
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-29 22:12:13 +02:00
Chun-Hung Tseng
e794407f3f
dependency: bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0
...
Reference:
- https://github.com/etcd-io/etcd/pull/18469
- https://github.com/etcd-io/etcd/pull/18466
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-24 03:10:29 +02:00
Chun-Hung Tseng
d23c2c7a16
dependency: bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.21.0 to 2.22.0
...
Reference:
- https://github.com/etcd-io/etcd/pull/18470
- https://github.com/etcd-io/etcd/pull/18467
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-24 03:10:29 +02:00
Wei Fu
6cf872972f
Revert "Disable robustness test detection of #18089 to allow detecting other issues"
...
This reverts commit 4fe227c46c6159546df568f769a47763944e30ce.
Signed-off-by: Wei Fu <fuweid89@gmail.com>
2024-08-16 21:37:53 +08:00
Benjamin Wang
84533d5e85
test: extend leaseRevoke and leaseRenew test to support 5 members cluster
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2024-08-16 11:04:06 +01:00
Benjamin Wang
1d0a6b3978
Merge pull request #18274 from fuweid/fix-event-loss-caused-by-compact
...
*: keep tombstone if revision == compactAtRev
2024-08-16 08:16:04 +01:00
Marek Siarkowicz
f194f4723c
Reduce number of concurrent clients to 8 and compactions to avoid flakes
...
Not hitting minimal QPS is expected to be caused by introduction of
compation. Let's avoid it for high throughput test cases.
Reducing number of clients to avoid linearization timeouts.
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2024-08-15 13:57:06 +02:00
Chun-Hung Tseng
6208673ebf
dependency: bump golang.org/x/sys from 0.23.0 to 0.24.0
...
Reference:
- https://github.com/etcd-io/etcd/pull/18426
- https://github.com/etcd-io/etcd/pull/18425
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-09 10:17:01 +02:00
Benjamin Wang
9c187ef337
Merge pull request #18420 from henrybear327/go/1.22.6
...
go version bump from 1.22.5 to 1.22.6
2024-08-08 22:02:17 +01:00
Chun-Hung Tseng
8eb943d2af
dependency: bump golang.org/x/net from 0.27.0 to 0.28.0
...
Due to bumping github.com/alexfalkowski/gocovmerge
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-08 21:43:41 +02:00
Chun-Hung Tseng
5c290d110d
dependency: bump golang.org/x/crypto from 0.25.0 to 0.26.0
...
Due to bumping github.com/alexfalkowski/gocovmerge
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-08 21:40:19 +02:00
Chun-Hung Tseng
794d1b64f7
go version bump from 1.22.5 to 1.22.6
...
Reference: https://github.com/etcd-io/etcd/issues/18419
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-08 21:30:09 +02:00
Chun-Hung Tseng
f071fde896
dependency: bump golang.org/x/sys from 0.22.0 to 0.23.0
...
Reference:
- https://github.com/etcd-io/etcd/pull/18406
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-08 21:24:07 +02:00
Chun-Hung Tseng
cfe806aab7
dependency: bump golang.org/x/time from 0.5.0 to 0.6.0
...
Reference:
- https://github.com/etcd-io/etcd/pull/18401
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-08 21:24:07 +02:00
Chun-Hung Tseng
47f73f4464
dependency: bump golang.org/x/sync from 0.7.0 to 0.8.0
...
Reference:
- https://github.com/etcd-io/etcd/pull/18405
Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-08 21:24:07 +02:00
Wei Fu
ee33652775
*: update tests for watch API when compact on tombstone revision
...
Signed-off-by: Wei Fu <fuweid89@gmail.com>
2024-08-07 21:28:10 +08:00
Siyuan Zhang
bd228cf6d1
migrate experimental-stop-grpc-service-on-defrag flag to feature gate.
...
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2024-08-05 13:46:51 -07:00
Marek Siarkowicz
44b6c03ec0
Ensure proper gofail package version in robustness tests
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2024-08-02 09:24:49 +02:00
Marek Siarkowicz
fdf8fde387
Remove flake caused failpoint in watch disrupting progress notifies
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2024-08-01 21:19:03 +02:00
Wei Fu
182639c401
tests/e2e: check compactOnRev > tombstoneRevs[0]
...
Follow-up: https://github.com/etcd-io/etcd/pull/18369#discussion_r1698144827
Signed-off-by: Wei Fu <fuweid89@gmail.com>
2024-08-01 18:00:55 +08:00
Marek Siarkowicz
4488f2c9b6
Merge pull request #18252 from fykaa/reduce-concurrency-high-traffic
...
Reduce client concurrency for high traffic robustness tests
2024-07-31 17:35:37 +02:00
Benjamin Wang
04fb588cf0
Merge pull request #18384 from ArkaSaha30/deps_mgmt_29_7_24
...
[2024-07-29] Manual Dependency Bump
2024-07-31 13:31:15 +01:00
ArkaSaha30
984100b3a6
dependency: bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.20.0 to 2.21.0
...
This commit will bump dependency bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.20.0 to 2.21.0 raised by dependabot.
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-07-31 14:16:18 +05:30
Marek Siarkowicz
739a9b60b0
Merge pull request #18369 from fuweid/add-hashkv-test
...
tests/e2e: add test cases related to HashKV
2024-07-31 09:34:50 +02:00
Wei Fu
6f93af85d2
tests/e2e: add test cases related to HashKV
...
Signed-off-by: Wei Fu <fuweid89@gmail.com>
2024-07-30 21:01:58 +08:00
Ivan Valdes
ce916fbb38
tests: remove Dockerfile
...
The tests/Dockerfile was outdated (using an obsolete Ubuntu
distribution), and it's not being used by any workflow or prow job. This
Dockerfile was the only one using `scripts/install-marker.sh`, which
used a vendorized binary generated by the etcd project. This is not
needed anymore, as marker releases now provide the binaries.
Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-07-26 15:31:38 -07:00
ArkaSaha30
8d61855cd6
dependency: bump go.opentelemetry.io/otel/sdk from 1.27.0 to 1.28.0
...
This commit will bump dependency go.opentelemetry.io/otel/sdk from 1.27.0 to 1.28.0 raised by dependabot.
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-07-18 20:49:52 +05:30
ArkaSaha30
1dac90c226
dependency: bump golang.org/x/net from 0.26.0 to 0.27.0
...
This commit will bump dependency golang.org/x/net from 0.26.0 to 0.27.0 raised by dependabot.
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-07-18 20:39:39 +05:30
ArkaSaha30
27e13a996f
dependency: bump golang.org/x/crypto from 0.24.0 to 0.25.0
...
This commit will bump dependency golang.org/x/crypto from 0.24.0 to 0.25.0 raised by dependabot.
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-07-18 20:27:06 +05:30
Benjamin Wang
b6c5262026
Differentiate the warning message for rejected client and peer connections
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2024-07-13 19:28:21 +01:00
ArkaSaha30
3dda3b849b
dependency: bump golang.org/x/sys from 0.21.0 to 0.22.0
...
This commit will bump dependency golang.org/x/sys from 0.21.0 to 0.22.0 raised by dependabot.
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-07-10 23:46:20 +05:30
ArkaSaha30
3b269c59fc
dependency: bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.52.0 to 0.53.0
...
This commit will bump dependency go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.52.0 to 0.53.0 raised by dependabot.
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-07-10 23:46:20 +05:30
ArkaSaha30
cf5d692425
dependency: bump go.opentelemetry.io/otel from 1.27.0 to 1.28.0
...
This commit will bump dependency go.opentelemetry.io/otel from 1.27.0 to 1.28.0 raised by dependabot.
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-07-10 23:46:03 +05:30
ArkaSaha30
8cd82fd375
dependency: bump google.golang.org/grpc from 1.64.0 to 1.64.1
...
This commit will bump dependency google.golang.org/grpc from 1.64.0 to 1.64.1 raised by dependabot.
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-07-10 19:36:05 +05:30
Marek Siarkowicz
c9fdc609bb
Merge pull request #18277 from siyuanfoundation/rbst
...
robustness: remove head rev match in validateGotAtLeastOneProgressNotify
2024-07-04 16:00:03 +02:00
Siyuan Zhang
cded6b0ac6
robustness: remove head rev match in validateGotAtLeastOneProgressNotify
...
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2024-07-03 09:03:54 -07:00
Benjamin Wang
0f24953852
Merge pull request #18266 from ArkaSaha30/deps_mgmt_1_7_24
...
[2024-07-03] Manual Dependency Bump
2024-07-03 07:33:30 +01:00
Benjamin Wang
0a5d905209
Merge pull request #18270 from thedtripp/main-go-2024-2963
...
Bump Go version to 1.22.5: GO-2024-2963 fix.
2024-07-03 07:29:55 +01:00