etcd/scripts
Piotr Tabor d4dcd3061d Fix flakes in TestV3LeaseCheckpoint/Checkpointing_disabled,_lease_TTL_is_reset
I think strong (not-equal) relationship was too restrictive when expressed with 1s granularity.

```
        logger.go:130: 2022-04-03T22:15:15.242+0200	WARN	m1	leader failed to send out heartbeat on time; took too long, leader is overloaded likely from slow disk	{"member": "m1", "to": "cb785755eb80ac1", "heartbeat-interval": "10ms", "expected-duration": "20ms", "exceeded-duration": "24.666613ms"}
        logger.go:130: 2022-04-03T22:15:15.262+0200	INFO	m-1	published local member to cluster through raft	{"member": "m-1", "local-member-id": "e2dd9f523aa7be87", "local-member-attributes": "{Name:m-1 ClientURLs:[unix://127.0.0.1:2196386040]}", "cluster-id": "b4b8e7e41c23c8b5", "publish-timeout": "5.2s"}
        v3_lease_test.go:415: Expected lease ttl (4m58s) to be greather than (4m58s)
```
2022-04-03 23:13:01 +02:00
..
build-binary.sh Cleanup scripts in root directory 2022-02-02 13:50:44 +01:00
build-docker.sh Cleanup scripts in root directory 2022-02-02 13:50:44 +01:00
build-release.sh scripts: Fix release scripts 2022-02-25 13:30:34 +01:00
build.bat Cleanup scripts in root directory 2022-02-02 13:50:44 +01:00
build.ps1 Cleanup scripts in root directory 2022-02-02 13:50:44 +01:00
build.sh fix some typos 2022-03-07 20:28:53 +08:00
codecov_upload.sh Cleanup scripts in root directory 2022-02-02 13:50:44 +01:00
etcd_version_annotations.txt add one more field storageVersion into StatusResponse 2022-03-18 07:04:44 +08:00
fix.sh Integration with grpc-settable logger. 2021-03-16 22:50:41 +01:00
genproto.sh scripts/genproto.sh: fix module path of wal proto files 2021-10-15 22:00:16 -07:00
install-marker.sh *: fix shellcheck warnings 2017-09-06 19:18:04 -07:00
README scripts: add dev scripts 2018-04-02 11:27:39 -07:00
release_mod.sh Fix release script: add go mod tidy 2021-05-16 20:43:12 +02:00
release.sh scripts: Fix release scripts 2022-02-25 13:30:34 +01:00
test_lib.sh Merge pull request #13649 from serathius/scripts 2022-02-11 15:40:53 -05:00
test.sh Fix flakes in TestV3LeaseCheckpoint/Checkpointing_disabled,_lease_TTL_is_reset 2022-04-03 23:13:01 +02:00
update_dep.sh github action: add ARM64 test with README 2021-05-10 00:28:41 -07:00
update_proto_annotations.sh Document proto annotations scripts 2022-01-28 16:08:28 +01:00
updatebom.sh server: Update go.mod 2020-10-26 13:02:32 +01:00
verify_proto_annotations.sh Document proto annotations scripts 2022-01-28 16:08:28 +01:00

scripts for etcd development