Git Product home page Git Product logo

etcd's Introduction

etcd

Go Report Card Coverage Tests codeql-analysis Docs Godoc Releases LICENSE OpenSSF Scorecard Arm CI sponsored by Actuated

Note: The main branch may be in an unstable or even broken state during development. For stable versions, see releases.

etcd Logo

etcd is a distributed reliable key-value store for the most critical data of a distributed system, with a focus on being:

  • Simple: well-defined, user-facing API (gRPC)
  • Secure: automatic TLS with optional client cert authentication
  • Fast: benchmarked 10,000 writes/sec
  • Reliable: properly distributed using Raft

etcd is written in Go and uses the Raft consensus algorithm to manage a highly-available replicated log.

etcd is used in production by many companies, and the development team stands behind it in critical deployment scenarios, where etcd is frequently teamed with applications such as Kubernetes, locksmith, vulcand, Doorman, and many others. Reliability is further ensured by rigorous robustness testing.

See etcdctl for a simple command line client.

etcd reliability is important

Original image credited to xkcd.com/2347, alterations by Josh Berkus.

Maintainers

Maintainers strive to shape an inclusive open source project culture where users are heard and contributors feel respected and empowered. Maintainers aim to build productive relationships across different companies and disciplines. Read more about Maintainers role and responsibilities.

Getting started

Getting etcd

The easiest way to get etcd is to use one of the pre-built release binaries which are available for OSX, Linux, Windows, and Docker on the release page.

For more installation guides, please check out play.etcd.io and operating etcd.

Running etcd

First start a single-member cluster of etcd.

If etcd is installed using the pre-built release binaries, run it from the installation location as below:

/tmp/etcd-download-test/etcd

The etcd command can be simply run as such if it is moved to the system path as below:

mv /tmp/etcd-download-test/etcd /usr/local/bin/
etcd

This will bring up etcd listening on port 2379 for client communication and on port 2380 for server-to-server communication.

Next, let's set a single key, and then retrieve it:

etcdctl put mykey "this is awesome"
etcdctl get mykey

etcd is now running and serving client requests. For more, please check out:

etcd TCP ports

The official etcd ports are 2379 for client requests, and 2380 for peer communication.

Running a local etcd cluster

First install goreman, which manages Procfile-based applications.

Our Procfile script will set up a local example cluster. Start it with:

goreman start

This will bring up 3 etcd members infra1, infra2 and infra3 and optionally etcd grpc-proxy, which runs locally and composes a cluster.

Every cluster member and proxy accepts key value reads and key value writes.

Follow the comments in Procfile script to add a learner node to the cluster.

Install etcd client v3

go get go.etcd.io/etcd/client/v3

Next steps

Now it's time to dig into the full etcd API and other guides.

Contact

Community meetings

etcd contributors and maintainers meet every week at 11:00 AM (USA Pacific) on Thursday and meetings alternate between community meetings and issue triage meetings. Meeting agendas are recorded in a shared Google doc and everyone is welcome to suggest additional topics or other agendas.

Issue triage meetings are aimed at getting through our backlog of PRs and Issues. Triage meetings are open to any contributor; you don't have to be a reviewer or approver to help out! They can also be a good way to get started contributing.

The meeting lead role is rotated for each meeting between etcd maintainers or sig-etcd leads and is recorded in a shared Google sheet.

Meeting recordings are uploaded to the official etcd YouTube channel.

Get calendar invitations by joining etcd-dev mailing group.

Join the CNCF-funded Zoom channel: zoom.us/my/cncfetcdproject

Contributing

See CONTRIBUTING for details on setting up your development environment, submitting patches and the contribution workflow.

Please refer to community-membership.md for information on becoming an etcd project member. We welcome and look forward to your contributions to the project!

Please also refer to roadmap to get more details on the priorities for the next few major or minor releases.

Reporting bugs

See reporting bugs for details about reporting any issues. Before opening an issue please check it is not covered in our frequently asked questions.

Reporting a security vulnerability

See security disclosure and release process for details on how to report a security vulnerability and how the etcd team manages it.

Issue and PR management

See issue triage guidelines for details on how issues are managed.

See PR management for guidelines on how pull requests are managed.

etcd Emeritus Maintainers

These emeritus maintainers dedicated a part of their career to etcd and reviewed code, triaged bugs and pushed the project forward over a substantial period of time. Their contribution is greatly appreciated.

  • Fanmin Shi
  • Anthony Romano
  • Brandon Philips
  • Joe Betz
  • Gyuho Lee
  • Jingyi Hu
  • Xiang Li
  • Ben Darnell
  • Sam Batschelet
  • Piotr Tabor
  • Hitoshi Mitake

License

etcd is under the Apache 2.0 license. See the LICENSE file for details.

etcd's People

Contributors

ahrtr avatar barakmich avatar bcwaldon avatar benbjohnson avatar bmizerany avatar chaochn47 avatar dependabot[bot] avatar fanminshi avatar fuweid avatar gyuho avatar henrybear327 avatar hexfusion avatar heyitsanthony avatar ivanvc avatar jingyih avatar jmhbnz avatar jonboulle avatar jpbetz avatar mitake avatar philips avatar ptabor avatar robszumski avatar serathius avatar sharathsivakumar avatar sinsharat avatar spzala avatar tangcong avatar tbg avatar xiang90 avatar yichengq avatar

Stargazers

 avatar

etcd's Issues

Flaky Test: v3compactor.TestPeriodicMinutes

pull-etcd-unit-test Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicMinutes

Test failed 5.8% (8/139) of the time

failure logs are:

commit started log
623e1c116 2024-05-01 17:03:40 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1785716687257997312
1b998f400 2024-04-29 18:15:04 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1785009835784278016
33aab3af0 2024-04-29 09:22:49 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1784875943391662080
88c6d394f 2024-04-27 10:04:26 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1784161642594963456
b97343454 2024-04-24 09:27:30 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1783065185355829248
d28b489ab 2024-04-18 15:04:03 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780975546570641408
ab5c19e67 2024-04-18 14:47:42 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780971433141211136
37a931d73 2024-04-17 10:58:05 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780551260835942400

Please follow the instructions in the contributing guide to reproduce the issue.

Flaky test TestPeriodicPause

ci-etcd-unit-test-amd64 Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicPause

Test failed 2.4% (2/83) of the time

failure logs are:

commit started log
2674f94 2024-04-21 10:48:58 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781998524200652800
e246bb8 2024-04-19 22:45:03 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781453930929065984

Please follow the instructions in the contributing guide to reproduce the issue.

Flaky Test Set: pull-etcd-unit-test

sig-etcd-presubmits#pull-etcd-unit-test failed 10.7% (15/140) of the time

Recent failed builds

4: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1785736256131436544
10: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1785716687257997312
27: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1785009835784278016
34: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1784875943391662080
41: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1784161642594963456
54: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1783550675083333632
70: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1783085977619664896
72: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1783065185355829248
74: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1783059689618018304
94: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1782465821818228736
108: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1781601642521563136
126: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780975546570641408
131: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780971433141211136
132: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780970720042422272
140: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780551260835942400

Failed tests

go.etcd.io/etcd/tests/v3/integration.TestV3AuthWithLeaseRevokeWithRoot failed 100.0% (1/1) of the time
go.etcd.io/etcd/server/v3/embed.TestMain failed 100.0% (1/1) of the time
go.etcd.io/etcd/server/v3/etcdmain.TestMain failed 100.0% (1/1) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestMain failed 100.0% (1/1) of the time
go.etcd.io/etcd/tests/v3/integration/clientv3.TestDetectTxnOrderViolation failed 100.0% (1/1) of the time
go.etcd.io/etcd/server/v3.TestMain failed 100.0% (1/1) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicMinutes failed 5.8% (8/139) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3discovery.TestCheckCluster/2_retries_for_getClusterSize failed 1.4% (2/139) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3discovery.TestCheckCluster/no_retries failed 1.4% (2/139) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicSkipRevNotChange failed 1.4% (2/139) of the time
go.etcd.io/etcd/tests/v3/robustness/validate.TestValidateWatch/IsCreate_-put_after_delete_marked_as_not_created-pass failed 0.8% (1/125) of the time
go.etcd.io/etcd/tests/v3/robustness/validate.TestValidateWatch/PrevKV
-mismatch_value_on_put-fail failed 0.8% (1/125) of the time
go.etcd.io/etcd/tests/v3/robustness/validate.TestValidateWatch/PrevKV
-mismatch_value_on_delete-fail failed 0.8% (1/125) of the time
go.etcd.io/etcd/tests/v3/robustness/validate.TestValidateWatch/PrevKV
-mismatch_revision_on_put-fail failed 0.8% (1/125) of the time
go.etcd.io/etcd/tests/v3/robustness/validate.TestValidateWatch/PrevKV
-mismatch_revision_on_delete-fail failed 0.8% (1/125) of the time
go.etcd.io/etcd/tests/v3/robustness/validate.TestValidateWatch/IsCreate
-second_put_marked_as_created-_fail failed 0.8% (1/125) of the time
go.etcd.io/etcd/server/v3/storage/backend.TestBackendDefrag failed 0.7% (1/138) of the time
go.etcd.io/etcd/server/v3/storage/wal.TestRecover/10MB failed 0.7% (1/138) of the time
go.etcd.io/etcd/server/v3/storage/schema.TestValidate/V3.4_schema_is_correct failed 0.7% (1/138) of the time
go.etcd.io/etcd/server/v3/storage/mvcc.TestHashByRevValue failed 0.7% (1/138) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3discovery.TestCheckCluster/2_retries_for_getClusterMembers failed 0.7% (1/138) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicHourly failed 0.7% (1/139) of the time

Sub-issues

#39
#40
#41
#42
#43
#44
#45
#46
#46
#47

Flaky Test: v3discovery.TestCheckCluster

pull-etcd-unit-test Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3discovery.TestCheckCluster/2_retries_for_getClusterSize

Test failed 1.5% (2/134) of the time

failure logs are:

commit started log
d28b489ab 2024-04-18 15:04:03 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780975546570641408
ebaf40ca8 2024-04-18 14:44:51 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780970720042422272

Please follow the instructions in the contributing guide to reproduce the issue.

Flaky Test: v3compactor.TestPeriodicMinutes

pull-etcd-unit-test Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicMinutes

Test failed 5.2% (7/134) of the time

failure logs are:

commit started log
623e1c116 2024-05-01 17:03:40 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1785716687257997312
1b998f400 2024-04-29 18:15:04 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1785009835784278016
33aab3af0 2024-04-29 09:22:49 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1784875943391662080
88c6d394f 2024-04-27 10:04:26 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1784161642594963456
b97343454 2024-04-24 09:27:30 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1783065185355829248
d28b489ab 2024-04-18 15:04:03 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780975546570641408
ab5c19e67 2024-04-18 14:47:42 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780971433141211136

Please follow the instructions in the contributing guide to reproduce the issue.

Flaky Test: v3compactor.TestPeriodicSkipRevNotChange

pull-etcd-unit-test Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicSkipRevNotChange

Test failed 1.5% (2/134) of the time

failure logs are:

commit started log
58d76161f 2024-04-24 10:50:14 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1783085977619664896
ebaf40ca8 2024-04-18 14:44:51 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780970720042422272

Please follow the instructions in the contributing guide to reproduce the issue.

Flaky Test Set: ci-etcd-unit-test-amd64

sig-etcd-periodics#ci-etcd-unit-test-amd64 failed 7.2% (6/83) of the time

Recent failed builds

49: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1782785144139026432
61: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1782058923012919296
62: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781998524200652800
71: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781453930929065984
78: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781030105292738560
82: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1780787803907428352

Failed tests

go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicMinutes failed 3.6% (3/83) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicPause failed 2.4% (2/83) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicHourly failed 1.2% (1/83) of the time

Sub-issues

,,

Flaky Test Set: pull-etcd-unit-test

sig-etcd-presubmits#pull-etcd-unit-test failed 10.7% (15/140) of the time

Recent failed builds

4: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1785736256131436544
10: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1785716687257997312
27: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1785009835784278016
34: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1784875943391662080
41: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1784161642594963456
54: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1783550675083333632
70: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1783085977619664896
72: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1783065185355829248
74: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1783059689618018304
94: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1782465821818228736
108: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1781601642521563136
126: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780975546570641408
131: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780971433141211136
132: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780970720042422272
140: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780551260835942400

Failed tests

go.etcd.io/etcd/tests/v3/integration.TestV3AuthWithLeaseRevokeWithRoot failed 100.0% (1/1) of the time
go.etcd.io/etcd/server/v3/embed.TestMain failed 100.0% (1/1) of the time
go.etcd.io/etcd/server/v3/etcdmain.TestMain failed 100.0% (1/1) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestMain failed 100.0% (1/1) of the time
go.etcd.io/etcd/tests/v3/integration/clientv3.TestDetectTxnOrderViolation failed 100.0% (1/1) of the time
go.etcd.io/etcd/server/v3.TestMain failed 100.0% (1/1) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicMinutes failed 5.8% (8/139) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3discovery.TestCheckCluster/2_retries_for_getClusterSize failed 1.4% (2/139) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3discovery.TestCheckCluster/no_retries failed 1.4% (2/139) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicSkipRevNotChange failed 1.4% (2/139) of the time
go.etcd.io/etcd/tests/v3/robustness/validate.TestValidateWatch/IsCreate_-put_after_delete_marked_as_not_created-pass failed 0.8% (1/125) of the time
go.etcd.io/etcd/tests/v3/robustness/validate.TestValidateWatch/PrevKV
-mismatch_value_on_put-fail failed 0.8% (1/125) of the time
go.etcd.io/etcd/tests/v3/robustness/validate.TestValidateWatch/PrevKV
-mismatch_value_on_delete-fail failed 0.8% (1/125) of the time
go.etcd.io/etcd/tests/v3/robustness/validate.TestValidateWatch/PrevKV
-mismatch_revision_on_put-fail failed 0.8% (1/125) of the time
go.etcd.io/etcd/tests/v3/robustness/validate.TestValidateWatch/PrevKV
-mismatch_revision_on_delete-fail failed 0.8% (1/125) of the time
go.etcd.io/etcd/tests/v3/robustness/validate.TestValidateWatch/IsCreate
-second_put_marked_as_created-_fail failed 0.8% (1/125) of the time
go.etcd.io/etcd/server/v3/storage/backend.TestBackendDefrag failed 0.7% (1/138) of the time
go.etcd.io/etcd/server/v3/storage/wal.TestRecover/10MB failed 0.7% (1/138) of the time
go.etcd.io/etcd/server/v3/storage/schema.TestValidate/V3.4_schema_is_correct failed 0.7% (1/138) of the time
go.etcd.io/etcd/server/v3/storage/mvcc.TestHashByRevValue failed 0.7% (1/138) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3discovery.TestCheckCluster/2_retries_for_getClusterMembers failed 0.7% (1/138) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicHourly failed 0.7% (1/139) of the time

Sub-issues

#23
#24
#25
#26
#27

Flaky Test: TestPeriodicPause

ci-etcd-unit-test-amd64 Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicPause

Test failed 2.4% (2/83) of the time

failure logs are:

commit started log
2674f94 2024-04-21 10:48:58 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781998524200652800
e246bb8 2024-04-19 22:45:03 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781453930929065984

Please follow the instructions in the contributing guide to reproduce the issue.

Flaky test set ci-etcd-unit-test-amd64

sig-etcd-periodics#ci-etcd-unit-test-amd64 failed 7.2% (6/83) of the time

Recent failed builds

49: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1782785144139026432
61: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1782058923012919296
62: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781998524200652800
71: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781453930929065984
78: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781030105292738560
82: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1780787803907428352

Failed tests

go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicMinutes failed 3.6% (3/83) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicPause failed 2.4% (2/83) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicHourly failed 1.2% (1/83) of the time
##Sub-issues
#11

Flaky Test: v3compactor.TestPeriodicMinutes

pull-etcd-unit-test Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicMinutes

Test failed 5.8% (8/139) of the time

failure logs are:

commit started log
623e1c116 2024-05-01 17:03:40 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1785716687257997312
1b998f400 2024-04-29 18:15:04 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1785009835784278016
33aab3af0 2024-04-29 09:22:49 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1784875943391662080
88c6d394f 2024-04-27 10:04:26 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1784161642594963456
b97343454 2024-04-24 09:27:30 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1783065185355829248
d28b489ab 2024-04-18 15:04:03 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780975546570641408
ab5c19e67 2024-04-18 14:47:42 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780971433141211136
37a931d73 2024-04-17 10:58:05 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780551260835942400

Please follow the instructions in the contributing guide to reproduce the issue.

Flaky Test Set: ci-etcd-unit-test-amd64

sig-etcd-periodics#ci-etcd-unit-test-amd64 failed 7.2% (6/83) of the time

Recent failed builds

49: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1782785144139026432
61: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1782058923012919296
62: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781998524200652800
71: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781453930929065984
78: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781030105292738560
82: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1780787803907428352

Failed tests

go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicMinutes failed 3.6% (3/83) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicPause failed 2.4% (2/83) of the time
go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicHourly failed 1.2% (1/83) of the time

Sub-issues

#19
#20
#21

Flaky Test: v3compactor.TestPeriodicSkipRevNotChange

pull-etcd-unit-test Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicSkipRevNotChange

Test failed 1.4% (2/139) of the time

failure logs are:

commit started log
58d76161f 2024-04-24 10:50:14 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1783085977619664896
ebaf40ca8 2024-04-18 14:44:51 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780970720042422272

Please follow the instructions in the contributing guide to reproduce the issue.

Flaky Test: v3discovery.TestCheckCluster

pull-etcd-unit-test Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3discovery.TestCheckCluster/2_retries_for_getClusterSize

Test failed 1.4% (2/139) of the time

failure logs are:

commit started log
d28b489ab 2024-04-18 15:04:03 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780975546570641408
ebaf40ca8 2024-04-18 14:44:51 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780970720042422272

Please follow the instructions in the contributing guide to reproduce the issue.

Flaky Test: TestPeriodicMinutes

ci-etcd-unit-test-amd64 Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicMinutes

Test failed 3.6% (3/83) of the time

failure logs are:

commit started log
c2a3ca6 2024-04-23 14:54:42 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1782785144139026432
6cbaa1f 2024-04-21 14:49:01 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1782058923012919296
e246bb8 2024-04-18 18:40:48 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781030105292738560

Please follow the instructions in the contributing guide to reproduce the issue.

Flaky Test: v3discovery.TestCheckCluster

pull-etcd-unit-test Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3discovery.TestCheckCluster/2_retries_for_getClusterSize

Test failed 1.4% (2/139) of the time

failure logs are:

commit started log
d28b489ab 2024-04-18 15:04:03 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780975546570641408
ebaf40ca8 2024-04-18 14:44:51 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780970720042422272

Please follow the instructions in the contributing guide to reproduce the issue.

Flaky Test: v3discovery.TestCheckCluster

pull-etcd-unit-test Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3discovery.TestCheckCluster/no_retries

Test failed 1.4% (2/139) of the time

failure logs are:

commit started log
d28b489ab 2024-04-18 15:04:03 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780975546570641408
ebaf40ca8 2024-04-18 14:44:51 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780970720042422272

Please follow the instructions in the contributing guide to reproduce the issue.

Flaky Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicSkipRevNotChange

ci-etcd-unit-test-amd64 Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicSkipRevNotChange

Test failed 2.2% (2/90) of the time

failure logs are:
| commit | log |
| --- | --- | --- |
| 8292553 | https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1768209500981956608 |
| 8292553 | https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1768088452152168448 |

Flaky Test: TestPeriodicMinutes

ci-etcd-unit-test-amd64 Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicMinutes

Test failed 3.6% (3/83) of the time

failure logs are:

commit started log
c2a3ca6 2024-04-23 14:54:42 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1782785144139026432
6cbaa1f 2024-04-21 14:49:01 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1782058923012919296
e246bb8 2024-04-18 18:40:48 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781030105292738560

Please follow the instructions in the contributing guide to reproduce the issue.

Flaky test TestPeriodicSkipRevNotChange

ci-etcd-unit-test-amd64 Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicSkipRevNotChange

Test failed 2.2% (2/90) of the time

failure logs are:

commit started log
8292553 2024-03-14 09:36:18 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1768209500981956608
8292553 2024-03-14 01:35:18 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1768088452152168448

Please follow the instructions in the contributing guide to reproduce the issue.

Flaky Test: v3compactor.TestPeriodicSkipRevNotChange

pull-etcd-unit-test Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicSkipRevNotChange

Test failed 1.4% (2/139) of the time

failure logs are:

commit started log
58d76161f 2024-04-24 10:50:14 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1783085977619664896
ebaf40ca8 2024-04-18 14:44:51 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/pull-etcd-unit-test/1780970720042422272

Please follow the instructions in the contributing guide to reproduce the issue.

Flaky Test: TestPeriodicPause

ci-etcd-unit-test-amd64 Test: go.etcd.io/etcd/server/v3/etcdserver/api/v3compactor.TestPeriodicPause

Test failed 2.4% (2/83) of the time

failure logs are:

commit started log
2674f94 2024-04-21 10:48:58 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781998524200652800
e246bb8 2024-04-19 22:45:03 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-etcd-unit-test-amd64/1781453930929065984

Please follow the instructions in the contributing guide to reproduce the issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.